Fix several typos in macros or macro misusage.

Found by:	make manlint
Reviewed by:	ru
Approved by:	philip (mentor)
This commit is contained in:
Ulrich Spörlein 2010-03-12 10:01:06 +00:00
parent 9b03990a13
commit 63d46d1d5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205076
23 changed files with 20 additions and 33 deletions

View file

@ -34,7 +34,6 @@
.\"
.Dd May 31, 1993
.Dt POM 6
.UC 7
.Sh NAME
.Nm pom
.Nd display the phase of the moon

View file

@ -195,6 +195,7 @@ functions, an attempt was made to catch or ignore
.Dv SIGKILL
or
.Dv SIGSTOP .
.El
.Sh SEE ALSO
.Xr kill 2 ,
.Xr sigaction 2 ,

View file

@ -153,7 +153,7 @@ The values of the
.Dv GSS_C_MUTUAL_FLAG ,
.Dv GSS_C_REPLAY_FLAG ,
.Dv GSS_C_SEQUENCE_FLAG ,
.Fv GSS_C_CONF_FLAG ,
.Dv GSS_C_CONF_FLAG ,
.Dv GSS_C_INTEG_FLAG and
.Dv GSS_C_ANON_FLAG bits returned via the
.Fa ret_flags

View file

@ -155,6 +155,7 @@ The context_handle parameter did not identify a valid context.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
.El
.Sh HISTORY
The
.Nm

View file

@ -96,7 +96,7 @@ will return pointers to that data on the appropriate CPU.
.Sh CACHING
.Fn kvm_getmaxcpu
and
.Vn kvm_getpcpu
.Fn kvm_getpcpu
cache the nlist values for various kernel variables which are
reused in successive calls.
You may call either function with

View file

