Prepare for mdoc(7)NG.

This commit is contained in:
Ruslan Ermilov 2000-12-19 16:00:12 +00:00
parent d01e930632
commit 9b88faecd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70197
56 changed files with 290 additions and 229 deletions

View file

@ -80,28 +80,41 @@ in the files instead of just the files themselves.
The flags are specified as an octal number or a comma separated list The flags are specified as an octal number or a comma separated list
of keywords. of keywords.
The following keywords are currently defined: The following keywords are currently defined:
.Bd -literal -offset indent compact .Pp
arch set the archived flag (super-user only) .Bl -tag -offset indent -width "opaque" -compact
opaque set the opaque flag (owner or super-user only) .It Ar arch
nodump set the nodump flag (owner or super-user only) set the archived flag (super-user only)
sappnd set the system append-only flag (super-user only) .It Ar opaque
schg set the system immutable flag (super-user only) set the opaque flag (owner or super-user only)
sunlnk set the system undeletable flag (super-user only) .It Ar nodump
uappnd set the user append-only flag (owner or super-user only) set the nodump flag (owner or super-user only)
uchg set the user immutable flag (owner or super-user only) .It Ar sappnd
uunlnk set the user undeletable flag (owner or super-user only) set the system append-only flag (super-user only)
archived, sappend, schange, simmutable, uappend, uchange, uimmutable, .It Ar schg
sunlink, uunlink set the system immutable flag (super-user only)
aliases for the above .It Ar sunlnk
.Ed set the system undeletable flag (super-user only)
.It Ar uappnd
set the user append-only flag (owner or super-user only)
.It Ar uchg
set the user immutable flag (owner or super-user only)
.It Ar uunlnk
set the user undeletable flag (owner or super-user only)
.It Ar archived , sappend , schange , Xo
.Ar simmutable , uappend , uchange , uimmutable ,
.Ar sunlink , uunlink
.Xc
aliases for the above
.El
.Pp .Pp
Putting the letters Putting the letters
.Dq no .Dq Ar no
before an option causes the flag to be turned off. before an option causes the flag to be turned off.
For example: For example:
.Bd -literal -offset indent compact .Bl -tag -offset indent -width "nouchg"
nouchg the immutable bit should be cleared .It Ar nouchg
.Ed the immutable bit should be cleared
.El
.Pp .Pp
Symbolic links do not have flags, so unless the Symbolic links do not have flags, so unless the
.Fl H .Fl H

View file

@ -44,11 +44,11 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Fl d .Fl d
.Op Fl \Tv .Op Fl \&Tv
.Ar archive file ... .Ar archive file ...
.Nm .Nm
.Fl m .Fl m
.Op Fl \Tv .Op Fl \&Tv
.Ar archive file ... .Ar archive file ...
.Nm .Nm
.Fl m .Fl m
@ -56,7 +56,7 @@
.Ar position archive file ... .Ar position archive file ...
.Nm .Nm
.Fl p .Fl p
.Op Fl \Tv .Op Fl \&Tv
.Ar archive [file ...] .Ar archive [file ...]
.Nm .Nm
.Fl q .Fl q
@ -72,7 +72,7 @@
.Ar position archive file ... .Ar position archive file ...
.Nm .Nm
.Fl t .Fl t
.Op Fl \Tv .Op Fl \&Tv
.Ar archive [file ...] .Ar archive [file ...]
.Nm .Nm
.Fl x .Fl x

View file

@ -36,7 +36,7 @@
.Op Fl mv .Op Fl mv
.Op Ar time .Op Ar time
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm At .Nm \&At
and and
.Nm batch .Nm batch
read commands from standard input or a specified file which are to read commands from standard input or a specified file which are to
@ -56,7 +56,7 @@ drops below _LOADAVG_MX, or the value specified in the invocation of
.Nm atrun . .Nm atrun .
.El .El
.Pp .Pp
.Nm At .Nm \&At
allows some moderately complex allows some moderately complex
.Ar time .Ar time
specifications. It accepts times of the form specifications. It accepts times of the form
@ -225,6 +225,7 @@ shows completed but not yet deleted jobs in the queue; otherwise
shows the time the job will be executed. shows the time the job will be executed.
.It Fl c .It Fl c
Cat the jobs listed on the command line to standard output. Cat the jobs listed on the command line to standard output.
.El
.Sh FILES .Sh FILES
.Bl -tag -width _ATJOB_DIR/_LOCKFILE -compact .Bl -tag -width _ATJOB_DIR/_LOCKFILE -compact
.It Pa _ATJOB_DIR .It Pa _ATJOB_DIR
@ -258,7 +259,7 @@ in the environment variable
.Ev LOGNAME . .Ev LOGNAME .
If that is undefined or empty, the current userid is assumed. If that is undefined or empty, the current userid is assumed.
.Pp .Pp
.Nm At .Nm \&At
and and
.Nm batch .Nm batch
as presently implemented are not suitable when users are competing for as presently implemented are not suitable when users are competing for

View file

@ -35,16 +35,16 @@
.Nm .Nm
.Op Fl c .Op Fl c
.Op Fl D Ar name Ns Op Ar =value .Op Fl D Ar name Ns Op Ar =value
.Op ... .Op ...\&
.Op Fl E .Op Fl E
.Op Fl g .Op Fl g
.Op Fl I Ar directory ... .Op Fl I Ar directory ...\&
.Op Fl L Ar directory ... .Op Fl L Ar directory ...\&
.Op Fl o Ar outfile .Op Fl o Ar outfile
.Op Fl O .Op Fl O
.Op Fl s .Op Fl s
.Op Fl U Ar name ... .Op Fl U Ar name ...\&
.Ar operand ... .Ar operand ...\&
.Sh DESCRIPTION .Sh DESCRIPTION
This is the name of the C language compiler as required by the This is the name of the C language compiler as required by the
.St -p1003.2 .St -p1003.2

View file

