mdoc(7) police: markup fixes.

Approved by:	re
This commit is contained in:
Ruslan Ermilov 2002-11-27 15:31:08 +00:00
parent 34eafd490b
commit c041c1e0d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107312
12 changed files with 95 additions and 82 deletions

View File

@ -53,18 +53,18 @@ Displays a summary of available options.
.It Fl s Ar type .It Fl s Ar type
Enters the specified sleep mode. Enters the specified sleep mode.
Recognized types are Recognized types are
.Cm 1 .Cm 1
(Only the CPU clock is stopped), (only the CPU clock is stopped),
.Cm 2 , .Cm 2 ,
.Cm 3 .Cm 3
(The CPU context is lost and memory context is preserved), (the CPU context is lost and memory context is preserved),
.Cm 4 .Cm 4
(The CPU context is lost and memory context is stored to disk) (the CPU context is lost and memory context is stored to disk)
and and
.Cm 5 .Cm 5
(Soft off). (soft off).
The supported states depend on BIOS implementation, including ACPI The supported states depend on BIOS implementation, including ACPI
byte code(AML). byte code (AML).
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr acpi 4 , .Xr acpi 4 ,

View File

@ -50,8 +50,8 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
utility is a simple program for adding new users. It checks utility is a simple program for adding new users.
the passwd, group and shell databases. It checks the passwd, group and shell databases.
It creates passwd/group entries, It creates passwd/group entries,
.Ev HOME .Ev HOME
directory, dotfiles and sends the new user a welcome message. directory, dotfiles and sends the new user a welcome message.
@ -114,7 +114,8 @@ users into groups and having to muck with the umask when working in a shared
area. area.
.Pp .Pp
I have been using this model for almost 10 years and found that it works I have been using this model for almost 10 years and found that it works
for most situations, and has never gotten in the way. (Rod Grimes) for most situations, and has never gotten in the way.
(Rod Grimes)
.Sh CONFIGURATION .Sh CONFIGURATION
.Bl -enum .Bl -enum
.It .It

View File

@ -27,7 +27,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 4, 2001 .Dd October 18, 2002
.Os .Os
.Dt BURNCD 8 .Dt BURNCD 8
.Sh NAME .Sh NAME
@ -54,7 +54,7 @@ burn the CD-R/RW in DAO (disk at once) mode.
eject the media when done. eject the media when done.
.It Fl f Ar device .It Fl f Ar device
set the device to use for the burning process. set the device to use for the burning process.
.It Fl F .It Fl F
force operation regardless of warnings. force operation regardless of warnings.
.It Fl l .It Fl l
read a list of image files from filename. read a list of image files from filename.
@ -69,7 +69,9 @@ quiet, do not print progress messages.
.It Fl s Ar speed .It Fl s Ar speed
set the speed of the burner device. set the speed of the burner device.
Defaults to 1. Defaults to 1.
Specify "max" to use the drive's fastest speed. Specify
.Dq Li max
to use the drive's fastest speed.
.It Fl t .It Fl t
test write, do not actually write on the media. test write, do not actually write on the media.
.It Fl v .It Fl v
@ -95,9 +97,9 @@ Erase a CD-RW medium.
This erases the entire media. This erases the entire media.
Can take up to 1 hour to finish. Can take up to 1 hour to finish.
.It Cm format dwd+rw .It Cm format dwd+rw
Formats a DVD+RW media to the default max size and 2048byte blocks. This Formats a DVD+RW media to the default max size and 2048 byte blocks.
operation can take a long time to finish. Progress reporting is done This operation can take a long time to finish.
during the process. Progress reporting is done during the process.
.It Cm fixate .It Cm fixate
Fixate the medium so that the TOC is generated and the media can be used Fixate the medium so that the TOC is generated and the media can be used
in an ordinary CD drive. in an ordinary CD drive.
@ -137,8 +139,8 @@ and
.Pq Fl n .Pq Fl n
modes. modes.
.It Cm dvdrw .It Cm dvdrw
Set the write mode to write a DVD+RW from the follwing image. DVD's only Set the write mode to write a DVD+RW from the following image.
have one track. DVDs only have one track.
.It Ar file .It Ar file
All other arguments are treated as filenames of images to write to the media, All other arguments are treated as filenames of images to write to the media,
or in case the or in case the

