From 646ac529c3d679f49f7866ffd65dbd94c3a500a3 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 12 Feb 2001 22:18:55 +0000 Subject: auth/ 2001-02-12 Marcus Brinkmann * auth.c (main): New variable ARGP defining a doc string. Pass address of ARGP to argp_parse(). exec/ 2001-02-12 Marcus Brinkmann * main.c: Change hurd version name from proc to exec. (main): Add period to doc string. ftpfs/ 2001-02-12 Marcus Brinkmann * ftpfs.c: Include . Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. hostmux/ 2001-02-12 Marcus Brinkmann * hostmux.c: Include . Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. usermux/ 2001-02-12 Marcus Brinkmann * usermux.c (options): Include . Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. trans/ 2001-02-12 Marcus Brinkmann * fifo.c: Make version string say `fifo', not `null'. Add period to doc text in ARGP. * firmlink.c: Add period to doc text in ARGP_DOC, convert semi-colon to colon. * magic.c (options): Add period to DOC. * new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP. Include , new global variable ARGP_PROGRAM_VERSION. * crash.c: Include , add global variable ARGP_PROGRAM_VERSION. * hello.c: Include , add global variable ARGP_PROGRAM_VERSION. (hello_argp): Add doc string. * hello-mt.c: Likewise. * streamio.c: Add period to DOC. Change streamdev to streamio in version string. * password.c (main): Add period to doc string in ARGP. --- hostmux/ChangeLog | 5 +++++ hostmux/hostmux.c | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'hostmux') diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog index 0db0544d..1edc482b 100644 --- a/hostmux/ChangeLog +++ b/hostmux/ChangeLog @@ -1,3 +1,8 @@ +2001-02-12 Marcus Brinkmann + + * hostmux.c: Include . Add global variable + ARGP_PROGRAM_VERSION. Add period to DOC. + 2000-07-26 Mark Kettenis * Makefile (HURDLIBS): Reorder libs such that the threads lib diff --git a/hostmux/hostmux.c b/hostmux/hostmux.c index a69b7cf4..fd5bc748 100644 --- a/hostmux/hostmux.c +++ b/hostmux/hostmux.c @@ -24,8 +24,12 @@ #include #include +#include + #include "hostmux.h" +const char *argp_program_version = STANDARD_HURD_VERSION (hostmux); + int netfs_maxsymlinks = 25; volatile struct mapped_time_value *hostmux_mapped_time; @@ -43,7 +47,7 @@ static const struct argp_option options[] = }; static const char args_doc[] = "TRANSLATOR [ARG...]"; static const char doc[] = - "A translator for invoking host-specific translators" + "A translator for invoking host-specific translators." "\vThis translator appears like a directory in which hostnames can be" " looked up, and will start TRANSLATOR to service each resulting node."; -- cgit v1.2.3