diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-25 16:12:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-25 16:12:28 +0000 |
commit | d3bdaf462920cd00fde1cf1a24090e4f3aad7408 (patch) | |
tree | 36e9b5941db95c7ec1bb7b4ae41e7171f7952e00 /lib/libc/gen/sysctl.3 | |
parent | cf508716d87b9fa9892cb119fd159e6e1e883540 (diff) |
tweak previous; ok claudio henning
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 3d8e928a645..73f7efe7888 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.174 2007/09/24 22:03:02 henning Exp $ +.\" $OpenBSD: sysctl.3,v 1.175 2007/09/25 16:12:27 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 24 2007 $ +.Dd $Mdocdate: September 25 2007 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1066,9 +1066,9 @@ The fifth and sixth level names are as follows: .It Dv NET_RT_STATS No " None" .El .Pp -A facultative seventh level name can be provided to select the routing table -on which you want to run the operation. -If not provided, the main table with id 0 is used. +An optional seventh level name can be provided to select the routing table +on which to run the operation. +If not provided, the table with ID 0 is used. .It Dv PF_INET Get or set various global information about IPv4 .Pq Internet Protocol version 4 . |