View File

@ -166,7 +166,9 @@ Set LBA ioctl mode.
.It Ic speed Ar s .It Ic speed Ar s
Set the highest speed that the drive should use for reading data. Set the highest speed that the drive should use for reading data.
The units are multiples of a single speed CDROM (150 KB/s). The units are multiples of a single speed CDROM (150 KB/s).
Specify "max" to use the drive's fastest speed. Specify
.Dq Li max
to use the drive's fastest speed.
.It Ic quit .It Ic quit
Quit the program. Quit the program.
.El .El

View File

@ -49,7 +49,10 @@
.Ar username ... .Ar username ...
.Nm .Nm
.Op Fl u .Op Fl u
.Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim .Fl e
.Sm off
.Ar fspath Op : Ar bslim Op : Ar bhlim Op : Ar islim Op : Ar ihlim
.Sm on
.Op Fl e Ar ... .Op Fl e Ar ...
.Ar username ... .Ar username ...
.Nm .Nm
@ -59,7 +62,10 @@
.Ar groupname ... .Ar groupname ...
.Nm .Nm
.Fl g .Fl g
.Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim .Fl e
.Sm off
.Ar fspath Op : Ar bslim Op : Ar bhlim Op : Ar islim Op : Ar ihlim
.Sm on
.Op Fl e Ar ... .Op Fl e Ar ...
.Ar groupname ... .Ar groupname ...
.Nm .Nm
@ -129,13 +135,15 @@ The uids in question do not have to be currently assigned in
.Pa /etc/passwd . .Pa /etc/passwd .
.Pp .Pp
If one or more If one or more
.Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim .Fl e
.Sm off
.Ar fspath Op : Ar bslim Op : Ar bhlim Op : Ar islim Op : Ar ihlim
.Sm on
options are specified, options are specified,
.Nm .Nm
will non-interactively set quotas defined by will non-interactively set quotas defined by
.Ar bslim , .Ar bslim , bhlim , islim
.Ar bhlim , and
.Ar islim and
.Ar ihlim .Ar ihlim
on each particular filesystem referenced by on each particular filesystem referenced by
.Ar fspath . .Ar fspath .
@ -149,9 +157,8 @@ is soft limit on number of files and
.Ar ihlim .Ar ihlim
is hard limit on number of files. is hard limit on number of files.
If any of the If any of the
.Ar bslim , .Ar bslim , bhlim , islim
.Ar bhlim , and
.Ar islim and
.Ar ihlim .Ar ihlim
values are omitted, it is assumed to be zero, therefore values are omitted, it is assumed to be zero, therefore
indicating that no quota should be imposed. indicating that no quota should be imposed.

View File

@ -143,7 +143,7 @@ commands appeared in
.Fx 2.1 . .Fx 2.1 .
.Sh AUTHORS .Sh AUTHORS
.An Wolfram Schneider .An Wolfram Schneider
.Aq wosch@FreeBSD.org .Aq wosch@FreeBSD.org
wrote the original Perl version. wrote the original Perl version.
The current version was rewritten in C by The current version was rewritten in C by
.An Jonathan Belson .An Jonathan Belson

View File

