Bug 131149

Summary: spelling mistake in ftpd(8)
Product: Documentation Reporter: Patrick Oonk <patrick>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Patrick Oonk 2009-01-30 09:10:00 UTC
in FTPD(8):

Note that option is a virtual no-op in FreeBSD 5.0 and above;
             both port ranges are indentical by default.

'indentical' -> 'identical'

Fix: 

see fd
How-To-Repeat: man ftpd
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2009-01-30 09:42:35 UTC
State Changed
From-To: open->patched

Fixed in HEAD.  Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-30 09:42:36 UTC
Author: maxim
Date: Fri Jan 30 09:42:25 2009
New Revision: 187913
URL: http://svn.freebsd.org/changeset/base/187913

Log:
  o Fix typo: indentical -> identical.
  
  PR:		docs/131149
  Submitted by:	Patrick Oonk
  MFC after:	1 week

Modified:
  head/libexec/ftpd/ftpd.8

Modified: head/libexec/ftpd/ftpd.8
==============================================================================
--- head/libexec/ftpd/ftpd.8	Fri Jan 30 07:14:20 2009	(r187912)
+++ head/libexec/ftpd/ftpd.8	Fri Jan 30 09:42:25 2009	(r187913)
@@ -205,7 +205,7 @@ for more information.
 Note that option is a virtual no-op in
 .Fx 5.0
 and above; both port
-ranges are indentical by default.
+ranges are identical by default.
 .It Fl u
 The default file creation mode mask is set to
 .Ar umask ,
_______________________________________________
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 3 Maxim Konovalov freebsd_committer freebsd_triage 2009-02-09 10:28:27 UTC
State Changed
From-To: patched->closed

Merged to RELENG_7.