From 04b9968b398bb0ca100a102ad36ba089d434d5fa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 27 Aug 1999 19:06:58 +0000 Subject: Update. 1999-08-27 Ulrich Drepper * manual/argp.texi: Fixing language and types. * manual/conf.texi: Likewise. * manual/contrib.texi: Likewise. * manual/filesys.texi: Likewise. * manual/install.texi: Likewise. * manual/job.texi: Likewise. * manual/lang.texi: Likewise. * manual/llio.texi: Likewise. * manual/math.texi: Likewise. * manual/nss.texi: Likewise. * manual/pipe.texi: Likewise. * manual/signal.texi: Likewise. * manual/socket.texi: Likewise. * manual/stdio.texi: Likewise. * manual/sysinfo.texi: Likewise. * manual/users.texi: Likewise. Patches by Neil Booth . --- manual/argp.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/argp.texi') diff --git a/manual/argp.texi b/manual/argp.texi index 4847468bda..0c4a85cc7b 100644 --- a/manual/argp.texi +++ b/manual/argp.texi @@ -112,7 +112,7 @@ flag is used). @comment GNU @deftypevar {const char *} argp_program_bug_address If defined or set by the user program to a non-zero value, -@code{argp_program_bug_address} should point to string that is the +@code{argp_program_bug_address} should point to a string that is the bug-reporting address for the program. It will be printed at the end of the standard output for the @samp{--help} option, embedded in a sentence that says something like @samp{Report bugs to @var{address}.}. @@ -180,7 +180,7 @@ If non-zero, a string describing what non-option arguments are wanted by this parser; it is only used to print the @samp{Usage:} message. If it contains newlines, the strings separated by them are considered alternative usage patterns, and printed on separate lines (lines after -the first are prefix by @samp{ or: } instead of @samp{Usage:}). +the first are prefixed by @samp{ or: } instead of @samp{Usage:}). @item const char *doc If non-zero, a string containing extra text to be printed before and -- cgit 1.4.1