| Summary: | spelling mistake in ftpd(8) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Patrick Oonk <patrick> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->patched Fixed in HEAD. Thanks! 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" State Changed From-To: patched->closed Merged to RELENG_7. |
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