summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-07 15:48:51 +0000
committerru <ru@FreeBSD.org>2001-08-07 15:48:51 +0000
commit43457588767caedd16dbf19162de0a6a435dfeda (patch)
tree0505e005ecc9492a4b759dc8e06eb138613e4aa4 /usr.bin
parent6b00d6a3ebd552afe7b0a0844e598ee70810f887 (diff)
downloadFreeBSD-src-43457588767caedd16dbf19162de0a6a435dfeda.zip
FreeBSD-src-43457588767caedd16dbf19162de0a6a435dfeda.tar.gz
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/killall/killall.13
-rw-r--r--usr.bin/locate/locate/locate.16
-rw-r--r--usr.bin/sed/sed.116
-rw-r--r--usr.bin/window/window.18
4 files changed, 12 insertions, 21 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index 403bb4b..68ef5a9 100644
--- a/usr.bin/killall/killall.1
+++ b/usr.bin/killall/killall.1
@@ -84,7 +84,8 @@ Show only what would be done, but do not send any signal.
Send a different signal instead of the default
.Dv TERM .
The signal may be specified either as a name
-.Pq with \&or without a leading Dv SIG ,
+(with or without a leading
+.Dv SIG ) ,
or numerically.
.It Fl u Ar user
Limit potentially matching processes to those belonging to
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index b261f7b..84edece 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -55,14 +55,12 @@ and contains the pathnames
of all files which are publicly accessible.
.Pp
Shell globbing and quoting characters
-.Po
-.Dq * ,
+.Dq ( * ,
.Dq \&? ,
.Dq \e ,
.Dq \&[
and
-.Dq \&]
-.Pc
+.Dq \&] )
may be used in
.Ar pattern ,
although they will have to be escaped from the shell.
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index becc241..8e0ac07 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -134,9 +134,7 @@ to save all or part of the pattern space for subsequent retrieval.
An address is not required, but if specified must be a number (that counts
input lines
cumulatively across input files), a dollar
-.Po
-.Dq $
-.Pc
+.Pq Dq $
character that addresses the last line of input, or a context address
(which consists of a regular expression preceded and followed by a
delimiter).
@@ -161,9 +159,7 @@ starts looking again for the first address.
.Pp
Editing commands can be applied to non-selected pattern spaces by use
of the exclamation character
-.Po
-.Dq \&!
-.Pc
+.Pq Dq \&!
function.
.Sh "Sed Regular Expressions"
The regular expressions used in
@@ -182,9 +178,7 @@ has the following two additions to regular expressions:
.Bl -enum -compact
.It
In a context address, any character other than a backslash
-.Po
-.Dq \e
-.Pc
+.Pq Dq \e
or newline character may be used to delimit the regular expression.
Also, putting a backslash character before the delimiting character
causes the character to be treated literally.
@@ -400,9 +394,7 @@ Within the RE and the replacement, the RE delimiter itself can be used as
a literal character if it is preceded by a backslash.
.Pp
An ampersand
-.Po
-.Dq &
-.Pc
+.Pq Dq &
appearing in the replacement is replaced by the string matching the RE.
The special meaning of
.Dq &
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index ade98e4..d3e0432 100644
--- a/usr.bin/window/window.1
+++ b/usr.bin/window/window.1
@@ -632,10 +632,10 @@ with
obvious meanings, or it can be a numeric expression,
in which case a non-zero value is true.
.Bl -tag -width Fl
-.It Xo
-.Ic alias Ns Po Bq Aq Ar string ,
-.Bq Aq Ar string\-list Pc
-.Xc
+.It Ic alias Ns Po
+.Bq Aq Ar string ,
+.Bq Aq Ar string\-list
+.Pc
If no argument is given, all currently defined alias macros are
listed. Otherwise,
.Aq Ar string
OpenPOWER on IntegriCloud