@ -63,7 +63,8 @@ spooling queues and printer daemons,
.It .It
change the status message for printer queues (the status message change the status message for printer queues (the status message
may be seen by users as part of the output of the may be seen by users as part of the output of the
.Xr lpq 1 utility). .Xr lpq 1
utility).
.El .El
.Pp .Pp
Without any arguments, Without any arguments,
@ -92,9 +93,7 @@ then disable printing (preventing new daemons from being started by
.Xr lpr 1 ) .Xr lpr 1 )
for the specified printers. for the specified printers.
.Pp .Pp
.It Ic bottomq Ar printer Xo .It Ic bottomq Ar printer Op Ar jobspec ...
.Op Ar jobspec ...
.Xc
Take the specified jobs in the order specified and move them to the Take the specified jobs in the order specified and move them to the
bottom of the printer queue. bottom of the printer queue.
Each Each
@ -199,9 +198,7 @@ command is a privileged command, while the
.Ic tclean .Ic tclean
command is not restricted. command is not restricted.
.Pp .Pp
.It Ic topq Ar printer Xo .It Ic topq Ar printer Op Ar jobspec ...
.Op Ar jobspec ...
.Xc
Take the specified jobs in the order specified and move them to the Take the specified jobs in the order specified and move them to the
top of the printer queue. top of the printer queue.
Each Each
@ -230,29 +227,35 @@ can be:
.Bl -bullet .Bl -bullet
.It .It
a single job number, which will match all jobs in the printer's queue a single job number, which will match all jobs in the printer's queue
which have the same job number. Eg: which have the same job number.
Eg:
.Ar 17 , .Ar 17 ,
.It .It
a range of job numbers, which will match all jobs with a number between a range of job numbers, which will match all jobs with a number between
the starting and ending job numbers, inclusive. Eg: the starting and ending job numbers, inclusive.
Eg:
.Ar 21-32 , .Ar 21-32 ,
.It .It
a specific userid, which will match all jobs which were sent by that a specific userid, which will match all jobs which were sent by that
user. Eg: user.
Eg:
.Ar jones , .Ar jones ,
.It .It
a host name, when prefixed by an `@', which will match all jobs in a host name, when prefixed by an `@', which will match all jobs in
the queue which were sent from the given host. Eg: the queue which were sent from the given host.
Eg:
.Ar @freebsd.org , .Ar @freebsd.org ,
.It .It
a job range and a userid, separated by a `:', which will match all jobs a job range and a userid, separated by a `:', which will match all jobs
which both match the job range and were sent by the specified user. Eg: which both match the job range and were sent by the specified user.
Eg:
.Ar jones:17 .Ar jones:17
or or
.Ar 21-32:jones , .Ar 21-32:jones ,
.It .It
a job range and/or a userid, followed by a host name, which will match a job range and/or a userid, followed by a host name, which will match
all jobs which match all the specified criteria. Eg: all jobs which match all the specified criteria.
Eg:
.Ar jones@freebsd.org .Ar jones@freebsd.org
or or
.Ar 21-32@freebsd.org .Ar 21-32@freebsd.org

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd September 28, 1999 .Dd September 15, 2002
.Dt MEMCONTROL 8 .Dt MEMCONTROL 8
.Os .Os
.Sh NAME .Sh NAME
@ -32,22 +32,19 @@
.Nd "control system cache behaviour with respect to memory" .Nd "control system cache behaviour with respect to memory"
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Ar list .Cm list
.Op Fl a .Op Fl a
.Pp
.Nm .Nm
.Ar set .Cm set
.Fl b Ar base .Fl b Ar base
.Fl l Ar length .Fl l Ar length
.Fl o Ar owner .Fl o Ar owner
.Ar attribute .Ar attribute
.Pp
.Nm .Nm
.Ar clear .Cm clear
.Fl o Ar owner .Fl o Ar owner
.Pp
.Nm .Nm
.Ar clear .Cm clear
.Fl b Ar base .Fl b Ar base
.Fl l Ar length .Fl l Ar length
.Sh DESCRIPTION .Sh DESCRIPTION
@ -62,52 +59,50 @@ provides an interface to this facility, allowing CPU cache behavior to
be altered for ranges of system physical memory. be altered for ranges of system physical memory.
.Pp .Pp
These ranges are typically power-of-2 aligned and sized, however the specific These ranges are typically power-of-2 aligned and sized, however the specific
rules governing their layout vary between architectures. The rules governing their layout vary between architectures.
The
.Nm .Nm
utility does not attempt to enforce these rules, however the system will utility does not attempt to enforce these rules, however the system will
reject any attempt to set an illegal combination. reject any attempt to set an illegal combination.
.Bl -tag -width clear .Bl -tag -width ".Cm clear"
.It Ar list .It Cm list
List range slots. List range slots.
.Bl -tag -width xxxxxx .Bl -tag -width indent
.It Op Fl a .It Fl a
List all range slots, even those that are inactive List all range slots, even those that are inactive.
.El .El
.It Ar set .It Cm set
Set memory range attributes. Set memory range attributes.
.Bl -tag -width xxxxxx .Bl -tag -width indent
.It Fl b Ar base .It Fl b Ar base
Memory range base address Memory range base address.
.It Fl l Ar length .It Fl l Ar length
Length of memory range in bytes, power of 2 Length of memory range in bytes, power of 2.
.It Fl o Ar owner .It Fl o Ar owner
Text identifier for this setting (7 char max) Text identifier for this setting (7 char max).
.It Ar attribute .It Ar attribute
Attributes applied to this range; combinations of Attributes applied to this range; combinations of
.Ar force , .Cm force , uncacheable , write-combine , write-through , write-back ,
.Ar uncacheable , and
.Ar write-combine , .Cm write-protect .
.Ar write-through ,
.Ar write-back ,
.Ar write-protect
.El .El
.It Ar clear .It Cm clear
Clear memory range attributes. Clear memory range attributes.
Ranges may be cleared by owner or by Ranges may be cleared by owner or by
base/length combination. base/length combination.
.Pp .Pp
To clear based on ownership: To clear based on ownership:
.Bl -tag -width xxxxxx .Bl -tag -width indent
.It Fl o Ar owner .It Fl o Ar owner
All ranges with this owner will be cleared All ranges with this owner will be cleared.
.El .El
.Pp .Pp
To clear based on the base/length combination: To clear based on the base/length combination:
.Bl -tag -width xxxxxx .Bl -tag -width indent
.It Fl b Ar base .It Fl b Ar base
Memory range base address Memory range base address.
.It Fl l Ar length .It Fl l Ar length
Length of memory range in bytes, power of 2 Length of memory range in bytes, power of 2.
.El .El
.Pp .Pp
Base and length must exactly match an existing range. Base and length must exactly match an existing range.

