diff options
author | ru <ru@FreeBSD.org> | 2001-07-18 15:00:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-18 15:00:46 +0000 |
commit | aa852b31c43ca664c987f1f2ec1d36db8399b7c6 (patch) | |
tree | 11b17d2ff9eec6c5fa435221d83252c3b0a5563a | |
parent | b2f5024e3be80a884603b74bdc53b36f792872de (diff) | |
download | FreeBSD-src-aa852b31c43ca664c987f1f2ec1d36db8399b7c6.zip FreeBSD-src-aa852b31c43ca664c987f1f2ec1d36db8399b7c6.tar.gz |
mdoc(7) police: don't use enclosure macros with plain text.
-rw-r--r-- | share/man/man7/hier.7 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 2d6d5df..30adea4 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -62,14 +62,16 @@ see .El .It Pa /cdrom/ default mount point for CD-ROM drives -.Pq created by Xr sysinstall 8 +(created by +.Xr sysinstall 8 ) .It Pa /compat/ normally a link to .Pa /usr/compat . If not, then the .Pa /usr/compat comments apply -.Pq created by Xr sysinstall 8 +(created by +.Xr sysinstall 8 ) .It Pa /dev/ block and character device files .Pp @@ -162,7 +164,8 @@ common utilities, programming tools, and applications .It Pa compat/ files needed to support binary compatability with other operating systems, such as Linux -.Pq created by Xr sysinstall 8 +(created by +.Xr sysinstall 8 ) .It Pa games/ useful and semi-frivolous programs .It Pa include/ |