| Summary: | periodic.conf(5) shows mdoc error | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> |
| Component: | Books & Articles | Assignee: | Benedict Reuschling <bcr> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Warren Block
2011-01-02 04:00:20 UTC
Responsible Changed From-To: freebsd-doc->bcr I'll take care of that. The fix was committed to HEAD, but the MFC is pending. Author: bcr (doc committer) Date: Tue Jan 4 17:18:53 2011 New Revision: 216966 URL: http://svn.freebsd.org/changeset/base/216966 Log: MFC r211397: 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> Reminded by the following PR: docs/153615 Submitted by: Warren Block (wblock at wonkity dot com) Modified: stable/8/share/man/man5/mqueuefs.5 stable/8/share/man/man5/periodic.conf.5 Directory Properties: stable/8/share/man/man5/ (props changed) Modified: stable/8/share/man/man5/mqueuefs.5 ============================================================================== --- stable/8/share/man/man5/mqueuefs.5 Tue Jan 4 17:06:03 2011 (r216965) +++ stable/8/share/man/man5/mqueuefs.5 Tue Jan 4 17:18:53 2011 (r216966) @@ -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 Modified: stable/8/share/man/man5/periodic.conf.5 ============================================================================== --- stable/8/share/man/man5/periodic.conf.5 Tue Jan 4 17:06:03 2011 (r216965) +++ stable/8/share/man/man5/periodic.conf.5 Tue Jan 4 17:18:53 2011 (r216966) @@ -629,7 +629,7 @@ The default value if no value is set is 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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->closed MFC is finished, PR closed. Thanks for catching that error. |