1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

the ellipsis is not an optional argument; while here, sync the usage

and synopsis of commands

lots of good ideas by jmc@

ok jmc@
This commit is contained in:
sobrado 2007-08-06 19:16:05 +00:00
parent 36a0338b69
commit 03cb09c0d4
56 changed files with 192 additions and 197 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: kill.1,v 1.29 2007/05/31 19:19:14 jmc Exp $
.\" $OpenBSD: kill.1,v 1.30 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt KILL 1
.Os
.Sh NAME
@ -42,19 +42,16 @@
.Sh SYNOPSIS
.Nm kill
.Op Fl s Ar signal_name
.Ar pid
.Op Ar ...
.Ar pid ...
.Nm kill
.Fl l
.Op Ar exit_status
.Nm kill
.Fl Ar signal_name
.Ar pid
.Op Ar ...
.Ar pid ...
.Nm kill
.Fl Ar signal_number
.Ar pid
.Op Ar ...
.Ar pid ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mkdir.1,v 1.23 2007/05/31 19:19:15 jmc Exp $
.\" $OpenBSD: mkdir.1,v 1.24 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt MKDIR 1
.Os
.Sh NAME
@ -43,7 +43,7 @@
.Nm mkdir
.Op Fl p
.Op Fl m Ar mode
.Ar directory_name Op Ar ...
.Ar directory ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
/* $OpenBSD: mkdir.c,v 1.18 2006/03/24 04:17:26 ray Exp $ */
/* $OpenBSD: mkdir.c,v 1.19 2007/08/06 19:16:05 sobrado Exp $ */
/* $NetBSD: mkdir.c,v 1.14 1995/06/25 21:59:21 mycroft Exp $ */
/*
@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94";
#else
static char rcsid[] = "$OpenBSD: mkdir.c,v 1.18 2006/03/24 04:17:26 ray Exp $";
static char rcsid[] = "$OpenBSD: mkdir.c,v 1.19 2007/08/06 19:16:05 sobrado Exp $";
#endif
#endif /* not lint */
@ -178,6 +178,7 @@ mkpath(char *path, mode_t mode, mode_t dir_mode)
void
usage(void)
{
(void)fprintf(stderr, "usage: %s [-p] [-m mode] dirname ...\n", __progname);
(void)fprintf(stderr, "usage: %s [-p] [-m mode] directory ...\n",
__progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: rmail.8,v 1.17 2007/05/31 19:19:15 jmc Exp $
.\" $OpenBSD: rmail.8,v 1.18 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: rmail.8,v 1.8 1995/03/21 07:08:21 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
@ -30,7 +30,7 @@
.\"
.\" @(#)rmail.8 6.10 (Berkeley) 4/29/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt RMAIL 8
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Nd handle remote mail received via uucp
.Sh SYNOPSIS
.Nm rmail
.Ar user Op Ar ...
.Ar user ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: rmdir.1,v 1.17 2007/05/31 19:19:15 jmc Exp $
.\" $OpenBSD: rmdir.1,v 1.18 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt RMDIR 1
.Os
.Sh NAME
@ -42,7 +42,7 @@
.Sh SYNOPSIS
.Nm rmdir
.Op Fl p
.Ar directory Op Ar ...
.Ar directory ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: badsect.8,v 1.16 2007/05/31 19:19:43 jmc Exp $
.\" $OpenBSD: badsect.8,v 1.17 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: badsect.8,v 1.8 1995/03/18 14:54:27 cgd Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)badsect.8 8.1 (Berkeley) 6/5/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt BADSECT 8
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Nd create files to contain bad sectors
.Sh SYNOPSIS
.Nm badsect
.Ar bbdir sector Op Ar ...
.Ar bbdir sector ...
.Sh DESCRIPTION
.Nm
makes a file to contain a bad sector.

View File

@ -1,4 +1,4 @@
/* $OpenBSD: badsect.c,v 1.17 2007/06/29 03:37:09 deraadt Exp $ */
/* $OpenBSD: badsect.c,v 1.18 2007/08/06 19:16:05 sobrado Exp $ */
/* $NetBSD: badsect.c,v 1.10 1995/03/18 14:54:28 cgd Exp $ */
/*
@ -40,7 +40,7 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93";
#else
static const char rcsid[] = "$OpenBSD: badsect.c,v 1.17 2007/06/29 03:37:09 deraadt Exp $";
static const char rcsid[] = "$OpenBSD: badsect.c,v 1.18 2007/08/06 19:16:05 sobrado Exp $";
#endif
#endif /* not lint */
@ -98,7 +98,7 @@ main(int argc, char *argv[])
int len;
if (argc < 3) {
fprintf(stderr, "usage: badsect bbdir blkno [ blkno ]\n");
fprintf(stderr, "usage: badsect bbdir sector ...\n");
exit(1);
}
if (chdir(argv[1]) < 0 || stat(".", &stbuf) < 0)

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ccdconfig.8,v 1.22 2007/05/31 19:19:43 jmc Exp $
.\" $OpenBSD: ccdconfig.8,v 1.23 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt CCDCONFIG 8
.Os
.Sh NAME
@ -47,8 +47,7 @@
.Ar ccd
.Ar ileave
.Op Ar flags
.Ar dev
.Op Ar ...
.Ar dev ...
.Nm ccdconfig
.Fl C
.Op Fl v
@ -56,8 +55,7 @@
.Nm ccdconfig
.Fl u
.Op Fl v
.Ar ccd
.Op Ar ...
.Ar ccd ...
.Nm ccdconfig
.Fl U
.Op Fl v

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ccdconfig.c,v 1.31 2007/04/17 15:52:24 tedu Exp $ */
/* $OpenBSD: ccdconfig.c,v 1.32 2007/08/06 19:16:05 sobrado Exp $ */
/* $NetBSD: ccdconfig.c,v 1.6 1996/05/16 07:11:18 thorpej Exp $ */
/*-
@ -720,10 +720,10 @@ static void
usage(void)
{
fprintf(stderr, "usage: %s [-cv] ccd ileave [flags] %s\n", __progname,
"dev [...]");
fprintf(stderr, "usage: %s [-cv] ccd ileave [flags] dev ...\n",
__progname);
fprintf(stderr, " %s -C [-v] [-f config_file]\n", __progname);
fprintf(stderr, " %s -u [-v] ccd [...]\n", __progname);
fprintf(stderr, " %s -u [-v] ccd ...\n", __progname);
fprintf(stderr, " %s -U [-v] [-f config_file]\n", __progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: clri.8,v 1.12 2007/05/31 19:19:43 jmc Exp $
.\" $OpenBSD: clri.8,v 1.13 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: clri.8,v 1.2 1995/03/18 14:54:31 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)clri.8 8.2 (Berkeley) 4/19/94
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt CLRI 8
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Nd clear inodes
.Sh SYNOPSIS
.Nm clri
.Ar special_device inode_number Op Ar ...
.Ar special_device inode_number ...
.Sh DESCRIPTION
.Bf -symbolic
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ncheck_ffs.8,v 1.21 2007/05/31 19:19:46 jmc Exp $
.\" $OpenBSD: ncheck_ffs.8,v 1.22 2007/08/06 19:16:05 sobrado Exp $
.\"
.\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
.\" All rights reserved.
@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt NCHECK_FFS 8
.Os
.Sh NAME
@ -33,7 +33,7 @@
.Nm ncheck_ffs
.Op Fl ams
.Op Fl f Ar format
.Op Fl i Ar number Op Ar ...
.Op Fl i Ar number ...
.Ar filesystem
.Sh DESCRIPTION
.Nm
@ -110,7 +110,7 @@ the character following the backslash.
The device name is not printed on the first line of output when the
.Fl f
option is specified.
.It Fl i Ar number Op Ar ...
.It Fl i Ar number ...
Report only those files whose inode numbers are as listed.
.It Fl m
Give more verbose information on inodes.

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ncheck_ffs.c,v 1.32 2007/07/09 17:12:17 thib Exp $ */
/* $OpenBSD: ncheck_ffs.c,v 1.33 2007/08/06 19:16:05 sobrado Exp $ */
/*-
* Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@ -55,7 +55,7 @@
*/
#ifndef lint
static const char rcsid[] = "$OpenBSD: ncheck_ffs.c,v 1.32 2007/07/09 17:12:17 thib Exp $";
static const char rcsid[] = "$OpenBSD: ncheck_ffs.c,v 1.33 2007/08/06 19:16:05 sobrado Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -484,7 +484,8 @@ usage(void)
{
extern char *__progname;
fprintf(stderr, "usage: %s [-ams] [-f format] [-i number [...]] filesystem\n",
fprintf(stderr,
"usage: %s [-ams] [-f format] [-i number ...] filesystem\n",
__progname);
exit(3);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: apropos.1,v 1.11 2007/05/31 19:20:07 jmc Exp $
.\" $OpenBSD: apropos.1,v 1.12 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: apropos.1,v 1.4 1995/09/04 20:46:17 tls Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)apropos.1 8.1 (Berkeley) 6/29/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt APROPOS 1
.Os
.Sh NAME
@ -41,8 +41,7 @@
.Op Fl C Ar file
.Op Fl M Ar path
.Op Fl m Ar path
.Ar keyword
.Op Ar ...
.Ar keyword ...
.Sh DESCRIPTION
.Nm
shows which manual pages contain instances of any of the given

View File

@ -1,4 +1,4 @@
/* $OpenBSD: apropos.c,v 1.12 2006/04/02 21:38:56 djm Exp $ */
/* $OpenBSD: apropos.c,v 1.13 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $ */
/*
@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95";
#else
static char rcsid[] = "$OpenBSD: apropos.c,v 1.12 2006/04/02 21:38:56 djm Exp $";
static char rcsid[] = "$OpenBSD: apropos.c,v 1.13 2007/08/06 19:16:06 sobrado Exp $";
#endif
#endif /* not lint */
@ -217,6 +217,6 @@ usage(void)
{
(void)fprintf(stderr,
"usage: apropos [-C file] [-M path] [-m path] keyword [...]\n");
"usage: apropos [-C file] [-M path] [-m path] keyword ...\n");
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: audioctl.1,v 1.20 2007/05/31 19:20:07 jmc Exp $
.\" $OpenBSD: audioctl.1,v 1.21 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -33,7 +33,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt AUDIOCTL 1
.Os
.Sh NAME
@ -47,13 +47,11 @@
.Nm audioctl
.Op Fl f Ar file
.Op Fl n
.Ar name
.Op Ar ...
.Ar name ...
.Nm audioctl
.Op Fl f Ar file
.Op Fl n
.Ar name Ns = Ns Ar value
.Op Ar ...
.Ar name Ns = Ns Ar value ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
/* $OpenBSD: audioctl.c,v 1.12 2006/03/14 19:36:44 moritz Exp $ */
/* $OpenBSD: audioctl.c,v 1.13 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */
/*
@ -323,8 +323,8 @@ usage(void)
fprintf(stderr,
"usage: %s [-f file] [-n] -a\n"
" %s [-f file] [-n] name [...]\n"
" %s [-f file] [-n] name=value [...]\n", __progname,
" %s [-f file] [-n] name ...\n"
" %s [-f file] [-n] name=value ...\n", __progname,
__progname, __progname);
exit(1);

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: banner.1,v 1.7 2007/05/31 19:20:07 jmc Exp $
.\" $OpenBSD: banner.1,v 1.8 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: banner.1,v 1.1.1.1 1995/04/09 05:53:04 cgd Exp $
.\"
.\" @(#)Copyright (c) 1995, Simon J. Gerraty.
@ -16,7 +16,7 @@
.\" Please send copies of changes and bug-fixes to:
.\" sjg@zen.void.oz.au
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt BANNER 1
.Os
.Sh NAME
@ -24,8 +24,7 @@
.Nd print strings in large letters
.Sh SYNOPSIS
.Nm banner
.Ar string
.Op Ar ...
.Ar string ...
.Sh DESCRIPTION
.Nm
prints up to 10 characters of each

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: cvs.1,v 1.113 2007/05/31 19:20:09 jmc Exp $
.\" $OpenBSD: cvs.1,v 1.114 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004-2007 Xavier Santolaria <xsa@openbsd.org>
@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt CVS 1
.Os
.Sh NAME
@ -42,7 +42,7 @@
.Xc
.Op Fl T Ar tmpdir
.Op Fl z Ar level
.Ar command Op Ar ...
.Ar command ...
.Ek
.Sh DESCRIPTION
The

View File

@ -1,4 +1,4 @@
/* $OpenBSD: cvs.c,v 1.128 2007/05/27 21:14:06 ray Exp $ */
/* $OpenBSD: cvs.c,v 1.129 2007/08/06 19:16:06 sobrado Exp $ */
/*
* Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@ -119,7 +119,7 @@ usage(void)
{
(void)fprintf(stderr,
"usage: %s [-flnQqRrtVvw] [-d root] [-e editor] [-s var=val]\n"
" [-T tmpdir] [-z level] command [...]\n", __progname);
" [-T tmpdir] [-z level] command ...\n", __progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: lorder.1,v 1.8 2007/05/31 19:20:12 jmc Exp $
.\" $OpenBSD: lorder.1,v 1.9 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: lorder.1,v 1.5 1995/08/31 22:42:44 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)lorder.1 8.2 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt LORDER 1
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Nd list dependencies for object files
.Sh SYNOPSIS
.Nm lorder
.Ar file Op Ar ...
.Ar
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mail.1,v 1.50 2007/05/31 19:20:12 jmc Exp $
.\" $OpenBSD: mail.1,v 1.51 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)mail.1 8.8 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt MAIL 1
.Os
.Sh NAME
@ -44,8 +44,8 @@
.Op Fl b Ar list
.Op Fl c Ar list
.Op Fl s Ar subject
.Ar to-addr Op Ar ...
.Op Fl Ar sendmail-options Op Ar ...
.Ar to-addr ...
.Op Fl Ar sendmail-options ...
.Ek
.Nm mail
.Op Fl IiNnv

View File

@ -1,4 +1,4 @@
/* $OpenBSD: main.c,v 1.19 2004/04/19 10:17:18 jmc Exp $ */
/* $OpenBSD: main.c,v 1.20 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: main.c,v 1.7 1997/05/13 06:15:57 mikel Exp $ */
/*
@ -40,7 +40,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95";
#else
static const char rcsid[] = "$OpenBSD: main.c,v 1.19 2004/04/19 10:17:18 jmc Exp $";
static const char rcsid[] = "$OpenBSD: main.c,v 1.20 2007/08/06 19:16:06 sobrado Exp $";
#endif
#endif /* not lint */
@ -291,8 +291,8 @@ usage(void)
{
fprintf(stderr, "usage: %s [-Iinv] [-b list] [-c list] "
"[-s subject] to-addr [...]\n", __progname);
fprintf(stderr, " %*s [-sendmail-options [...]]\n",
"[-s subject] to-addr ...\n", __progname);
fprintf(stderr, " %*s [-sendmail-options ...]\n",
(int)strlen(__progname), "");
fprintf(stderr, " %s [-IiNnv] -f [name]\n", __progname);
fprintf(stderr, " %s [-IiNnv] [-u user]\n", __progname);

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: man.1,v 1.36 2007/06/01 06:27:57 jmc Exp $
.\" $OpenBSD: man.1,v 1.37 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)man.1 8.2 (Berkeley) 1/2/94
.\"
.Dd $Mdocdate: June 1 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt MAN 1
.Os
.Sh NAME
@ -44,7 +44,7 @@
.Op Fl S Ar subsection
.Op Fl s Ar section
.Op Ar section
.Ar name Op Ar ...
.Ar name ...
.Nm man
.Fl f Ar command
.Nm man

View File

@ -1,4 +1,4 @@
/* $OpenBSD: man.c,v 1.34 2007/06/04 20:40:10 otto Exp $ */
/* $OpenBSD: man.c,v 1.35 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */
/*
@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95";
#else
static char rcsid[] = "$OpenBSD: man.c,v 1.34 2007/06/04 20:40:10 otto Exp $";
static char rcsid[] = "$OpenBSD: man.c,v 1.35 2007/08/06 19:16:06 sobrado Exp $";
#endif
#endif /* not lint */
@ -790,7 +790,7 @@ static void
usage(void)
{
(void)fprintf(stderr, "usage: %s [-achw] [-C file] [-M path] [-m path] "
"[-S subsection] [-s section]\n\t [section] name [...]\n",
"[-S subsection] [-s section]\n\t [section] name ...\n",
__progname);
(void)fprintf(stderr, " %s -f command\n", __progname);
(void)fprintf(stderr, " %s -k keyword\n", __progname);

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mixerctl.1,v 1.27 2007/05/31 19:20:13 jmc Exp $
.\" $OpenBSD: mixerctl.1,v 1.28 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt MIXERCTL 1
.Os
.Sh NAME
@ -48,17 +48,16 @@
.Nm mixerctl
.Op Fl nv
.Op Fl f Ar file
.Ar name Op Ar ...
.Ar name ...
.Nm mixerctl
.Op Fl qt
.Op Fl f Ar file
.Ar name Op Ar ...
.Ar name ...
.Nm mixerctl
.Op Fl q
.Pf \ \& Op Fl f Ar file
.Xo
.Ar name Ns = Ns Ar value
.Op Ar ...
.Ar name Ns = Ns Ar value ...
.Xc
.Sh DESCRIPTION
The

View File

@ -1,4 +1,4 @@
/* $OpenBSD: mixerctl.c,v 1.23 2005/10/07 17:08:36 deraadt Exp $ */
/* $OpenBSD: mixerctl.c,v 1.24 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: mixerctl.c,v 1.11 1998/04/27 16:55:23 augustss Exp $ */
/*
@ -401,9 +401,9 @@ usage(void)
fprintf(stderr,
"usage: %s [-nv] [-f file] -a\n"
" %s [-nv] [-f file] name [...]\n"
" %s [-qt] [-f file] name [...]\n"
" %s [-q] [-f file] name=value [...]\n",
" %s [-nv] [-f file] name ...\n"
" %s [-qt] [-f file] name ...\n"
" %s [-q] [-f file] name=value ...\n",
__progname, __progname, __progname, __progname);
exit(1);

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mkdep.1,v 1.7 2007/05/31 19:20:13 jmc Exp $
.\" $OpenBSD: mkdep.1,v 1.8 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: mkdep.1,v 1.3 1994/12/23 07:34:56 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)mkdep.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt MKDEP 1
.Os
.Sh NAME
@ -41,7 +41,7 @@
.Op Fl ap
.Op Fl f Ar file
.Op Ar flags
.Ar file Op Ar ...
.Ar
.Sh DESCRIPTION
.Nm
takes a set of flags for the C compiler and a list

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: mkdep.gcc.sh,v 1.13 2003/07/16 09:38:01 otto Exp $
# $OpenBSD: mkdep.gcc.sh,v 1.14 2007/08/06 19:16:06 sobrado Exp $
# $NetBSD: mkdep.gcc.sh,v 1.9 1994/12/23 07:34:59 jtc Exp $
#
# Copyright (c) 1991, 1993
@ -78,7 +78,7 @@ while :
done
if [ $# = 0 ] ; then
echo 'usage: mkdep [-p] [-f depend_file] [cc_flags] file ...'
echo 'usage: mkdep [-ap] [-f file] [flags] file ...'
exit 1
fi

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mkstr.1,v 1.10 2007/05/31 19:20:13 jmc Exp $
.\" $OpenBSD: mkstr.1,v 1.11 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: mkstr.1,v 1.3 1995/09/28 06:22:19 tls Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)mkstr.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt MKSTR 1
.Os
.Sh NAME
@ -40,7 +40,8 @@
.Nm mkstr
.Op Fl
.Ar messagefile
.Ar prefix file Op Ar ...
.Ar prefix
.Ar
.Sh DESCRIPTION
.Nm mkstr
creates files containing error messages extracted from C source,

View File

@ -1,4 +1,4 @@
/* $OpenBSD: mkstr.c,v 1.8 2003/06/03 02:56:13 millert Exp $ */
/* $OpenBSD: mkstr.c,v 1.9 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: mkstr.c,v 1.4 1995/09/28 06:22:20 tls Exp $ */
/*
@ -40,7 +40,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93";
#else
static const char rcsid[] = "$OpenBSD: mkstr.c,v 1.8 2003/06/03 02:56:13 millert Exp $";
static const char rcsid[] = "$OpenBSD: mkstr.c,v 1.9 2007/08/06 19:16:06 sobrado Exp $";
#endif
#endif /* not lint */
@ -327,6 +327,7 @@ usage(void)
{
extern char *__progname;
fprintf(stderr, "usage: %s [-] mesgfile prefix file ...\n", __progname);
fprintf(stderr, "usage: %s [-] messagefile prefix file ...\n",
__progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: nm.1,v 1.19 2007/05/31 19:20:14 jmc Exp $
.\" $OpenBSD: nm.1,v 1.20 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)nm.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt NM 1
.Os
.Sh NAME
@ -39,7 +39,7 @@
.Sh SYNOPSIS
.Nm nm
.Op Fl aCegnoprsuVw
.Op Ar file ...
.Op Ar
.Sh DESCRIPTION
The symbol table (name list) of each object in
.Ar file(s)

View File

@ -1,4 +1,4 @@
/* $OpenBSD: nm.c,v 1.29 2005/01/03 14:49:39 espie Exp $ */
/* $OpenBSD: nm.c,v 1.30 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: nm.c,v 1.7 1996/01/14 23:04:03 pk Exp $ */
/*
@ -42,7 +42,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)nm.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] = "$OpenBSD: nm.c,v 1.29 2005/01/03 14:49:39 espie Exp $";
static const char rcsid[] = "$OpenBSD: nm.c,v 1.30 2007/08/06 19:16:06 sobrado Exp $";
#include <sys/param.h>
#include <sys/mman.h>
@ -1081,7 +1081,7 @@ usage(void)
if (issize)
fprintf(stderr, "usage: %s [-tw] [file ...]\n", __progname);
else
fprintf(stderr, "usage: %s [-aABCegnoprsuvVw] [file ...]\n",
fprintf(stderr, "usage: %s [-aCegnoprsuVw] [file ...]\n",
__progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: size.1,v 1.4 2007/05/31 19:20:14 jmc Exp $
.\" $OpenBSD: size.1,v 1.5 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@ -30,7 +30,7 @@
.\"
.\" @(#)size.1 8.2 (Berkeley) 4/18/94
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt SIZE 1
.Os
.Sh NAME
@ -39,7 +39,7 @@
.Sh SYNOPSIS
.Nm size
.Op Fl tw
.Op Ar file Ar ...
.Op Ar
.Sh DESCRIPTION
.Nm
displays the text, data and bss segment sizes of the specified

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: paste.1,v 1.10 2007/05/31 19:20:14 jmc Exp $
.\" $OpenBSD: paste.1,v 1.11 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@ -33,7 +33,7 @@
.\"
.\" from: @(#)paste.1 5.6 (Berkeley) 7/27/91
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt PASTE 1
.Os
.Sh NAME
@ -43,7 +43,7 @@
.Nm paste
.Op Fl s
.Op Fl d Ar list
.Ar file Op Ar ...
.Ar
.Sh DESCRIPTION
The
.Nm paste

View File

@ -1,4 +1,4 @@
/* $OpenBSD: paste.c,v 1.15 2006/05/04 05:55:33 ray Exp $ */
/* $OpenBSD: paste.c,v 1.16 2007/08/06 19:16:06 sobrado Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@ -40,7 +40,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/
static char rcsid[] = "$OpenBSD: paste.c,v 1.15 2006/05/04 05:55:33 ray Exp $";
static char rcsid[] = "$OpenBSD: paste.c,v 1.16 2007/08/06 19:16:06 sobrado Exp $";
#endif /* not lint */
#include <sys/queue.h>
@ -255,7 +255,7 @@ void
usage(void)
{
extern char *__progname;
(void)fprintf(stderr, "usage: %s [-s] [-d delimiters] file ...\n",
__progname);
(void)fprintf(stderr, "usage: %s [-s] [-d list] file ...\n",
__progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pmdb.1,v 1.16 2007/05/31 19:20:14 jmc Exp $
.\" $OpenBSD: pmdb.1,v 1.17 2007/08/06 19:16:05 sobrado Exp $
.\"
.\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt PMDB 1
.Os
.Sh NAME
@ -33,7 +33,7 @@
.Nm pmdb
.Op Fl c Ar core
.Op Fl p Ar pid
.Ar program Op Ar ...
.Ar program ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
/* $OpenBSD: pmdb.c,v 1.20 2006/12/20 06:45:10 steven Exp $ */
/* $OpenBSD: pmdb.c,v 1.21 2007/08/06 19:16:05 sobrado Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@ -84,7 +84,7 @@ usage(void)
{
extern char *__progname;
fprintf(stderr, "Usage: %s [-c core] [-p pid] <program> args\n",
fprintf(stderr, "usage: %s [-c core] [-p pid] program ...\n",
__progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ranlib.1,v 1.10 2007/05/31 19:20:14 jmc Exp $
.\" $OpenBSD: ranlib.1,v 1.11 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1990 Regents of the University of California.
.\" All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" from: @(#)ranlib.1 6.7 (Berkeley) 5/9/91
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt RANLIB 1
.Os
.Sh NAME
@ -38,7 +38,7 @@
.Sh SYNOPSIS
.Nm ranlib
.Op Fl t
.Ar file Op Ar ...
.Ar
.Sh DESCRIPTION
.Nm ranlib
creates a table of external references for archive libraries,

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ranlib.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $ */
/* $OpenBSD: ranlib.c,v 1.7 2007/08/06 19:16:06 sobrado Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -40,7 +40,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)ranlib.c 5.6 (Berkeley) 2/26/91";*/
static char rcsid[] = "$OpenBSD: ranlib.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $";
static char rcsid[] = "$OpenBSD: ranlib.c,v 1.7 2007/08/06 19:16:06 sobrado Exp $";
#endif /* not lint */
#include <sys/types.h>
@ -86,6 +86,6 @@ main(int argc, char *argv[])
static void
usage(void)
{
(void)fprintf(stderr, "usage: ranlib [-t] archive ...\n");
(void)fprintf(stderr, "usage: ranlib [-t] file ...\n");
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: shar.1,v 1.9 2007/05/31 19:20:16 jmc Exp $
.\" $OpenBSD: shar.1,v 1.10 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: shar.1,v 1.4 1995/08/18 14:55:40 pk Exp $
.\"
.\" Copyright (c) 1990, 1993
@ -30,14 +30,15 @@
.\"
.\" @(#)shar.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt SHAR 1
.Os
.Sh NAME
.Nm shar
.Nd create a shell archive of files
.Sh SYNOPSIS
.Nm shar Ar file Op Ar ...
.Nm shar
.Ar
.Sh DESCRIPTION
.Nm shar
writes an

View File

@ -9,9 +9,9 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
.\" $OpenBSD: scp.1,v 1.41 2007/05/31 19:20:16 jmc Exp $
.\" $OpenBSD: scp.1,v 1.42 2007/08/06 19:16:06 sobrado Exp $
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt SCP 1
.Os
.Sh NAME
@ -34,7 +34,7 @@
.Ar host1 No :
.Oc Ns Ar file1
.Sm on
.Op Ar ...
.Ar ...
.Sm off
.Oo
.Op Ar user No @

View File

@ -1,4 +1,4 @@
/* $OpenBSD: scp.c,v 1.159 2007/06/13 00:21:27 djm Exp $ */
/* $OpenBSD: scp.c,v 1.160 2007/08/06 19:16:06 sobrado Exp $ */
/*
* scp - secure remote copy. This is basically patched BSD rcp which
* uses ssh to do the data transfer (instead of using rcmd).
@ -1097,7 +1097,7 @@ usage(void)
(void) fprintf(stderr,
"usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
" [-l limit] [-o ssh_option] [-P port] [-S program]\n"
" [[user@]host1:]file1 [...] [[user@]host2:]file2\n");
" [[user@]host1:]file1 ... [[user@]host2:]file2\n");
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: strip.1,v 1.7 2007/05/31 19:20:17 jmc Exp $
.\" $OpenBSD: strip.1,v 1.8 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt STRIP 1
.Os
.Sh NAME
@ -37,9 +37,8 @@
.Nd remove unnecessary information from executable files
.Sh SYNOPSIS
.Nm strip
.Op Fl d
.Op Fl x
.Ar file Op Ar ...
.Op Fl dx
.Ar
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: telnet.1,v 1.39 2007/05/31 19:20:17 jmc Exp $
.\" $OpenBSD: telnet.1,v 1.40 2007/08/06 19:16:05 sobrado Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt TELNET 1
.Os
.Sh NAME
@ -321,7 +321,7 @@ and
.Ic display
commands).
.Bl -tag -width "mode type"
.It Ic auth Ar argument Op Ar ...
.It Ic auth Ar argument ...
The
.Ic auth
command manipulates the information sent through the
@ -353,13 +353,13 @@ authentication.
Close a
.Tn TELNET
session and return to command mode.
.It Ic display Ar argument Op Ar ...
.It Ic display Ar argument ...
Displays all, or some, of the
.Ic set
and
.Ic toggle
values (see below).
.It Ic encrypt Ar argument Op Ar ...
.It Ic encrypt Ar argument ...
The
.Ic encrypt
command manipulates the information sent through the
@ -437,7 +437,7 @@ or
.Ic encrypt stop
commands.
.El
.It Ic environ Ar arguments Op Ar ...
.It Ic environ Ar argument ...
The
.Ic environ
command is used to manipulate the
@ -630,7 +630,7 @@ Close any open
session and exit
.Nm telnet .
An end-of-file (in command mode) will also close a session and exit.
.It Ic send Ar arguments
.It Ic send Ar argument ...
Sends one or more special character sequences to the remote host.
The following are the arguments which may be specified
(more than one argument may be specified at a time):
@ -1188,7 +1188,7 @@ Show the current status of
.Nm telnet .
This includes the peer one is connected to, as well
as the current mode.
.It Ic toggle Ar arguments Op Ar ...
.It Ic toggle Ar argument ...
Toggle (between
.Dv TRUE
and

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: tftp.1,v 1.16 2007/05/31 19:20:17 jmc Exp $
.\" $OpenBSD: tftp.1,v 1.17 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: tftp.1,v 1.5 1995/08/18 14:45:44 pk Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@ -30,7 +30,7 @@
.\"
.\" @(#)tftp.1 8.2 (Berkeley) 4/18/94
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt TFTP 1
.Os
.Sh NAME
@ -62,7 +62,7 @@ is running, it issues the prompt
and recognizes the following commands:
.Pp
.Bl -tag -width verbose -compact
.It Ic \&? Ar command-name Op Ar ...
.It Ic \&? Ar command-name ...
Print help information.
.Pp
.It Ic ascii
@ -109,8 +109,7 @@ commands.
.Ic get Oo Ar host1 : Oc Ns
.Ar file1
.Oo Ar host2 : Oc Ns
.Ar file2
.Ar ...
.Ar file2 ...
.Oo Ar hostN : Oc Ns
.Ar fileN
.Xc

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: touch.1,v 1.13 2007/05/31 19:20:18 jmc Exp $
.\" $OpenBSD: touch.1,v 1.14 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)touch.1 8.3 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt TOUCH 1
.Os
.Sh NAME
@ -44,7 +44,7 @@
.Op Fl acm
.Op Fl r Ar file
.Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]
.Ar file Op Ar ...
.Ar
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
/* $OpenBSD: touch.c,v 1.16 2007/06/18 11:20:58 millert Exp $ */
/* $OpenBSD: touch.c,v 1.17 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */
/*
@ -296,6 +296,7 @@ usage(void)
extern char *__progname;
(void)fprintf(stderr,
"usage: %s [-acm] [-r file] [-t time] file ...\n", __progname);
"usage: %s [-acm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n",
__progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: what.1,v 1.13 2007/05/31 19:20:20 jmc Exp $
.\" $OpenBSD: what.1,v 1.14 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: what.1,v 1.3 1994/11/17 06:59:38 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)what.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt WHAT 1
.Os
.Sh NAME
@ -39,7 +39,7 @@
.Sh SYNOPSIS
.Nm what
.Op Fl s
.Ar file Op Ar ...
.Ar
.Sh DESCRIPTION
.Nm
reads each

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: whatis.1,v 1.13 2007/05/31 19:20:20 jmc Exp $
.\" $OpenBSD: whatis.1,v 1.14 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)whatis.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt WHATIS 1
.Os
.Sh NAME
@ -40,7 +40,7 @@
.Op Fl C Ar file
.Op Fl M Ar path
.Op Fl m Ar path
.Ar command Op Ar ...
.Ar command ...
.Sh DESCRIPTION
.Nm
looks up a given command and gives the header line from the manual page.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: whois.1,v 1.25 2007/05/31 19:20:20 jmc Exp $
.\" $OpenBSD: whois.1,v 1.26 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: whois.1,v 1.5 1995/08/31 21:51:32 jtc Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)whois.1 8.2 (Berkeley) 6/20/94
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt WHOIS 1
.Os
.Sh NAME
@ -43,7 +43,7 @@
.Fl c Ar country-code | Fl h Ar host
.Oc
.Op Fl p Ar port
.Ar name Op Ar ...
.Ar name ...
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
/* $OpenBSD: whois.c,v 1.39 2007/07/05 02:12:28 millert Exp $ */
/* $OpenBSD: whois.c,v 1.40 2007/08/06 19:16:06 sobrado Exp $ */
/*
* Copyright (c) 1980, 1993
@ -308,7 +308,7 @@ usage(void)
extern char *__progname;
fprintf(stderr,
"usage: %s [-6AadgilmQRr] [-c country-code | -h hostname] "
"usage: %s [-6AadgilmQRr] [-c country-code | -h host] "
"[-p port] name ...\n", __progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: install.1,v 1.22 2007/05/31 19:20:20 jmc Exp $
.\" $OpenBSD: install.1,v 1.23 2007/08/06 19:16:06 sobrado Exp $
.\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)install.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt INSTALL 1
.Os
.Sh NAME
@ -44,8 +44,8 @@
.Op Fl g Ar group
.Op Fl m Ar mode
.Op Fl o Ar owner
.Ar source Op Ar ...
.Ar target Op Ar ...
.Ar source ...
.Ar target ...
.Sh DESCRIPTION
The
.Ar source

View File

@ -1,4 +1,4 @@
/* $OpenBSD: xinstall.c,v 1.45 2007/05/25 20:32:29 krw Exp $ */
/* $OpenBSD: xinstall.c,v 1.46 2007/08/06 19:16:06 sobrado Exp $ */
/* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */
/*
@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93";
#endif
static char rcsid[] = "$OpenBSD: xinstall.c,v 1.45 2007/05/25 20:32:29 krw Exp $";
static char rcsid[] = "$OpenBSD: xinstall.c,v 1.46 2007/08/06 19:16:06 sobrado Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -601,7 +601,7 @@ void
usage(void)
{
(void)fprintf(stderr, "\
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]\n source [...] target [...]\n");
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]\n source ... target ...\n");
exit(EX_USAGE);
/* NOTREACHED */
}

View File

@ -1,4 +1,4 @@
/* $OpenBSD: bgpctl.c,v 1.125 2007/05/31 04:21:43 claudio Exp $ */
/* $OpenBSD: bgpctl.c,v 1.126 2007/08/06 19:16:06 sobrado Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@ -89,8 +89,8 @@ usage(void)
{
extern char *__progname;
fprintf(stderr, "usage: %s [-s socket] [-o path] [-n] "
"<command> [arg [...]]\n", __progname);
fprintf(stderr, "usage: %s [-n] [-o directory] [-s socket] "
"command [arguments ...]\n", __progname);
exit(1);
}

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: edquota.8,v 1.9 2007/05/31 19:20:23 jmc Exp $
.\" $OpenBSD: edquota.8,v 1.10 2007/08/06 19:16:07 sobrado Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -31,9 +31,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)edquota.8 8.1 (Berkeley) 6/6/93
.\" $Id: edquota.8,v 1.9 2007/05/31 19:20:23 jmc Exp $
.\" $Id: edquota.8,v 1.10 2007/08/06 19:16:07 sobrado Exp $
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: August 6 2007 $
.Dt EDQUOTA 8
.Os
.Sh NAME
@ -43,11 +43,11 @@
.Nm edquota
.Op Fl u
.Op Fl p Ar proto-username
.Ar username | uid Op Ar ...
.Ar username | uid ...
.Nm edquota
.Fl g
.Op Fl p Ar proto-groupname
.Ar groupname | gid Op Ar ...
.Ar groupname | gid ...
.Nm edquota
.Fl t
.Op Fl u

View File

@ -38,7 +38,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/
static char *rcsid = "$Id: edquota.c,v 1.45 2006/10/18 21:18:59 deraadt Exp $";
static char *rcsid = "$Id: edquota.c,v 1.46 2007/08/06 19:16:07 sobrado Exp $";
#endif /* not lint */
/*
@ -96,9 +96,10 @@ void
usage(void)
{
(void)fprintf(stderr, "%s%s%s%s",
"Usage: edquota [-u] [-p username] username ...\n",
"\tedquota -g [-p groupname] groupname ...\n",
"\tedquota [-u] -t\n", "\tedquota -g -t\n");
"usage: edquota [-u] [-p proto-username] username | uid ...\n",
" edquota -g [-p proto-groupname] groupname | gid ...\n",
" edquota -t [-u]\n",
" edquota -g -t\n");
exit(1);
}