@ -173,6 +173,7 @@ typedef struct {
#define RPC_GSS_ER_SUCCESS 0 /* no error */
#define RPC_GSS_ER_SYSTEMERROR 1 /* system error */
.Ed
.El
.Sh INDEX
.Bl -tag -width "MMMM"
.It Xr rpc_gss_seccreate 3

View file

@ -118,4 +118,4 @@ functions first appeared in
The
.Fn cproj
functions appeared in
.Fx 8.0.
.Fx 8.0 .

View file

@ -240,7 +240,7 @@ and the
and
.Fl W
options were introduced in
.Fx 7 .
.Fx 8.0 .
.Pp
.Sh BUGS
Files larger than 33488896 octets (65535 blocks) cannot be transferred

View file

@ -82,7 +82,7 @@ is zero, parallel passes are run as per
.Xr fsck 8 .
This option is deprecated and parallel passes are always run
as per
.Xf fsck 8.
.Xr fsck 8 .
.It Fl u
Only user quotas listed in
.Pa /etc/fstab

View file

@ -57,7 +57,7 @@ information about GUIDs found in the system.
WMI status device.
.El
.Sh EXAMPLES
.Bd Literal
.Bd -literal
# cat /dev/wmistat
GUID INST EXPE METH STR EVENT OID
{5FB7F034-2C63-45E9-BE91-3D44E2C707E4} 1 NO WMAA NO NO AA

View file

@ -121,7 +121,7 @@ They have been applied to the following hardware drivers:
.Xr an 4 ,
.Xr ath 4 ,
.Xr aue 4 ,
.Xt axe 4 ,
.Xr axe 4 ,
.Xr bce 4 ,
.Xr bfe 4 ,
.Xr bge 4 ,

View file

@ -75,6 +75,5 @@ The
driver first appeared in
.Fx 7.1 .
.Sh AUTHORS
.An
.An Rui Paulo Aq rpaulo@FreeBSD.org
.An Norikatsu Shigemura Aq nork@FreeBSD.org

View file

@ -92,8 +92,6 @@ Tunables can be set at the
.Xr loader 8
prompt before booting the kernel or stored in
.Xr loader.conf 5 .
.Bl -tag -width indent
.El
.Sh DIAGNOSTICS
.Bl -diag
.It "cxgb%d: Unable to allocate bus resource: memory"

View file

@ -697,7 +697,7 @@ Show information from the local APIC registers for this CPU.
.It Ic show Cm lock Ar addr
Show lock structure.
The output format is as follows:
.Bl -tag -offset 0 -width "flags"
.Bl -tag -width "flags"
.It Ic class:
Class of the lock.
Possible types include

View file

@ -73,7 +73,7 @@ is the IP address of the target of session
.Em n .
.It Va net.iscsi.n.stats
are some statistics for session
.EM n
.Em n
.It Va net.iscsi.n.pid
is the
.Em "process id"

View file

@ -74,7 +74,7 @@ May be disabled by clearing the
sysctl.
.It Pa config.txt
Kernel configuration, if
.Od options INCLUDE_CONFIG_FILE
.Cd options INCLUDE_CONFIG_FILE
has been compiled into the kernel.
May be disabled by clearing the
.Dv debug.ddb.textdump.do_config

View file

@ -46,7 +46,6 @@ In
.Cd hint.uart.0.baud="38400"
.Cd hint.uart.0.port="0x3f8"
.Cd hint.uart.0.flags="0x10"
.Ed
.Pp
With
.Ar flags

View file

@ -84,7 +84,7 @@ below.
The remaining
.Fn KFAIL_POINT_*
macros are wrappers around common error injection paths:
.Bl -tag -width 8
.Bl -inset
.It Fn KFAIL_POINT_RETURN parent name
is the equivalent of
.Sy KFAIL_POINT_CODE(..., return RETURN_VALUE)
@ -96,8 +96,7 @@ is the equivalent of
.Sy KFAIL_POINT_CODE(..., error_var = RETURN_VALUE)
.It Fn KFAIL_POINT_GOTO parent name error_var label
is the equivalent of
.Sy KFAIL_POINT_CODE(...,
{ error_var = RETURN_VALUE; goto label;})
.Sy KFAIL_POINT_CODE(..., { error_var = RETURN_VALUE; goto label;})
.El
.Sh SYSCTL VARIABLES
The

View file

@ -416,7 +416,7 @@ The pattern has the format /old/new/[gps].
old is a basic regular expression.
If it doesn't apply, the pattern is skipped.
new is the replacement string of the matched part.
~ is substituted with the match, \1 to \9 with the content of
~ is substituted with the match, \e1 to \e9 with the content of
the corresponding captured group.
The optional trailing g specifies that matching should continue
after the matched part and stopped on the first unmatched pattern.

View file

@ -149,7 +149,7 @@ other than 3AM, to avoid overly imposing an uneven load
on the server(s) hosting the updates.
.It
In spite of its name,
.Cm
.Nm
IDS should not be relied upon as an "Intrusion Detection
System", since if the system has been tampered with
it cannot be trusted to operate correctly.

View file

@ -44,34 +44,25 @@ Defines a alternative location of the UPDATING
Print help message.
.El
.Sh EXAMPLES
.Bl -tag -width indent
Shows all entries of all installed ports:
.Pp
.Dl % pkg_updating
.Pp
Shows all entries of all installed ports since 2007-01-01:
.Pp
.Dl % pkg_updating -d 20070101
.Pp
Shows all entries for all apache and mysql ports:
.Pp
.Dl % pkg_updating apache mysql
.Pp
Shows all apache entries since 2006-01-01:
.Pp
.Dl % pkg_updating -d 20060101 apache
.Pp
Defines that the UPDATING file is in /tmp and shows all entries of all
installed ports:
.Pp
.Dl % pkg_updating -f /tmp/UPDATING
.Pp
Fetch UPDATING file from ftp mirror and show all entries of all
installed ports:
.Pp
.Dl % pkg_updating -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/UPDATING
.Pp
.El
.Sh ENVIRONMENT
.Bl -tag -width PKG_DBDIR
.It Ev PKG_DBDIR

View file

@ -86,6 +86,7 @@ This directory specifies where
should look for the kernel and its modules.
The default is
.Pa /boot/kernel .
.El
.Sh LIMITATIONS
As long as
.Nm

View file

@ -94,11 +94,9 @@ on interface
and use PIN
.Dq 1234
to enable the SIM card.
.Dl "uhsoctl -a apn.example.com -p 1234 uhso0"
Disconnect from a previously established connection
.Pp
Disconnect from a previously established connection.
.Dl "uhsoctl -d uhso0"
.Sh SEE ALSO
.Xr uhso 4