summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
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.sbin/ctm
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.sbin/ctm')
-rw-r--r--usr.sbin/ctm/ctm/ctm.522
1 files changed, 10 insertions, 12 deletions
diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5
index a6053e1..e612a19 100644
--- a/usr.sbin/ctm/ctm/ctm.5
+++ b/usr.sbin/ctm/ctm/ctm.5
@@ -41,7 +41,7 @@ The CTM statements are as follows.
This is the overall begin of a CTM delta file. The
.Ar version
field must match the program version
-.Pq currently 2.0 .
+(currently 2.0).
.Ar Name
is the name and
.Ar number
@@ -51,11 +51,9 @@ to see if the delta has already been applied.
.Ar Timestamp
contains the year, month, day, hour, minute, and second of the
time of delta creation for reference
-.Po
-followed by the letter
+(followed by the letter
.Sq Z
-meaning this is a UTC timestamp
-.Pc .
+meaning this is a UTC timestamp).
The
.Ar prefix
field is currently not implemented.
@@ -69,13 +67,13 @@ Make the file
.Ar name ,
the original file had the uid
.Ar uid
-.Pq numerical, decimal ,
+(numerical, decimal),
the gid
.Ar gid
-.Pq numerical, decimal ,
+(numerical, decimal),
mode
.Ar mode
-.Pq numerical, octal ,
+(numerical, octal),
and the MD5 checksum
.Ar md5 .
.Pp
@@ -87,13 +85,13 @@ Substitute the contents of file
.Ar name ,
the original file had the new uid
.Ar uid
-.Pq numerical, decimal ,
+(numerical, decimal),
the new gid
.Ar gid
-.Pq numerical, decimal ,
+(numerical, decimal),
new mode
.Ar mode
-.Pq numerical, octal ,
+(numerical, octal),
the old MD5 checksum
.Ar md5before ,
and the new MD5 checksum
@@ -142,7 +140,7 @@ is to be removed.
.Sh EXAMPLES
In the following example, long lines have been folded to make them
printable
-.Pq marked by backslashes .
+(marked by backslashes).
.Bd -literal
CTM_BEGIN 2.0 cvs-cur 485 19950324214652Z .
CTMFR src/sys/gnu/i386/isa/scd.c,v 5225f13aa3c7e458f9dd0d4bb637b18d
OpenPOWER on IntegriCloud