From a47c1da01e4062ccd4afb70aeb326b8c167e5796 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 6 Jul 1996 21:13:12 +0000 Subject: (argp_program_version): Doc updated. --- libshouldbeinlibc/argp-pv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libshouldbeinlibc/argp-pv.c b/libshouldbeinlibc/argp-pv.c index d30e392d..e6e87adb 100644 --- a/libshouldbeinlibc/argp-pv.c +++ b/libshouldbeinlibc/argp-pv.c @@ -20,8 +20,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* If set by the user to a non-zero value, then a default option --version is - added (unless the ARGP_NO_HELP flag is used), which will print this string - and exit (unless the ARGP_NO_EXIT flag is used). Overridden by - ARGP_PROGRAM_VERSION_HOOK. */ +/* If set by the user program to a non-zero value, then a default option + --version is added (unless the ARGP_NO_HELP flag is used), which will + print this this string followed by a newline and exit (unless the + ARGP_NO_EXIT flag is used). Overridden by ARGP_PROGRAM_VERSION_HOOK. */ char *argp_program_version = 0; -- cgit v1.2.3