mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
mdoc(7) police: removed leading whitespaces that are not inside
Bd/Ed; these hardly degrade the quality of the produced output.
This commit is contained in:
parent
1467a651ab
commit
c5083414f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71263
@ -147,7 +147,7 @@ to
|
||||
Programs such as
|
||||
.Ic comsat ,
|
||||
.Pq which access the mailboxes of other users
|
||||
must be setgid
|
||||
must be setgid
|
||||
.Va HLFS_GID
|
||||
to work properly. The default group is
|
||||
.Dq hlfs .
|
||||
|
@ -305,8 +305,8 @@ display was paused and the user elected to quit.
|
||||
.It Fn "int pager_file" "char *fname"
|
||||
.Pp
|
||||
Attempts to open and display the file
|
||||
.Fa fname.
|
||||
Returns -1 on error, 0 at EOF, or 1 if the user elects to quit while reading.
|
||||
.Fa fname .
|
||||
Returns -1 on error, 0 at EOF, or 1 if the user elects to quit while reading.
|
||||
.El
|
||||
.Sh MISC
|
||||
.Bl -hang -width 10n
|
||||
|
@ -70,7 +70,7 @@ status.
|
||||
.El
|
||||
.Sh TECHNICAL SPECIFICATIONS
|
||||
The pinout of the DB-15 connector is as follow:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
1 XY1 (+5v)
|
||||
2 Switch 1
|
||||
3 X1 (potentiometer #1)
|
||||
@ -86,6 +86,7 @@ The pinout of the DB-15 connector is as follow:
|
||||
13 Y2 (potentiometer #4)
|
||||
14 Switch 3
|
||||
15 N.C.
|
||||
.Ed
|
||||
.Pp
|
||||
Pots are normally 0-150k variable resistors (0-100k sometimes), and
|
||||
according to the IBM techref, the time is given by
|
||||
|
@ -23,7 +23,7 @@ For all sound cards supported with the sb driver this is needed:
|
||||
.Cd controller snd0
|
||||
.Pp
|
||||
For the SoundBlaster, SB Pro, SoundBlaster16, or the Pro Audio Spectrum
|
||||
(emulating SB):
|
||||
(emulating SB):
|
||||
.Cd "device sb0 at isa? port 0x220 irq 7 drq 1"
|
||||
.Pp
|
||||
For specific SB16 support:
|
||||
|
@ -1264,7 +1264,8 @@ Netgraph subsystem loadable KLD module.
|
||||
.It Pa /modules/ng_{type}.ko
|
||||
Loadable KLD module for node type {type}.
|
||||
.It Pa /sys/netgraph/ng_sample.c
|
||||
Skeleton netgraph node. Use this as a starting point for new node types.
|
||||
Skeleton netgraph node.
|
||||
Use this as a starting point for new node types.
|
||||
.El
|
||||
.Sh USER MODE SUPPORT
|
||||
There is a library for supporting user-mode programs that wish
|
||||
|
@ -139,7 +139,7 @@ The screen saver may be instantly activated by hitting the
|
||||
.Ar saver
|
||||
key: the defaults are
|
||||
.Em Shift-Pause
|
||||
on the AT enhanced keyboard and
|
||||
on the AT enhanced keyboard and
|
||||
.Em Shift-Ctrl-NumLock/Pause
|
||||
on the AT 84 keyboard.
|
||||
You can change the
|
||||
|
@ -140,7 +140,7 @@ lines affected.
|
||||
indicates the \fIi\fP\uth\d parameter.
|
||||
.El
|
||||
.Pp
|
||||
These are the boolean capabilities:
|
||||
These are the boolean capabilities:
|
||||
.Bd -literal
|
||||
\fBBoolean TCap Description\fR
|
||||
\fBVariables Code\fR
|
||||
|
@ -43,8 +43,9 @@ allowed on the same line as environment variable settings.
|
||||
.Pp
|
||||
An active line in a crontab will be either an environment setting or a cron
|
||||
command. An environment setting is of the form,
|
||||
.Pp
|
||||
.Bd -literal
|
||||
name = value
|
||||
.Ed
|
||||
.Pp
|
||||
where the spaces around the equal-sign (=) are optional, and any subsequent
|
||||
non-leading spaces in
|
||||
|
@ -886,9 +886,9 @@ Typical values in simple mode are 10 to 30 seconds.
|
||||
.It Li shorthold mode for fixed unit charging
|
||||
For shorthold mode, the
|
||||
.Em idle-algorithm-outgoing
|
||||
must be
|
||||
must be
|
||||
.Em fix-unit-size
|
||||
and the selected
|
||||
and the selected
|
||||
.Em unitlength
|
||||
and
|
||||
.Em idletime-outgoing
|
||||
|
@ -207,7 +207,7 @@ space in your
|
||||
directory is limited. Be sure to leave some number of `X' characters
|
||||
for
|
||||
.Xr mktemp 3
|
||||
to fill in with a unique ID.
|
||||
to fill in with a unique ID.
|
||||
.It Fl X Ar excludefile
|
||||
Pass
|
||||
.Ar excludefile
|
||||
|
Loading…
Reference in New Issue
Block a user