Date: Tue, 12 Nov 2013 17:44:29 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258055 - head/sbin/sysctl Message-ID: <201311121744.rACHiTRa040075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311121744.rACHiTRa040075>