svn commit: r258055 - head/sbin/sysctl
Devin Teske
dteske at FreeBSD.org
Tue Nov 12 17:44:30 UTC 2013
Author: dteske
Date: Tue Nov 12 17:44:29 2013
New Revision: 258055
URL: http://svnweb.freebsd.org/changeset/base/258055
Log:
Fix a typo: s/wriable/writable/
Modified:
head/sbin/sysctl/sysctl.8
Modified: head/sbin/sysctl/sysctl.8
==============================================================================
--- head/sbin/sysctl/sysctl.8 Tue Nov 12 17:25:33 2013 (r258054)
+++ head/sbin/sysctl/sysctl.8 Tue Nov 12 17:44:29 2013 (r258055)
@@ -130,7 +130,7 @@ to standard error.
.It Fl T
Display only variables that are setable via loader (CTLFLAG_TUN).
.It Fl W
-Display only wriable variables that are not statistical.
+Display only writable variables that are not statistical.
Useful for determining the set of runtime tunable sysctls.
.It Fl X
Equivalent to
More information about the svn-src-head
mailing list