diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 17:12:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 17:12:45 +0000 |
commit | 8c9e49b4459018cfc038bf13546bb5d34b4b9b18 (patch) | |
tree | 516fc1d4f8fed3b751c07d193674931ef4b80fc5 /contrib/amd | |
parent | 66cd8f698eee895c4da383fadb4b96550cc19ccd (diff) | |
download | FreeBSD-src-8c9e49b4459018cfc038bf13546bb5d34b4b9b18.zip FreeBSD-src-8c9e49b4459018cfc038bf13546bb5d34b4b9b18.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'contrib/amd')
-rw-r--r-- | contrib/amd/amd/amd.8 | 2 | ||||
-rw-r--r-- | contrib/amd/fixmount/fixmount.8 | 4 | ||||
-rw-r--r-- | contrib/amd/fsinfo/fsinfo.8 | 9 |
3 files changed, 10 insertions, 5 deletions
diff --git a/contrib/amd/amd/amd.8 b/contrib/amd/amd/amd.8 index 670fd84..992d880 100644 --- a/contrib/amd/amd/amd.8 +++ b/contrib/amd/amd/amd.8 @@ -142,7 +142,7 @@ delimited by a single colon. For example, if .Ar logfile is the string -.Nm syslog:local7 +.Dq Li syslog:local7 then .Nm amd will log messages via diff --git a/contrib/amd/fixmount/fixmount.8 b/contrib/amd/fixmount/fixmount.8 index 0a13f0b..bd705bc 100644 --- a/contrib/amd/fixmount/fixmount.8 +++ b/contrib/amd/fixmount/fixmount.8 @@ -117,7 +117,7 @@ server. .Xr mtab 5 , .Xr rmtab 5 , .Xr mountd 8 , -.Xr showmount 8 . +.Xr showmount 8 .Sh BUGS No attempt is made to verify the information in .Pa /etc/mtab @@ -139,7 +139,7 @@ To catch those cases, a filesystem is also deemed mounted if its .Em local mount point is identical to the remote entry. I.e., on a SunOS diskless client, -.Ic server:/export/share/sunos.4.1.1 +.Pa server:/export/share/sunos.4.1.1 is actually .Pa /usr/share . Since the local mount point is diff --git a/contrib/amd/fsinfo/fsinfo.8 b/contrib/amd/fsinfo/fsinfo.8 index cc3ea8c2..18b8eaf 100644 --- a/contrib/amd/fsinfo/fsinfo.8 +++ b/contrib/amd/fsinfo/fsinfo.8 @@ -53,7 +53,10 @@ .Op Fl h Ar hostname .Op Fl m Ar automounts_prefix .Op Fl I Ar dir -.Op Fl D Ar name[=string]] +.Oo +.Fl D +.Ar name Ns Op = Ns Ar string +.Oc .Op Fl U Ar name .Ar config ... .Sh DESCRIPTION @@ -143,7 +146,9 @@ will be displayed, and all information discovered when performing the semantic analysis phase will be displayed. Each verbose message is output to the standard output on a line starting with a `#' character. -.It Fl D Ar name[=string] +.It Fl D Xo +.Ar name Ns Op = Ns Ar string +.Xc Defines a symbol .Ar name for the preprocessor when reading the configuration files. |