diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 13:52:50 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 13:52:50 +0000 |
commit | 511d4f82b255a7fa34ffa2c1cd048cef32acefa2 (patch) | |
tree | 99b740a7c4217cd7405a4de1071ea095c0037d7d /sbin | |
parent | 9e0a71c3eebd8d8e34dfa434ee6b139736c61490 (diff) | |
download | FreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.zip FreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.tar.gz |
Fix a bunch of spelling errors in a bunch of man pages.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index c09b418..503ff29 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $Id: sysctl.8,v 1.6 1995/02/20 19:42:42 guido Exp $ +.\" $Id: sysctl.8,v 1.7 1995/12/21 12:39:24 phk Exp $ .\" .Dd September 23, 1994 .Dt SYSCTL 8 @@ -113,7 +113,7 @@ purpose programs such as and .Nm netstat . .Pp -The string and integer information is summaried below. +The string and integer information is summarized below. For a detailed description of these variable see .Xr sysctl 3 . .Pp @@ -235,7 +235,7 @@ definitions for fourth level UDP identifiers .Sh BUGS .Nm sysctl presently exploits an undocumented interface to the kernel -sysctl facility to traverse the sysctl tree and to retrive format +sysctl facility to traverse the sysctl tree and to retrieve format and name information. This correct interface is being thought about for the time being. .Sh HISTORY |