@ -80,28 +80,41 @@ in the files instead of just the files themselves.
The flags are specified as an octal number or a comma separated list The flags are specified as an octal number or a comma separated list
of keywords. of keywords.
The following keywords are currently defined: The following keywords are currently defined:
.Bd -literal -offset indent compact .Pp
arch set the archived flag (super-user only) .Bl -tag -offset indent -width "opaque" -compact
opaque set the opaque flag (owner or super-user only) .It Ar arch
nodump set the nodump flag (owner or super-user only) set the archived flag (super-user only)
sappnd set the system append-only flag (super-user only) .It Ar opaque
schg set the system immutable flag (super-user only) set the opaque flag (owner or super-user only)
sunlnk set the system undeletable flag (super-user only) .It Ar nodump
uappnd set the user append-only flag (owner or super-user only) set the nodump flag (owner or super-user only)
uchg set the user immutable flag (owner or super-user only) .It Ar sappnd
uunlnk set the user undeletable flag (owner or super-user only) set the system append-only flag (super-user only)
archived, sappend, schange, simmutable, uappend, uchange, uimmutable, .It Ar schg
sunlink, uunlink set the system immutable flag (super-user only)
aliases for the above .It Ar sunlnk
.Ed set the system undeletable flag (super-user only)
.It Ar uappnd
set the user append-only flag (owner or super-user only)
.It Ar uchg
set the user immutable flag (owner or super-user only)
.It Ar uunlnk
set the user undeletable flag (owner or super-user only)
.It Ar archived , sappend , schange , Xo
.Ar simmutable , uappend , uchange , uimmutable ,
.Ar sunlink , uunlink
.Xc
aliases for the above
.El
.Pp .Pp
Putting the letters Putting the letters
.Dq no .Dq Ar no
before an option causes the flag to be turned off. before an option causes the flag to be turned off.
For example: For example:
.Bd -literal -offset indent compact .Bl -tag -offset indent -width "nouchg"
nouchg the immutable bit should be cleared .It Ar nouchg
.Ed the immutable bit should be cleared
.El
.Pp .Pp
Symbolic links do not have flags, so unless the Symbolic links do not have flags, so unless the
.Fl H .Fl H

View file

@ -80,7 +80,7 @@ entry, in the format specified by
.Xr passwd 5 , .Xr passwd 5 ,
as an argument. as an argument.
This argument must be a colon This argument must be a colon
.Pq Dq \: .Pq Dq \&:
separated list of all the separated list of all the
user database fields, although they may be empty. user database fields, although they may be empty.
.It Fl p .It Fl p

View file

@ -178,7 +178,7 @@ article.
.Rs .Rs
.%T "Computation of Cyclic Redundancy Checks Via Table Lookup" .%T "Computation of Cyclic Redundancy Checks Via Table Lookup"
.%A Dilip V. Sarwate .%A Dilip V. Sarwate
.%J "Communications of the \\*(tNACM\\*(sP" .%J "Communications of the" Tn ACM
.%D "August 1988" .%D "August 1988"
.Re .Re
.Sh STANDARDS .Sh STANDARDS

View file

@ -536,6 +536,7 @@ to your
or or
.Pa ${HOME}/.xinitrc .Pa ${HOME}/.xinitrc
to let the X server find it. to let the X server find it.
.El
.Sh FILE TRANSLATION .Sh FILE TRANSLATION
.Nm Doscmd .Nm Doscmd
translates translates

View file

@ -547,6 +547,7 @@ may be too slow for slower systems.
.It Pa /usr/share/misc/init.ee .It Pa /usr/share/misc/init.ee
.It Pa $HOME/.init.ee .It Pa $HOME/.init.ee
.It Pa .init.ee .It Pa .init.ee
.El
.Sh AUTHORS .Sh AUTHORS
The software The software
.Nm .Nm

View file

@ -45,7 +45,7 @@
.Op Fl H | Fl L | Fl P .Op Fl H | Fl L | Fl P
.Op Fl Xdsx .Op Fl Xdsx
.Op Fl f Ar pathname .Op Fl f Ar pathname
.Op Ar pathname ... .Op Ar pathname ...\&
.Ar expression .Ar expression
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Find .Nm Find
@ -328,9 +328,13 @@ If the mode is octal, only bits 07777
.Dv S_IRWXO ) .Dv S_IRWXO )
of the file's mode bits participate of the file's mode bits participate
in the comparison. in the comparison.
If the mode is preceded by a dash (``\-''), this primary evaluates to true If the mode is preceded by a dash
.Pq Dq - ,
this primary evaluates to true
if at least all of the bits in the mode are set in the file's mode bits. if at least all of the bits in the mode are set in the file's mode bits.
If the mode is preceded by a plus (``\+''), this primary evaluates to true If the mode is preceded by a plus
.Pq Dq + ,
this primary evaluates to true
if any of the bits in the mode are set in the file's mode bits. if any of the bits in the mode are set in the file's mode bits.
Otherwise, this primary evaluates to true if Otherwise, this primary evaluates to true if
the bits in the mode exactly match the file's mode bits. the bits in the mode exactly match the file's mode bits.
@ -417,7 +421,10 @@ is treated as a user id.
.El .El
.Pp .Pp
All primaries which take a numeric argument allow the number to be All primaries which take a numeric argument allow the number to be
preceded by a plus sign (``+'') or a minus sign (``\-''). preceded by a plus sign
.Pq Dq +
or a minus sign
.Pq Dq - .
A preceding plus sign means ``more than n'', a preceding minus sign means A preceding plus sign means ``more than n'', a preceding minus sign means
``less than n'' and neither means ``exactly n'' . ``less than n'' and neither means ``exactly n'' .
.Sh OPERATORS .Sh OPERATORS

View file

@ -41,8 +41,8 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl lmpshoT .Op Fl lmpshoT
.Op Ar user ... .Op Ar user ...\&
.Op Ar user@host ... .Op Ar user@host ...\&
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View file

