diff options
-rw-r--r-- | sbin/mount_portal/mount_portal.c | 6 | ||||
-rw-r--r-- | usr.bin/pmdb/signal.c | 4 | ||||
-rw-r--r-- | usr.bin/tip/tip.c | 6 | ||||
-rw-r--r-- | usr.sbin/ypserv/ypinit/ypinit.8 | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index d1150aa3236..3069735bb28 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_portal.c,v 1.27 2005/04/08 20:09:37 jaredy Exp $ */ +/* $OpenBSD: mount_portal.c,v 1.28 2008/06/01 18:38:29 sobrado Exp $ */ /* $NetBSD: mount_portal.c,v 1.8 1996/04/13 01:31:54 jtc Exp $ */ /* @@ -43,7 +43,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95"; #else -static char rcsid[] = "$OpenBSD: mount_portal.c,v 1.27 2005/04/08 20:09:37 jaredy Exp $"; +static char rcsid[] = "$OpenBSD: mount_portal.c,v 1.28 2008/06/01 18:38:29 sobrado Exp $"; #endif #endif /* not lint */ @@ -295,6 +295,6 @@ static void usage(void) { (void)fprintf(stderr, - "usage: %s [-o options] config mount-point\n", __progname); + "usage: %s [-o options] config mount_point\n", __progname); exit(1); } diff --git a/usr.bin/pmdb/signal.c b/usr.bin/pmdb/signal.c index 92f8af0efd4..d985a4e4bc9 100644 --- a/usr.bin/pmdb/signal.c +++ b/usr.bin/pmdb/signal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.c,v 1.4 2003/09/22 21:39:40 miod Exp $ */ +/* $OpenBSD: signal.c,v 1.5 2008/06/01 18:38:29 sobrado Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -135,7 +135,7 @@ cmd_signal_ignore(int argc, char **argv, void *arg) return 0; usage: - fprintf(stderr, "Usage: signal <ignore|stop> <signum|signame>\n"); + fprintf(stderr, "usage: signal ignore|stop signum|signame\n"); return 0; } diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index 715e131e862..879264ceadd 100644 --- a/usr.bin/tip/tip.c +++ b/usr.bin/tip/tip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.c,v 1.33 2007/05/15 19:42:05 moritz Exp $ */ +/* $OpenBSD: tip.c,v 1.34 2008/06/01 18:38:29 sobrado Exp $ */ /* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */ /* @@ -40,7 +40,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: tip.c,v 1.33 2007/05/15 19:42:05 moritz Exp $"; +static const char rcsid[] = "$OpenBSD: tip.c,v 1.34 2008/06/01 18:38:29 sobrado Exp $"; #endif /* not lint */ /* @@ -79,7 +79,7 @@ main(int argc, char *argv[]) } if (argc > 4) { - fprintf(stderr, "usage: tip [-v] [-speed] [system-name]\n"); + fprintf(stderr, "usage: tip [-nv] [-speed] [system-name]\n"); exit(1); } if (!isatty(0)) { diff --git a/usr.sbin/ypserv/ypinit/ypinit.8 b/usr.sbin/ypserv/ypinit/ypinit.8 index 04bb8fcb1af..cfacd65e550 100644 --- a/usr.sbin/ypserv/ypinit/ypinit.8 +++ b/usr.sbin/ypserv/ypinit/ypinit.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypinit.8,v 1.12 2007/05/31 19:20:31 jmc Exp $ +.\" $OpenBSD: ypinit.8,v 1.13 2008/06/01 18:38:29 sobrado Exp $ .\" .\" Copyright (c) 1997 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 1 2008 $ .Dt YPINIT 8 .Os .Sh NAME @@ -43,7 +43,7 @@ may be used to set up a YP server, or to change the ypserver map. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl m Ar domainname +.It Fl m Op Ar domainname Set up a master YP server. If .Ar domainname |