diff options
Diffstat (limited to 'networking/hostname.c')
-rw-r--r-- | networking/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/hostname.c b/networking/hostname.c index 7a120fa2c..579eff795 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -31,7 +31,7 @@ static void do_sethostname(char *s, int isfile) | |||
31 | 31 | ||
32 | /* Manpage circa 2009: | 32 | /* Manpage circa 2009: |
33 | * | 33 | * |
34 | * hostname [-v] [-a] [--alias] [-d] [--domain] [-f] [--fqdn] [--long] | 34 | * hostname [-v] [-a] [--alias] [-d] [--domain] [-f] [--fqdn] [--long] |
35 | * [-i] [--ip-address] [-s] [--short] [-y] [--yp] [--nis] | 35 | * [-i] [--ip-address] [-s] [--short] [-y] [--yp] [--nis] |
36 | * | 36 | * |
37 | * hostname [-v] [-F filename] [--file filename] / [hostname] | 37 | * hostname [-v] [-F filename] [--file filename] / [hostname] |