summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/argp-pv.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-06 21:13:12 +0000
committerMiles Bader <miles@gnu.org>1996-07-06 21:13:12 +0000
commita47c1da01e4062ccd4afb70aeb326b8c167e5796 (patch)
treeef70f5aa4194d6a6f8eb7576db6d7045c2226aa2 /libshouldbeinlibc/argp-pv.c
parentd2e08915a6168c3f66f1cf659226f957b4121398 (diff)
(argp_program_version): Doc updated.
Diffstat (limited to 'libshouldbeinlibc/argp-pv.c')
-rw-r--r--libshouldbeinlibc/argp-pv.c8
1 files 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;