| Summary: | [patch] fix spelling in exports(5) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> | ||||
| Component: | Books & Articles | Assignee: | Maxim Konovalov <maxim> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Warren Block
2010-07-11 21:10:06 UTC
State Changed From-To: open->open I'll work on that. Responsible Changed From-To: freebsd-doc->bcr I'll work on that. State Changed From-To: open->patched Committed to HEAD. Thanks! Author: maxim Date: Mon Jul 12 04:21:50 2010 New Revision: 209926 URL: http://svn.freebsd.org/changeset/base/209926 Log: o Fix typo: sepcify -> specify. PR: docs/148499 Submitted by: Warren Block MFC after: 1 week Modified: head/usr.sbin/mountd/exports.5 Modified: head/usr.sbin/mountd/exports.5 ============================================================================== --- head/usr.sbin/mountd/exports.5 Mon Jul 12 03:00:29 2010 (r209925) +++ head/usr.sbin/mountd/exports.5 Mon Jul 12 04:21:50 2010 (r209926) @@ -82,7 +82,7 @@ including regular files if the option is used on .Xr mountd 8 . The third form has the string ``V4:'' followed by a single absolute path -name, to sepcify the NFSv4 tree root. +name, to specify the NFSv4 tree root. The pathnames must not have any symbolic links in them and should not have any .Dq Pa \&. _______________________________________________ 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" Oops, later notice. Already committed this fix. On Sun, 11 Jul 2010, 20:28-0000, bcr@freebsd.org wrote: > Synopsis: [patch] fix spelling in exports(5) > > State-Changed-From-To: open->open > State-Changed-By: bcr > State-Changed-When: Sun Jul 11 20:27:28 UTC 2010 > State-Changed-Why: > I'll work on that. > > > Responsible-Changed-From-To: freebsd-doc->bcr > Responsible-Changed-By: bcr > Responsible-Changed-When: Sun Jul 11 20:27:28 UTC 2010 > Responsible-Changed-Why: > I'll work on that. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148499 > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > -- Maxim Konovalov Responsible Changed From-To: bcr->maxim No problem, Maxim! A quick fix is better than no fix after all. ;) I've assigned it to you, for the remaining MFC work to be done. State Changed From-To: patched->closed Merged to RELENG_8. |