fix up .Nm usage
This commit is contained in:
parent
1519255e3b
commit
79adb0bcbe
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mesg.1,v 1.5 1997/08/01 04:31:04 mikel Exp $
|
||||
.\" $NetBSD: mesg.1,v 1.6 1997/10/19 05:09:03 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1987, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -40,11 +40,11 @@
|
||||
.Nm mesg
|
||||
.Nd display (do not display) messages from other users
|
||||
.Sh SYNOPSIS
|
||||
.Nm mesg
|
||||
.Nm
|
||||
.Op Cm n | Cm y
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm mesg
|
||||
.Nm
|
||||
utility is invoked by a user to control write access others
|
||||
have to the terminal device associated with the standard error
|
||||
output.
|
||||
@ -63,11 +63,11 @@ Permits messages to be displayed.
|
||||
.El
|
||||
.Pp
|
||||
If no arguments are given,
|
||||
.Nm mesg
|
||||
.Nm
|
||||
displays the present message status to the standard error output.
|
||||
.Pp
|
||||
The
|
||||
.Nm mesg
|
||||
.Nm
|
||||
utility exits with one of the following values:
|
||||
.Bl -tag -width flag -compact -offset indent
|
||||
.Pp
|
||||
@ -88,6 +88,6 @@ An error has occurred.
|
||||
.Xr write 1
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm mesg
|
||||
.Nm
|
||||
command appeared in
|
||||
.At v6 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mixerctl.1,v 1.3 1997/10/08 22:20:39 jtc Exp $
|
||||
.\" $NetBSD: mixerctl.1,v 1.4 1997/10/19 05:09:35 lukem Exp $
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -39,27 +39,27 @@
|
||||
.Nm mixerctl
|
||||
.Nd control audio mixing
|
||||
.Sh SYNOPSIS
|
||||
.Nm mixerctl
|
||||
.Nm
|
||||
.Op Fl f Ar file
|
||||
.Op Fl n
|
||||
.Op Fl v
|
||||
.Fl a
|
||||
.Nm mixerctl
|
||||
.Nm ""
|
||||
.Op Fl f Ar file
|
||||
.Op Fl n
|
||||
.Op Fl v
|
||||
.Ar name ...
|
||||
.Nm mixerctl
|
||||
.Nm ""
|
||||
.Op Fl f Ar file
|
||||
.Op Fl n
|
||||
.Fl w
|
||||
.Ar name=value ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm mixerctl
|
||||
.Nm
|
||||
command displays or sets various audio system mixing variables.
|
||||
If a list of variables is present on the command line, then
|
||||
.Nm mixerctl
|
||||
.Nm
|
||||
prints the current value of those variables for the specified device.
|
||||
If the
|
||||
.Fl a
|
||||
@ -67,7 +67,7 @@ flag is specified, all variables for the device are printed.
|
||||
If the
|
||||
.Fl w
|
||||
flag is specified
|
||||
.Nm mixerctl
|
||||
.Nm
|
||||
attempts to set the specified variables to the given values.
|
||||
.Pp
|
||||
The
|
||||
@ -95,7 +95,7 @@ mixer audio device
|
||||
.Xr sysctl 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm mixerctl
|
||||
.Nm
|
||||
command first appeared in
|
||||
.Nx 1.3 .
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mkdep.1,v 1.3 1994/12/23 07:34:56 jtc Exp $
|
||||
.\" $NetBSD: mkdep.1,v 1.4 1997/10/19 05:10:15 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1987, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -40,13 +40,13 @@
|
||||
.Nm mkdep
|
||||
.Nd construct Makefile dependency list
|
||||
.Sh SYNOPSIS
|
||||
.Nm mkdep
|
||||
.Nm
|
||||
.Op Fl ap
|
||||
.Op Fl f Ar file
|
||||
.Op Ar flags
|
||||
.Ar file ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm Mkdep
|
||||
.Nm
|
||||
takes a set of flags for the C compiler and a list
|
||||
of C source files as arguments and constructs a set of include
|
||||
file dependencies which are written into the file ``.depend''.
|
||||
@ -67,7 +67,7 @@ The options are as follows:
|
||||
.It Fl a
|
||||
Append to the output file,
|
||||
so that multiple
|
||||
.Nm mkdep Ns 's
|
||||
.Nm "" Ns 's
|
||||
may be run from a single Makefile.
|
||||
.It Fl f
|
||||
Write the include file dependencies to
|
||||
@ -75,7 +75,7 @@ Write the include file dependencies to
|
||||
instead of the default ``.depend''.
|
||||
.It Fl p
|
||||
Cause
|
||||
.Nm mkdep
|
||||
.Nm
|
||||
to produce dependencies of the form:
|
||||
.Bd -literal -offset indent
|
||||
program: program.c
|
||||
@ -100,6 +100,6 @@ File containing list of dependencies.
|
||||
.El
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm mkdep
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.3 Tahoe .
|
||||
|
Loading…
Reference in New Issue
Block a user