diff options
author | joel <joel@FreeBSD.org> | 2010-08-16 15:18:30 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-16 15:18:30 +0000 |
commit | dd1fff9bcb93c49e02a04bb712ecc2695db0c218 (patch) | |
tree | f1fb1550ad8fd503eb2a17d71116cdfebf902492 /share/man/man5 | |
parent | c239a236c133a4ec85da52df6f459b176073ffb5 (diff) | |
download | FreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.zip FreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.tar.gz |
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mqueuefs.5 | 2 | ||||
-rw-r--r-- | share/man/man5/periodic.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/mqueuefs.5 b/share/man/man5/mqueuefs.5 index d5de933..2431267 100644 --- a/share/man/man5/mqueuefs.5 +++ b/share/man/man5/mqueuefs.5 @@ -36,7 +36,7 @@ .Sh SYNOPSIS To link into kernel: .Pp -.D1 Cd "options P1003_1B_MQUEUE" +.Cd "options P1003_1B_MQUEUE" .Pp To load as a kernel loadable module: .Pp diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 7947a59..a3775d8 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -629,7 +629,7 @@ The default value if no value is set is 30. The same as .Va daily_scrub_zfs_default_threshold but specific to the pool -.Va Ns Ao Ar poolname Ac Ns . +.Ao Ar poolname Ac Ns . .It Va daily_local .Pq Vt str Set to a list of extra scripts that should be run after all other |