View File

@ -293,7 +293,7 @@ flag means that the specified
.Ar logfile_name .Ar logfile_name
is a shell pattern, which instructs the is a shell pattern, which instructs the
.Nm .Nm
to archive all filenames matchins this pattern using the same to archive all filenames matching this pattern using the same
options. options.
See See
.Xr glob 3 .Xr glob 3

View File

@ -85,7 +85,7 @@ are encoded as a
a period a period
.Pq Dq \&. , .Pq Dq \&. ,
an optional set of comparison flags an optional set of comparison flags
.Pq Bo ! Bc Bq <=> , .Pq Oo \&! Oc Op <=> ,
and a and a
.Em level , .Em level ,
with no intervening white-space. with no intervening white-space.
@ -124,7 +124,7 @@ level equal or greater than
.Em level .Em level
will be logged. will be logged.
Comparison flags beginning with Comparison flags beginning with
.Do ! Dc .Dq Li \&!
will have their logical sense inverted. will have their logical sense inverted.
Thus Thus
.Dq !=info .Dq !=info

View File

@ -237,7 +237,7 @@ see
The The
.Nm .Nm
utility reads messages from the utility reads messages from the
.Tn UNIX .Ux
domain socket domain socket
.Pa /var/run/log , .Pa /var/run/log ,
from an Internet domain socket specified in from an Internet domain socket specified in
@ -279,7 +279,7 @@ configuration file
default process ID file default process ID file
.It Pa /var/run/log .It Pa /var/run/log
name of the name of the
.Tn UNIX .Ux
domain datagram log socket domain datagram log socket
.It Pa /dev/klog .It Pa /dev/klog
kernel log device kernel log device

View File

@ -315,8 +315,11 @@ string or 26 hex digits in addition to the formats supported by the
Silver cards. Silver cards.
.Pp .Pp
For maximum portability, hex keys are recommended; For maximum portability, hex keys are recommended;
the mapping of text keys to WEP encryption is usually driver-specific. the mapping of text keys to WEP encryption is usually driver-specific.
In particular, the Windows drivers do this mapping differently to FreeBSD. In particular, the
.Tn Windows
drivers do this mapping differently to
.Fx .
.Pp .Pp
Note: Both 128-bit and 64-bit WEP encryption have been broken. Note: Both 128-bit and 64-bit WEP encryption have been broken.
See the See the