diff options
author | joel <joel@FreeBSD.org> | 2013-05-12 22:22:12 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-05-12 22:22:12 +0000 |
commit | 05a725b2d7d8814e7c9604b2ee91737853586bb3 (patch) | |
tree | bab21432aa9f24873d517b4344b37c89b49f6ef6 /share | |
parent | 4bf4286804208d72b2433020161a2ac465541718 (diff) | |
download | FreeBSD-src-05a725b2d7d8814e7c9604b2ee91737853586bb3.zip FreeBSD-src-05a725b2d7d8814e7c9604b2ee91737853586bb3.tar.gz |
mdoc sweep.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/freebsd-update.conf.5 | 2 | ||||
-rw-r--r-- | share/man/man5/mailer.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man5/portsnap.conf.5 | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/freebsd-update.conf.5 b/share/man/man5/freebsd-update.conf.5 index 653b055..f9f7a56 100644 --- a/share/man/man5/freebsd-update.conf.5 +++ b/share/man/man5/freebsd-update.conf.5 @@ -221,7 +221,7 @@ kernel. .El .Sh FILES .Bl -tag -width "/etc/freebsd-update.conf" -.It /etc/freebsd-update.conf +.It Pa /etc/freebsd-update.conf Default location of the .Cm freebsd-update configuration file. diff --git a/share/man/man5/mailer.conf.5 b/share/man/man5/mailer.conf.5 index 2fb8236..3f48eda 100644 --- a/share/man/man5/mailer.conf.5 +++ b/share/man/man5/mailer.conf.5 @@ -83,7 +83,9 @@ The file may also contain comment lines, denoted by a .Ql # mark in the first column of any line. .Sh FILES -/etc/mail/mailer.conf +.Bl -tag -width Pa +.It Pa /etc/mail/mailer.conf +.El .Sh EXAMPLES This example shows how to set up .Nm diff --git a/share/man/man5/portsnap.conf.5 b/share/man/man5/portsnap.conf.5 index 90225b2..07685b2 100644 --- a/share/man/man5/portsnap.conf.5 +++ b/share/man/man5/portsnap.conf.5 @@ -135,7 +135,7 @@ supported and may cause unexpected results. Any lines not of the above forms will be ignored. .Sh FILES .Bl -tag -width "/etc/portsnap.conf" -.It /etc/portsnap.conf +.It Pa /etc/portsnap.conf Default location of the portsnap configuration file. .El .Sh SEE ALSO |