diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 17:35:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 17:35:21 +0000 |
commit | f858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch) | |
tree | fb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /share/man/man8 | |
parent | f3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff) | |
download | FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz |
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index 35d8b14..1dc1cb4 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -65,9 +65,8 @@ executes the shell file .Dq Pa MAKEDEV.local . .Pp The Alpha supports the following devices. -Where a device name is followed by a hash sign ( -.Dq # -), +Where a device name is followed by a hash sign +.Pq Dq # , the hash sign must be replaced by a unit number. .Bl -tag -width indent diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index a27b857..4d22884 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -64,9 +64,9 @@ executes the shell file .Dq Pa MAKEDEV.local . .Pp The i386 supports the following devices. -Where a device name is followed by a hash sign ( -.Dq # -), the hash sign +Where a device name is followed by a hash sign +.Pq Dq # , +the hash sign must be replaced by a unit number. .Bl -tag -width indent .It std |