about summary refs log tree commit diff
path: root/manual/argp.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 09:21:36 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 09:21:36 +0000
commit7f2826c8361156ee387b5f1cfb5f4513c0af5554 (patch)
tree2c622f0554f3af8758ca1bdbce833e79c6d2ad0b /manual/argp.texi
parent513eb02f81cc5cd1eee48fe51d7fc5bd2c53ca9f (diff)
downloadglibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.tar.gz
glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.tar.xz
glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.zip
Update.
	* manual/libc-texinfo.sh: Add note for the FDL.

	* manual/argp.texi (Argp Example 4): Fix texinfo warning.

	* manual/libc.texinfo: Regenerated.

	* manual/fdl.texi: Fix node.
Diffstat (limited to 'manual/argp.texi')
-rw-r--r--manual/argp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/argp.texi b/manual/argp.texi
index 9e400008f8..b7446970c3 100644
--- a/manual/argp.texi
+++ b/manual/argp.texi
@@ -1101,7 +1101,7 @@ two part option string.  The @emph{headers} are entries in the options
 vector.  @xref{Argp Option Vectors}.  The first four fields are zero.  The
 two part documentation string are in the variable @code{doc}, which
 allows documentation both before and after the options.  @xref{Argp
-Parsers}; the two parts of @code{doc} are separated by a vertical-tab
+Parsers}, the two parts of @code{doc} are separated by a vertical-tab
 character (@code{'\v'}, or @code{'\013'}).  By convention, the
 documentation before the options is a short string stating what the
 program does, and after any options it is longer, describing the