mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
synchronize synopsis and usage.
This commit is contained in:
parent
8ddd160e97
commit
f36eba3934
@ -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);
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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)) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user