diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-04 14:06:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-04 14:06:16 +0000 |
commit | da490a23db351682a2b3f0124166d4194d06188a (patch) | |
tree | 285e45ba6945caec4ab69a7480c13d1ad79fa2ab /usr.sbin/timed | |
parent | 0935421334417c1804a045cc1588986576d8731e (diff) |
sort options in SYNOPSIS and sync usage();
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r-- | usr.sbin/timed/timed/timed.8 | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/timed.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/timed/timed/timed.8 b/usr.sbin/timed/timed/timed.8 index 9d9ca740b14..5c2fb4d659d 100644 --- a/usr.sbin/timed/timed/timed.8 +++ b/usr.sbin/timed/timed/timed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timed.8,v 1.11 2003/09/22 04:49:53 jmc Exp $ +.\" $OpenBSD: timed.8,v 1.12 2003/11/04 14:06:15 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -37,7 +37,7 @@ .Nd time server daemon .Sh SYNOPSIS .Nm timed -.Op Fl dtM +.Op Fl dMt .Xo .Oo Fl i Ar network No \&| .Fl n Ar network Oc diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index 82203f9936c..64aea039d62 100644 --- a/usr.sbin/timed/timed/timed.c +++ b/usr.sbin/timed/timed/timed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: timed.c,v 1.23 2003/08/19 22:19:08 itojun Exp $ */ +/* $OpenBSD: timed.c,v 1.24 2003/11/04 14:06:15 jmc Exp $ */ /*- * Copyright (c) 1985, 1993 The Regents of the University of California. @@ -805,7 +805,7 @@ good_host_name(const char *name) static void usage(void) { - (void)fprintf(stderr, "timed: [-dtM] [-i network | -n network] " + (void)fprintf(stderr, "timed: [-dMt] [-i network | -n network] " "[-F host1 host2 ...] [-G netgroup]\n"); exit(1); } |