--- val.pod 2002/01/17 13:26:31 1.9
+++ val.pod 2002/03/13 18:35:58 1.10
@@ -1,11 +1,11 @@
##
-## val - OSSP Value Library
+## OSSP val - Value Access
## Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
## Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
##
-## This file is part of OSSP val, a Value library which
-## can be found at http://www.ossp.org/pkg/val/.
+## This file is part of OSSP val, a value access library which
+## can be found at http://www.ossp.org/pkg/lib/val/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -32,7 +32,7 @@
=head1 NAME
-B<OSSP val> - Value Library
+B<OSSP val> - Value Access Library
=head1 SYNOPSIS
@@ -80,16 +80,16 @@
=head1 DESCRIPTION
-B<OSSP val> is a flexible name to value mapping library for C variables.
-It allows one to access C variables through name strings, although
-the C language does neither provide such a dedicated facility nor an
-evaluation construct (which could be used to implement such a facility
-easily).
-
-In general, this is used for accessing C variables without having to
-know the actual symbol/address/reference. The typical use cases are
-in combination with flexible configuration parsing and supporting
-loosly-coupled DSO-based module architectures.
+B<OSSP val> is a flexible name to value mapping library for ISO-C
+variables. It allows one to access ISO-C variables through name strings,
+although the ISO-C language does neither provide such a dedicated
+facility nor an evaluation construct (which could be used to implement
+such a facility easily).
+
+In general, this is used for accessing ISO-C variables without having to
+know the actual symbol/address. The typical use cases are in combination
+with flexible configuration parsing and supporting loosly-coupled
+DSO-based module architectures.
=head1 STRUCTURED NAMES
@@ -341,7 +341,7 @@
=head1 HISTORY
B<OSSP val> was invented in January 2002 by Thomas Lotterer and Ralf S.
-Engelschall for use inside the OSSP lmtp2nntp project.
+Engelschall for use with the OSSP lmtp2nntp project.
=head1 AUTHORS
|