diff options
Diffstat (limited to 'usermux/usermux.c')
-rw-r--r-- | usermux/usermux.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usermux/usermux.c b/usermux/usermux.c index a7bc850a..5dafb8de 100644 --- a/usermux/usermux.c +++ b/usermux/usermux.c @@ -25,8 +25,12 @@ #include <sys/time.h> #include <hurd/paths.h> +#include <version.h> + #include "usermux.h" +const char *argp_program_version = STANDARD_HURD_VERSION (usermux); + int netfs_maxsymlinks = 25; volatile struct mapped_time_value *usermux_mapped_time; @@ -54,7 +58,7 @@ static const struct argp_option options[] = }; static const char args_doc[] = "[TRANSLATOR [ARG...]]"; static const char doc[] = - "A translator for invoking user-specific translators" + "A translator for invoking user-specific translators." "\vThis translator appears like a directory in which user names can be" " looked up, and will start TRANSLATOR to service each resulting node." " If no pattern occurs in the translator specification, the users's" |