Bug 148499 - [patch] fix spelling in exports(5)
Summary: [patch] fix spelling in exports(5)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Konovalov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-11 21:10 UTC by Warren Block
Modified: 2010-08-30 08:04 UTC (History)
0 users

See Also:


Attachments
file.diff (402 bytes, patch)
2010-07-11 21:10 UTC, Warren Block
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Warren Block 2010-07-11 21:10:06 UTC
"sepcify" in exports(5) should be "specify".

Fix: Apply patch:

--- exports.5.orig	2010-07-11 13:51:58.000000000 -0600
+++ exports.5	2010-07-11 14:07:34.000000000 -0600
@@ -82,7 +82,7 @@
 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 \&.


Patch attached with submission follows:
How-To-Repeat: man 5 exports
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-11 21:27:28 UTC
State Changed
From-To: open->open

I'll work on that. 


Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-11 21:27:28 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I'll work on that.
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2010-07-12 05:22:04 UTC
State Changed
From-To: open->patched

Committed to HEAD.  Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-12 05:22:05 UTC
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"
Comment 5 Maxim Konovalov 2010-07-12 05:23:20 UTC
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
Comment 6 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-12 11:56:54 UTC
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.
Comment 7 Maxim Konovalov freebsd_committer freebsd_triage 2010-08-30 08:04:31 UTC
State Changed
From-To: patched->closed

Merged to RELENG_8.