@ -81,6 +81,7 @@ mailbox, is examined instead of the invoker's own mailbox.
.It Ev MAIL .It Ev MAIL
If set, the location of the invoker's mailbox. Otherwise, the default If set, the location of the invoker's mailbox. Otherwise, the default
in /var/mail is used. in /var/mail is used.
.El
.Sh FILES .Sh FILES
.Bl -tag -width /var/mail/* -compact .Bl -tag -width /var/mail/* -compact
.It Pa /var/mail/* .It Pa /var/mail/*

View file

@ -115,7 +115,7 @@ The process id.
The file number in the per-process open file table or one of the following The file number in the per-process open file table or one of the following
special names: special names:
.Pp .Pp
.Bd -literal -ragged -offset indent -compact .Bd -literal -offset indent -compact
text - executable text inode text - executable text inode
wd - current working directory wd - current working directory
root - root inode root - root inode

View file

@ -1035,7 +1035,7 @@ if verbose is on, when a file transfer completes, statistics
regarding the efficiency of the transfer are reported. regarding the efficiency of the transfer are reported.
By default, By default,
verbose is on. verbose is on.
.It Ic ? Op Ar command .It Ic \&? Op Ar command
A synonym for A synonym for
.Ic help . .Ic help .
.El .El

View file

@ -80,7 +80,6 @@ The core image.
.It Pa /proc/<pid>/file .It Pa /proc/<pid>/file
The executable image. The executable image.
.El .El
.Dp
.Sh HISTORY .Sh HISTORY
.Nm Gcore .Nm Gcore
appeared in appeared in

View file

@ -216,7 +216,7 @@ file.
Suppresses the printing of functions whose names are not visible to Suppresses the printing of functions whose names are not visible to
C programs. For the ELF object format, this means names that C programs. For the ELF object format, this means names that
contain the contain the
.Ql \&. .Ql .\&
character. For the a.out object format, it means names that do not character. For the a.out object format, it means names that do not
begin with a begin with a
.Ql _ .Ql _

View file

@ -206,14 +206,14 @@ The single character escape sequences
described in the C standard are supported: described in the C standard are supported:
.Bd -ragged -offset indent -compact .Bd -ragged -offset indent -compact
.Bl -column <alert_character> .Bl -column <alert_character>
.It NUL \e0 .It "NUL \e0
.It <alert character> \ea .It "<alert character> \ea
.It <backspace> \eb .It "<backspace> \eb
.It <form-feed> \ef .It "<form-feed> \ef
.It <newline> \en .It "<newline> \en
.It <carriage return> \er .It "<carriage return> \er
.It <tab> \et .It "<tab> \et
.It <vertical tab> \ev .It "<vertical tab> \ev
.El .El
.Ed .Ed
.El .El
@ -252,12 +252,12 @@ displayed using the following, lower-case, names.
Characters greater than 0xff, hexadecimal, are displayed as hexadecimal Characters greater than 0xff, hexadecimal, are displayed as hexadecimal
strings. strings.
.Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo .Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo
.It \&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq .It "\&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq
.It \&006\ ack\t007\ bel\t008\ bs\t009\ ht\t00A\ lf\t00B\ vt .It "\&006\ ack\t007\ bel\t008\ bs\t009\ ht\t00A\ lf\t00B\ vt
.It \&00C\ ff\t00D\ cr\t00E\ so\t00F\ si\t010\ dle\t011\ dc1 .It "\&00C\ ff\t00D\ cr\t00E\ so\t00F\ si\t010\ dle\t011\ dc1
.It \&012\ dc2\t013\ dc3\t014\ dc4\t015\ nak\t016\ syn\t017\ etb .It "\&012\ dc2\t013\ dc3\t014\ dc4\t015\ nak\t016\ syn\t017\ etb
.It \&018\ can\t019\ em\t01A\ sub\t01B\ esc\t01C\ fs\t01D\ gs .It "\&018\ can\t019\ em\t01A\ sub\t01B\ esc\t01C\ fs\t01D\ gs
.It \&01E\ rs\t01F\ us\t0FF\ del .It "\&01E\ rs\t01F\ us\t0FF\ del
.El .El
.El .El
.Pp .Pp

View file

@ -195,7 +195,7 @@ The requested conversion format specifier for
was not of the form was not of the form
.Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]? .Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]?
where where
.Dq ? .Dq ?\&
must be one of must be one of
.Dl [l]{d,i,o,u,x} .Dl [l]{d,i,o,u,x}
or or

View file

@ -32,8 +32,8 @@
.Nd kill processes by name .Nd kill processes by name
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl d \&| Ns Fl v .Op Fl d | v
.Op Fl h \&| Ns Fl \&? .Op Fl h | ?\&
.Op Fl help .Op Fl help
.Op Fl l .Op Fl l
.Op Fl m .Op Fl m
@ -59,13 +59,13 @@ The super-user is allowed to kill any process.
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width 10n -offset indent .Bl -tag -width 10n -offset indent
.It Fl d \&| Ns Fl v .It Fl d | v
Be more verbose about what will be done. For a single Be more verbose about what will be done. For a single
.Fl d .Fl d
option, a list of the processes that will be sent the signal will be option, a list of the processes that will be sent the signal will be
printed, or a message indicating that no matching processes have been printed, or a message indicating that no matching processes have been
found. found.
.It Fl h \&| Ns Fl \&? .It Fl h | ?\&
.It Fl help .It Fl help
Give a help on the command usage and exit. Give a help on the command usage and exit.
.It Fl l .It Fl l

View file

@ -105,19 +105,19 @@ The command
.Bd -literal .Bd -literal
lam file1 file2 file3 file4 lam file1 file2 file3 file4
.Ed .Ed
.Pp
joins 4 files together along each line. joins 4 files together along each line.
To merge the lines from four different files use To merge the lines from four different files use
.Bd -literal .Bd -literal
lam file1 \-S "\\ lam file1 \-S "\\
" file2 file3 file4 " file2 file3 file4
.Ed .Ed
.Pp
Every 2 lines of a file may be joined on one line with Every 2 lines of a file may be joined on one line with
.Bd -literal .Bd -literal
lam \- \- < file lam \- \- < file
.Ed .Ed
.Pp
and a form letter with substitutions keyed by `@' can be done with and a form letter with substitutions keyed by `@' can be done with
.Bd -literal .Bd -literal
lam \-t @ letter changes lam \-t @ letter changes

View file

@ -42,9 +42,9 @@
.Nm .Nm
.Op Fl EScesu .Op Fl EScesu
.Op Fl f Ar file .Op Fl f Ar file
.Op Ar command ... .Op Ar command ...\&
.Op Ar user ... .Op Ar user ...\&
.Op Ar terminal ... .Op Ar terminal ...\&
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Lastcomm .Nm Lastcomm
gives information on previously executed commands. gives information on previously executed commands.

View file

@ -57,11 +57,11 @@ of all files which are publicly accessible.
Shell globbing and quoting characters Shell globbing and quoting characters
.Po .Po
.Dq * , .Dq * ,
.Dq ? , .Dq \&? ,
.Dq \e , .Dq \e ,
.Dq [ .Dq \&[
and and
.Dq \] .Dq \&]
.Pc .Pc
may be used in may be used in
.Ar pattern , .Ar pattern ,
@ -78,7 +78,7 @@ As a special case, a pattern containing no globbing characters
.Pq Dq foo .Pq Dq foo
is matched as though it were is matched as though it were
.Dq *foo* . .Dq *foo* .
.Pp
Historically, locate store only characters between 32 and 127. The Historically, locate store only characters between 32 and 127. The
current implementation store any character except newline current implementation store any character except newline
.Pq Sq \en .Pq Sq \en
@ -88,9 +88,9 @@ The 8-bit character support doesn't waste extra space for
plain ASCII file names. plain ASCII file names.
Characters less than 32 or greater than 127 Characters less than 32 or greater than 127
are stored in 2 bytes. are stored in 2 bytes.
.Pp
The following options are available: The following options are available:
.Bl -tag -width 10n indent .Bl -tag -width 10n
.It Fl S .It Fl S
Print some statistic about the database and exit. Print some statistic about the database and exit.
.It Fl c .It Fl c
@ -105,24 +105,26 @@ options are allowed. Each additional
.Fl d .Fl d
option adds the specified database to the list option adds the specified database to the list
of databases to be searched. of databases to be searched.
.Pp
The option The option
.Ar database .Ar database
may be a colon-separated list of databases. may be a colon-separated list of databases.
A single colon is a reference A single colon is a reference
to the default database. to the default database.
.Bd -literal
$ locate -d $HOME/lib/mydb: foo $ locate -d $HOME/lib/mydb: foo
.Ed
.Pp
will first search string will first search string
.Dq foo .Dq foo
in in
.Pa $HOME/lib/mydb .Pa $HOME/lib/mydb
and then in and then in
.Pa /var/db/locate.database . .Pa /var/db/locate.database .
.Bd -literal
$ locate -d $HOME/lib/mydb::/cdrom/locate.database foo $ locate -d $HOME/lib/mydb::/cdrom/locate.database foo
.Ed
.Pp
will first search string will first search string
.Dq foo .Dq foo
in in
@ -131,26 +133,29 @@ and then in
.Pa /var/db/locate.database .Pa /var/db/locate.database
and then in and then in
.Pa /cdrom/locate.database . .Pa /cdrom/locate.database .
.Bd -literal
.Do
$ locate -d db1 -d db2 -d db3 pattern $ locate -d db1 -d db2 -d db3 pattern
.Dc .Ed
.Pp
is the same as is the same as
.Bd -literal
.Dq $ locate -d db1:db2:db3 pattern $ locate -d db1:db2:db3 pattern
.Ed
.Pp
or or
.Bd -literal
.Dq $ locate -d db1:db2 -d db3 pattern . .Dq $ locate -d db1:db2 -d db3 pattern .
.Ed
.Pp
If If
.Ar - .Ar -
is given as the database name, standard input will be read instead. is given as the database name, standard input will be read instead.
For example, you can compress your database For example, you can compress your database
and use: and use:
.Bd -literal
$ zcat database.gz | locate -d - pattern $ zcat database.gz | locate -d - pattern
.Ed
.Pp
This might be useful on machines with a fast CPU and little RAM and slow This might be useful on machines with a fast CPU and little RAM and slow
I/O. Note: you can only use I/O. Note: you can only use
.Ar one .Ar one
@ -174,6 +179,7 @@ Use the
.Xr stdio 3 .Xr stdio 3
library instead of library instead of
.Xr mmap 2 . .Xr mmap 2 .
.El
.Sh FILES .Sh FILES
.Bl -tag -width /etc/periodic/weekly/310.locate -compact .Bl -tag -width /etc/periodic/weekly/310.locate -compact
.It Pa /var/db/locate.database .It Pa /var/db/locate.database
@ -215,7 +221,7 @@ typically only regenerated once a week by the
script. Use script. Use
.Xr find 1 .Xr find 1
to locate files that are of a more transitory nature. to locate files that are of a more transitory nature.
.Pp
The The
.Nm .Nm
database was built by user database was built by user
@ -232,7 +238,7 @@ E.g. if your HOME directory is not world-readable, all your
files are files are
.Ar not .Ar not
in the database. in the database.
.Pp
The The
.Nm .Nm
database is not byte order independent. database is not byte order independent.
@ -248,7 +254,6 @@ machine
(little endian) (little endian)
a locate database which was built on SunOS/sparc machine a locate database which was built on SunOS/sparc machine
(big endian, net). (big endian, net).
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View file

@ -502,7 +502,7 @@ ignored fields.
Takes as argument login names and distribution group names and sends Takes as argument login names and distribution group names and sends
mail to those people. mail to those people.
.It Ic more .It Ic more
.Pq Ic \mo .Pq Ic \&mo
Takes a list of messages and invokes the pager on that list. Takes a list of messages and invokes the pager on that list.
.It Ic mbox .It Ic mbox
Indicate that a list of messages be sent to Indicate that a list of messages be sent to

View file

@ -277,13 +277,13 @@ is interrupted.
.El .El
.Pp .Pp
Targets and sources may contain the shell wildcard expressions Targets and sources may contain the shell wildcard expressions
.Ql ? , .Ql \&? ,
.Ql * , .Ql * ,
.Ql [] .Ql []
and and
.Ql {} . .Ql {} .
The expressions The expressions
.Ql ? , .Ql \&? ,
.Ql * .Ql *
and and
.Ql [] .Ql []
@ -409,10 +409,10 @@ The name of the target; also known as
.Pp .Pp
The shorter forms The shorter forms
.Ql Va @ , .Ql Va @ ,
.Ql Va ! , .Ql Va \&! ,
.Ql Va \&< , .Ql Va \&< ,
.Ql Va \&% , .Ql Va \&% ,
.Ql Va ? , .Ql Va \&? ,
.Ql Va \&> , .Ql Va \&> ,
and and
.Ql Va * .Ql Va *
@ -595,7 +595,7 @@ Each modifier begins with a colon and one of the following
special characters. special characters.
The colon may be escaped with a backslash The colon may be escaped with a backslash
.Pq Ql \e . .Pq Ql \e .
.Bl -tag -width Cm E\& .Bl -tag -width Cm
.Sm off .Sm off
.It Cm C No \&/ Ar pattern Xo .It Cm C No \&/ Ar pattern Xo
.No \&/ Ar replacement .No \&/ Ar replacement
@ -634,7 +634,7 @@ Converts variable to lower-case letters.
Select only those words that match the rest of the modifier. Select only those words that match the rest of the modifier.
The standard shell wildcard characters The standard shell wildcard characters
.Pf ( Ql * , .Pf ( Ql * ,
.Ql ? , .Ql \&? ,
and and
.Ql Op ) .Ql Op )
may may
@ -857,7 +857,7 @@ will only evaluate a conditional as far as is necessary to determine
its value. its value.
Parentheses may be used to change the order of evaluation. Parentheses may be used to change the order of evaluation.
The boolean operator The boolean operator
.Ql Ic \&! .Ql Ic !\&
may be used to logically negate an entire may be used to logically negate an entire
conditional. conditional.
It is of higher precedence than It is of higher precedence than
@ -866,7 +866,7 @@ It is of higher precedence than
The value of The value of
.Ar expression .Ar expression
may be any of the following: may be any of the following:
.Bl -tag -width Ic defined .Bl -tag -width Ic
.It Ic defined .It Ic defined
Takes a variable name as an argument and evaluates to true if the variable Takes a variable name as an argument and evaluates to true if the variable
has been defined. has been defined.
@ -970,7 +970,7 @@ Comments begin with a hash
character, anywhere but in a shell character, anywhere but in a shell
command line, and continue to the end of the line. command line, and continue to the end of the line.
.Sh SPECIAL SOURCES .Sh SPECIAL SOURCES
.Bl -tag -width Ic .IGNORE .Bl -tag -width Ic
.It Ic .IGNORE .It Ic .IGNORE
Ignore any errors from the commands associated with this target, exactly Ignore any errors from the commands associated with this target, exactly
as if they all were preceded by a dash as if they all were preceded by a dash
@ -1027,7 +1027,7 @@ detected and targets that form loops will be silently ignored.
.Sh "SPECIAL TARGETS" .Sh "SPECIAL TARGETS"
Special targets may not be included with other targets, i.e. they must be Special targets may not be included with other targets, i.e. they must be
the only target specified. the only target specified.
.Bl -tag -width Ic .BEGIN .Bl -tag -width Ic
.It Ic .BEGIN .It Ic .BEGIN
Any command lines attached to this target are executed before anything Any command lines attached to this target are executed before anything
else is done. else is done.
@ -1154,6 +1154,7 @@ command in the file.
Each source specifies a suffix to Each source specifies a suffix to
.Nm . .Nm .
If no sources are specified, any previous specified suffices are deleted. If no sources are specified, any previous specified suffices are deleted.
.El
.Sh COMPATIBILITY .Sh COMPATIBILITY
Older versions of Older versions of
.Nm .Nm

View file

@ -74,6 +74,7 @@ Dont_option is one of the following:
Do not list the command Do not list the command
.It dont_summarize .It dont_summarize
Do not list the command in the command summary Do not list the command in the command summary
.El
.Sh EXAMPLES .Sh EXAMPLES
request ss_testfunction, request ss_testfunction,
.Qq This is the explanation for testfunction , .Qq This is the explanation for testfunction ,

View file

@ -96,6 +96,7 @@ directly from its C module rather than using an intermediate
module. module.
This is useful for programs whose source is contained in a single This is useful for programs whose source is contained in a single
module. module.
.El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width MKDEP_CPP_OPTS .Bl -tag -width MKDEP_CPP_OPTS
.It Ev CC .It Ev CC

View file

@ -45,7 +45,7 @@
.Ar command .Ar command
.Op Ar count .Op Ar count
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Mt .Nm \&Mt
is used to give commands to a magnetic tape drive. is used to give commands to a magnetic tape drive.
By default By default
.Nm .Nm
@ -190,7 +190,7 @@ Forward space to end of data, identical to
Set compression mode. Set compression mode.
There are currently several possible values for the compression mode: There are currently several possible values for the compression mode:
.Pp .Pp
.Bl -tag -width 123456789 -compact .Bl -tag -width 9n -compact
.It off .It off
Turn compression off. Turn compression off.
.It on .It on
@ -226,7 +226,7 @@ does not exist;
uses the device uses the device
.Pa /dev/nsa0 . .Pa /dev/nsa0 .
.Pp .Pp
.Nm Mt .Nm \&Mt
returns a 0 exit status when the operation(s) were successful, returns a 0 exit status when the operation(s) were successful,
1 if the command was unrecognized, and 2 if an operation failed. 1 if the command was unrecognized, and 2 if an operation failed.
.Pp .Pp
@ -237,8 +237,8 @@ working draft, dated November 11, 1997.
.Pp .Pp
The different density codes are as follows: The different density codes are as follows:
.Pp .Pp
.Dl 0x0 default for device .Dl "0x0 default for device
.Dl 0xE reserved for ECMA .Dl "0xE reserved for ECMA
.Bd -literal -offset 3n .Bd -literal -offset 3n
Value Width Tracks Density Code Type Reference Note Value Width Tracks Density Code Type Reference Note
mm in bpmm bpi mm in bpmm bpi
@ -281,7 +281,6 @@ Value Width Tracks Density Code Type Reference Note
0x2A 0x2A
0x2B 12.7 (0.5) 3 ? ? ? C X3.267 5 0x2B 12.7 (0.5) 3 ? ? ? C X3.267 5
.Ed .Ed
.Bd -literal -offset 3n .Bd -literal -offset 3n
Code Description Type Description Code Description Type Description
---------------- ---------------- ---------------- ----------------
@ -293,7 +292,6 @@ MFM Modified frequency modulation
DDS DAT data storage DDS DAT data storage
RLL Run length limited RLL Run length limited
.Ed .Ed
.Bd -literal -offset 3n .Bd -literal -offset 3n
NOTES NOTES
1. Serial recorded. 1. Serial recorded.
@ -303,19 +301,19 @@ NOTES
6. This is not an American National Standard. The reference is based on 6. This is not an American National Standard. The reference is based on
an industry standard definition of the media format. an industry standard definition of the media format.
.Ed .Ed
.Sh ENVIRONMENT .Sh ENVIRONMENT
If the following environment variable exists, it is utilized by If the following environment variable exists, it is utilized by
.Nm . .Nm .
.Bl -tag -width Fl .Bl -tag -width Fl
.It Ev TAPE .It Ev TAPE
.Nm Mt .Nm \&Mt
checks the checks the
.Ev TAPE .Ev TAPE
environment variable if the environment variable if the
argument argument
.Ar tapename .Ar tapename
is not given. is not given.
.El
.Sh FILES .Sh FILES
.Bl -tag -width /dev/*rst[0-9]*xx -compact .Bl -tag -width /dev/*rst[0-9]*xx -compact
.It Pa /dev/*rwt* .It Pa /dev/*rwt*

View file

@ -69,6 +69,7 @@ keeps description for each connection.
See See
.Pa /usr/share/examples/nwclient/dot.nwfsrc .Pa /usr/share/examples/nwclient/dot.nwfsrc
for details. for details.
.El
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View file

@ -225,6 +225,7 @@ keeps static parameters for connections and other information
See See
.Pa /usr/share/examples/nwclient/dot.nwfsrc .Pa /usr/share/examples/nwclient/dot.nwfsrc
for details. for details.
.El
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View file

@ -140,6 +140,7 @@ Text Segment
Undefined Undefined
.It ? .It ?
None of the above None of the above
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ar 1 , .Xr ar 1 ,
.Xr a.out 5 , .Xr a.out 5 ,

View file

@ -76,6 +76,7 @@ The default is
.It Pa /etc/objformat .It Pa /etc/objformat
If present, specifies the object file format to use. Syntax is If present, specifies the object file format to use. Syntax is
.Ql OBJFORMAT=xxx . .Ql OBJFORMAT=xxx .
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr file 1 , .Xr file 1 ,
.Xr getobjformat 3 .Xr getobjformat 3

View file

@ -46,7 +46,7 @@
.Nm env .Nm env
.Op Fl .Op Fl
.Op Fl i .Op Fl i
.Op Ar name=value ... .Op Ar name=value ...\&
.Op Ar command .Op Ar command
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Printenv .Nm Printenv

View file

@ -86,7 +86,8 @@ Standard
.Tn X3J11 . .Tn X3J11 .
The characters and their meanings The characters and their meanings
are as follows: are as follows:
.Bl -tag -width Ds -offset indent .Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm \ea .It Cm \ea
Write a <bell> character. Write a <bell> character.
.It Cm \eb .It Cm \eb
@ -218,7 +219,9 @@ The
.Ar argument .Ar argument
is printed in the style is printed in the style
.Cm e .Cm e
.`[-]d.ddd Ns \(+-dd\' .Sm off
.Sq Op - Ar d.ddd No \(+- Ar dd
.Sm on
where there where there
is one digit before the decimal point and the number after is equal to is one digit before the decimal point and the number after is equal to
the precision specification for the argument; when the precision is the precision specification for the argument; when the precision is

View file

@ -45,12 +45,12 @@
.Op Fl f Ar distfile .Op Fl f Ar distfile
.Op Fl d Ar var=value .Op Fl d Ar var=value
.Op Fl m Ar host .Op Fl m Ar host
.Op Ar name ... .Op Ar name ...\&
.Nm .Nm
.Op Fl nqbRhivwyD .Op Fl nqbRhivwyD
.Op Fl P Ar rshcmd .Op Fl P Ar rshcmd
.Fl c .Fl c
.Ar name ... .Ar name ...\&
.Oo login@ Oc Ns Ar host Ns Op :dest .Oo login@ Oc Ns Ar host Ns Op :dest
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Rdist .Nm Rdist
@ -98,7 +98,7 @@ using specific commands.
.Pp .Pp
Options specific to the second SYNOPSIS form: Options specific to the second SYNOPSIS form:
.Pp .Pp
.Bl -tag -width Fl c .Bl -tag -width Fl
.It Fl c .It Fl c
Forces Forces
.Nm .Nm
@ -108,7 +108,7 @@ to interpret the remaining arguments as a small
The equivalent distfile is as follows. The equivalent distfile is as follows.
.Pp .Pp
.Bd -filled -offset indent -compact .Bd -filled -offset indent -compact
.Pq Ar name ... .Pq Ar name ...\&
.Li -> .Li ->
.Op Ar login@ .Op Ar login@
.Ar host .Ar host
@ -274,11 +274,11 @@ The command list consists of zero or more commands of the following
format. format.
.Bd -ragged -offset indent -compact .Bd -ragged -offset indent -compact
.Bl -column except_patx pattern\ listx .Bl -column except_patx pattern\ listx
.It `install' <options> opt_dest_name `;' .It "`install' <options> opt_dest_name `;'
.It `notify' <name list> `;' .It "`notify' <name list> `;'
.It `except' <name list> `;' .It "`except' <name list> `;'
.It `except_pat' <pattern list> `;' .It "`except_pat' <pattern list> `;'
.It `special' <name list> string `;' .It "`special' <name list> string `;'
.El .El
.Ed .Ed
.Pp .Pp

View file

@ -222,13 +222,16 @@ Finally, to sort a database by the first line of each 4-line field, try
.Xr sort 1 , .Xr sort 1 ,
.Xr vi 1 .Xr vi 1
.Sh BUGS .Sh BUGS
.Bl -item
.It
Handles only two dimensional arrays. Handles only two dimensional arrays.
.It
The algorithm currently reads the whole file into memory, The algorithm currently reads the whole file into memory,
so files that do not fit in memory will not be reshaped. so files that do not fit in memory will not be reshaped.
.It
Fields cannot be defined yet on character positions. Fields cannot be defined yet on character positions.
.It
Re-ordering of columns is not yet possible. Re-ordering of columns is not yet possible.
.It
There are too many options. There are too many options.
.El

View file

@ -86,6 +86,7 @@ Set the internal dma buffer to be
lines in size. lines in size.
.It Fl t Ar timeout Bq ASC_SBTIME .It Fl t Ar timeout Bq ASC_SBTIME
Set the timeout time for reading one dma buffer. Set the timeout time for reading one dma buffer.
.El
.Sh FILES .Sh FILES
.Bl -tag -width /var/rwho/whod.* -compact .Bl -tag -width /var/rwho/whod.* -compact
.It Pa /dev/asc0 .It Pa /dev/asc0

View file

@ -162,7 +162,7 @@ starts looking again for the first address.
Editing commands can be applied to non-selected pattern spaces by use Editing commands can be applied to non-selected pattern spaces by use
of the exclamation character of the exclamation character
.Po .Po
.Dq ! .Dq \&!
.Pc .Pc
function. function.
.Sh "Sed Regular Expressions" .Sh "Sed Regular Expressions"
@ -247,7 +247,7 @@ The
.Dq t , .Dq t ,
.Dq w , .Dq w ,
.Dq y , .Dq y ,
.Dq ! , .Dq \&! ,
and and
.Dq \&: .Dq \&:
functions all accept additional arguments. functions all accept additional arguments.

View file

@ -99,9 +99,9 @@ To recreate the program directory:
.Bd -literal -offset indent .Bd -literal -offset indent
mkdir ls mkdir ls
cd ls cd ls
... \&...
<delete header lines and examine mailed archive> <delete header lines and examine mailed archive>
... \&...
sh archive sh archive
.Ed .Ed
.Sh HISTORY .Sh HISTORY

View file

@ -452,7 +452,7 @@ select a set of drives to report on, should your system have
more drives configured than can normally be displayed on the more drives configured than can normally be displayed on the
screen. screen.
.Pp .Pp
.Bl -tag -width Tx -compact .Bl -tag -width Ar -compact
.It Cm ignore Op Ar drives .It Cm ignore Op Ar drives
Do not display information about the drives indicated. Multiple Do not display information about the drives indicated. Multiple
drives may be specified, separated by spaces. drives may be specified, separated by spaces.

View file

@ -89,17 +89,19 @@ The
command appeared in command appeared in
.Bx 4.3 . .Bx 4.3 .
.Sh BUGS .Sh BUGS
.Bl -item
.It
Writting an image of a tape to a file does not preserve much more than Writting an image of a tape to a file does not preserve much more than
the raw data. the raw data.
Block size(s) and tape EOF marks are lost which would Block size(s) and tape EOF marks are lost which would
otherwise be preserved in a tape-to-tape copy. otherwise be preserved in a tape-to-tape copy.
.It
EOD is determined by two sequential EOF marks with no data between. EOD is determined by two sequential EOF marks with no data between.
There are old systems which typically wrote three EOF's between tape There are old systems which typically wrote three EOF's between tape
files. files.
.Xr tcopy 1 .Xr tcopy 1
will erroneously stop copying early in this case. will erroneously stop copying early in this case.
.It
When using the copy/verify option \-c When using the copy/verify option \-c
.Xr tcopy 1 .Xr tcopy 1
does not rewind the tapes prior to start. does not rewind the tapes prior to start.
@ -107,3 +109,4 @@ A rewind is performed
after writing prior to the verification stage. after writing prior to the verification stage.
If one doesn't start If one doesn't start
at BOT then the comparison may not be of the intended data. at BOT then the comparison may not be of the intended data.
.El

View file

@ -80,7 +80,7 @@ for example, ``reset_command=ATZ\\r''. A numeric capability is specified by
.Em capability Ns Ar # Ns Em value ; .Em capability Ns Ar # Ns Em value ;
for example, ``intercharacter_delay#50''. A boolean capability is specified for example, ``intercharacter_delay#50''. A boolean capability is specified
by simply listing the capability. by simply listing the capability.
.Bl -tag -width intercharacter_delay indent .Bl -tag -width intercharacter_delay
.It Cm \&dial_command .It Cm \&dial_command
(str) (str)
AT command used to dial remote system (typically, "ATDT") AT command used to dial remote system (typically, "ATDT")
@ -123,6 +123,7 @@ AT command to reset the modem.
(num) (num)
The time, expressed in milliseconds, required by the modem to complete The time, expressed in milliseconds, required by the modem to complete
a reset and return to a ready condition. a reset and return to a ready condition.
.El
.Sh FILES .Sh FILES
.Bl -tag -width /etc/modems -compact .Bl -tag -width /etc/modems -compact
.It Pa /etc/modems .It Pa /etc/modems

View file

@ -108,6 +108,7 @@ Reset the terminal (the
.Xr termcap .Xr termcap
.Dq rs .Dq rs
sequence). sequence).
.El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
The exit value of The exit value of
.Nm .Nm

View file

@ -145,13 +145,13 @@ A backslash followed by certain special characters maps to special
values. values.
.Pp .Pp
.Bl -column .Bl -column
.It \ea <alert character> .It "\ea <alert character>
.It \eb <backspace> .It "\eb <backspace>
.It \ef <form-feed> .It "\ef <form-feed>
.It \en <newline> .It "\en <newline>
.It \er <carriage return> .It "\er <carriage return>
.It \et <tab> .It "\et <tab>
.It \ev <vertical tab> .It "\ev <vertical tab>
.El .El
.Pp .Pp
A backslash followed by any other character maps to that character. A backslash followed by any other character maps to that character.
@ -162,34 +162,34 @@ Represents all characters belonging to the defined character class.
Class names are: Class names are:
.Pp .Pp
.Bl -column .Bl -column
.It alnum <alphanumeric characters> .It "alnum <alphanumeric characters>
.It alpha <alphabetic characters> .It "alpha <alphabetic characters>
.It cntrl <control characters> .It "cntrl <control characters>
.It digit <numeric characters> .It "digit <numeric characters>
.It graph <graphic characters> .It "graph <graphic characters>
.It lower <lower-case alphabetic characters> .It "lower <lower-case alphabetic characters>
.It print <printable characters> .It "print <printable characters>
.It punct <punctuation characters> .It "punct <punctuation characters>
.It space <space characters> .It "space <space characters>
.It upper <upper-case characters> .It "upper <upper-case characters>
.It xdigit <hexadecimal characters> .It "xdigit <hexadecimal characters>
.El .El
.Pp .Pp
\." All classes may be used in .\" All classes may be used in
\." .Ar string1 , .\" .Ar string1 ,
\." and in .\" and in
\." .Ar string2 .\" .Ar string2
\." when both the .\" when both the
\." .Fl d .\" .Fl d
\." and .\" and
\." .Fl s .\" .Fl s
\." options are specified. .\" options are specified.
\." Otherwise, only the classes ``upper'' and ``lower'' may be used in .\" Otherwise, only the classes ``upper'' and ``lower'' may be used in
\." .Ar string2 .\" .Ar string2
\." and then only when the corresponding class (``upper'' for ``lower'' .\" and then only when the corresponding class (``upper'' for ``lower''
\." and vice-versa) is specified in the same relative position in .\" and vice-versa) is specified in the same relative position in
\." .Ar string1 . .\" .Ar string1 .
\." .Pp .\" .Pp
With the exception of the ``upper'' and ``lower'' classes, characters With the exception of the ``upper'' and ``lower'' classes, characters
in the classes are in unspecified order. in the classes are in unspecified order.
In the ``upper'' and ``lower'' classes, characters are entered in In the ``upper'' and ``lower'' classes, characters are entered in

View file

@ -47,6 +47,7 @@ and trace the system calls of it.
and and
.Ar command .Ar command
options are mutually exclusive.) options are mutually exclusive.)
.El
.Sh EXAMPLES .Sh EXAMPLES
# Follow the system calls used in echoing "hello" # Follow the system calls used in echoing "hello"
.Dl $ truss /bin/echo hello .Dl $ truss /bin/echo hello

View file

@ -268,7 +268,7 @@ means less than,
.Dq Li \&@ .Dq Li \&@
means equal to means equal to
and and
.Dq Li \&! .Dq Li !\&
inverts the sense of the test. inverts the sense of the test.
The baud rate is specified as a number and is compared with the speed The baud rate is specified as a number and is compared with the speed
of the standard error output (which should be the control terminal). of the standard error output (which should be the control terminal).

View file

@ -46,18 +46,16 @@ signal.
However, doing so does slow down the However, doing so does slow down the
execution of the faulting process. execution of the faulting process.
At bootup, the DEC Alpha CPU defaults to printing At bootup, the DEC Alpha CPU defaults to printing
.Bl -tag -width indent .Bd -ragged
.It pid Ar nnn Pq Ar <progname> Ns Xo .Em pid
.No : unaligned access: Xo .Ar nnn Pq Ar <progname> :
.Va va Ns = Ns Ar 0xADDR Xo unaligned access:
.Va pc Ns = Ns Ar 0xADDR Xo .Em va Ns = Ns Ar 0xADDR
.Va ra Ns = Ns Ar 0xADDR Xo .Em pc Ns = Ns Ar 0xADDR
.Xc Va op Ns = Ns Ar ldl .Em ra Ns = Ns Ar 0xADDR
.Xc .Em op Ns = Ns Ar ldl
.Xc .Ed
.Xc .Pp
.Xc
.El
when a UA happens along with fixing it, when a UA happens along with fixing it,
so the faulting instruction can continue. so the faulting instruction can continue.
UA handling settings are inherited by child process. UA handling settings are inherited by child process.

View file

@ -24,6 +24,7 @@ Print the version number.
Allow a single unit conversion to be done directly from the command Allow a single unit conversion to be done directly from the command
line. The program will not print prompts. It will print out the line. The program will not print prompts. It will print out the
result of the single specified conversion. result of the single specified conversion.
.El
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -81,15 +82,15 @@ file includes definitions for most familiar units, abbreviations and
metric prefixes. Some constants of nature included are: metric prefixes. Some constants of nature included are:
.Pp .Pp
.Bl -inset -offset indent -compact .Bl -inset -offset indent -compact
.It pi ratio of circumference to diameter .It "pi ratio of circumference to diameter
.It c speed of light .It "c speed of light
.It e charge on an electron .It "e charge on an electron
.It g acceleration of gravity .It "g acceleration of gravity
.It force same as g .It "force same as g
.It mole Avogadro's number .It "mole Avogadro's number
.It water pressure per unit height of water .It "water pressure per unit height of water
.It mercury pressure per unit height of mercury .It "mercury pressure per unit height of mercury
.It au astronomical unit .It "au astronomical unit
.El .El
.Pp .Pp
The unit 'pound' is a unit of mass. Compound names are run together The unit 'pound' is a unit of mass. Compound names are run together
@ -125,14 +126,14 @@ Here is an example of a short units file that defines some basic
units. units.
.Pp .Pp
.Bl -inset -offset indent -compact .Bl -inset -offset indent -compact
.It m !a! .It "m !a!
.It sec !b! .It "sec !b!
.It micro- 1e-6 .It "micro- 1e-6
.It minute 60 sec .It "minute 60 sec
.It hour 60 min .It "hour 60 min
.It inch 0.0254 m .It "inch 0.0254 m
.It ft 12 inches .It "ft 12 inches
.It mile 5280 ft .It "mile 5280 ft
.El .El
.Sh BUGS .Sh BUGS
The effect of including a '/' in a prefix is surprising. The effect of including a '/' in a prefix is surprising.

View file

@ -98,6 +98,7 @@ By default
.Nm uudecode .Nm uudecode
deletes any prefix ending with the last slash '/' for security deletes any prefix ending with the last slash '/' for security
purpose. purpose.
.El
.Sh EXAMPLES .Sh EXAMPLES
The following example packages up a source tree, compresses it, The following example packages up a source tree, compresses it,
uuencodes it and mails it to a user on another system. uuencodes it and mails it to a user on another system.
@ -111,14 +112,14 @@ tree.
tar cf \- src_tree \&| compress \&| tar cf \- src_tree \&| compress \&|
uuencode src_tree.tar.Z \&| mail sys1!sys2!user uuencode src_tree.tar.Z \&| mail sys1!sys2!user
.Ed .Ed
.Pp
The following example unpack all uuencode'd The following example unpack all uuencode'd
files from your mailbox into your current working directory. files from your mailbox into your current working directory.
.Pp .Pp
.Bd -literal -offset indent -compact .Bd -literal -offset indent -compact
uudecode -c < $MAIL uudecode -c < $MAIL
.Ed .Ed
.Pp
The following example extract a compress'ed tar The following example extract a compress'ed tar
archive from your mailbox archive from your mailbox
.Pp .Pp

View file

@ -54,7 +54,7 @@ very similar to
The following table names and describes each field. The following table names and describes each field.
.Pp .Pp
.Bl -column Namexxx Tpexxx .Bl -column Namexxx Tpexxx
.Sy Name Type Description .It Sy "Name Type Description
.It "ab str regular expression for the start of an alternate comment" .It "ab str regular expression for the start of an alternate comment"
.It "ae str regular expression for the end of an alternate comment" .It "ae str regular expression for the end of an alternate comment"
.It "pb str regular expression for start of a procedure" .It "pb str regular expression for start of a procedure"

View file

@ -95,10 +95,10 @@ Change the maximum number of disks to display from the default of 2.
.It Fl p .It Fl p
Specify which types of devices to display. There are three different Specify which types of devices to display. There are three different
categories of devices: categories of devices:
.Pp
.Bl -tag -width indent -compact .Bl -tag -width indent -compact
.It device type: .It device type:
.Bl -tag -width 123456789 -compact .Bl -tag -width 9n -compact
.It da .It da
Direct Access devices Direct Access devices
.It sa .It sa
@ -128,7 +128,7 @@ Floppy devices
.El .El
.Pp .Pp
.It interface: .It interface:
.Bl -tag -width 123456789 -compact .Bl -tag -width 9n -compact
.It IDE .It IDE
Integrated Drive Electronics devices Integrated Drive Electronics devices
.It SCSI .It SCSI
@ -138,7 +138,7 @@ Any other device interface
.El .El
.Pp .Pp
.It passthrough: .It passthrough:
.Bl -tag -width 123456789 -compact .Bl -tag -width 9n -compact
.It pass .It pass
Passthrough devices Passthrough devices
.El .El
@ -204,7 +204,7 @@ seconds.
.Bl -tag -width indent -compact .Bl -tag -width indent -compact
.It avm .It avm
active virtual pages active virtual pages
.It fre .It fre
size of the free list size of the free list
.El .El
.It page .It page

View file

@ -142,4 +142,4 @@ flags are no longer supported.
The The
.Nm .Nm
command appeared in command appeared in
.Ux 3.0 . .Bx 3.0 .

View file

@ -56,7 +56,7 @@ components, any single trailing extension added by
or or
.Xr compress 1 , .Xr compress 1 ,
and the leading and the leading
.Ql s. .Ql s.\&
or trailing or trailing
.Ql ,v .Ql ,v
from a source code control system. from a source code control system.

View file

@ -229,7 +229,7 @@ escape is changed to some other character, that
character takes the place of character takes the place of
.Ic ^P .Ic ^P
here. here.
.It Ic ? .It Ic \&?
List a short summary of commands. List a short summary of commands.
.It Ic ^L .It Ic ^L
Refresh the screen. Refresh the screen.
@ -423,7 +423,7 @@ Returns the value of
.Aq Va expr2 . .Aq Va expr2 .
.It Xo .It Xo
.Aq Va expr1 .Aq Va expr1
.Ic ? .Ic \&?
.Aq Va expr2 .Aq Va expr2
.Ic : .Ic :
.Aq Va expr3 .Aq Va expr3
@ -924,6 +924,7 @@ The terminal type. The standard name, found in the second name
field of the terminal's field of the terminal's
.Ev TERMCAP .Ev TERMCAP
entry, is used. entry, is used.
.El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Nm Window .Nm Window
utilizes these environment variables: utilizes these environment variables:

View file

@ -71,7 +71,6 @@ is repeatedly executed until standard input is exhausted.
.Pp .Pp
Spaces, tabs and newlines may be embedded in arguments using single Spaces, tabs and newlines may be embedded in arguments using single
(``\ '\ '') (``\ '\ '')
.Ek
or double (``"'') quotes or backslashes (``\e''). or double (``"'') quotes or backslashes (``\e'').
Single quotes escape all non-single quote characters, excluding newlines, Single quotes escape all non-single quote characters, excluding newlines,
up to the matching single quote. up to the matching single quote.

View file

@ -168,6 +168,7 @@ option is used, then temporary files named INS@XXXX,
where XXXX is decided by where XXXX is decided by
.Xr mkstemp 3 , .Xr mkstemp 3 ,
are created in the target directory. are created in the target directory.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr chflags 1 , .Xr chflags 1 ,
.Xr chgrp 1 , .Xr chgrp 1 ,

View file

@ -514,6 +514,7 @@ programs
various prebuilt lint libraries various prebuilt lint libraries
.It Pa /tmp/lint* .It Pa /tmp/lint*
temporaries temporaries
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr cc 1 , .Xr cc 1 ,
.Xr cpp 1 , .Xr cpp 1 ,