Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen CTLFLAG_READONLY[12] are long gone.



details:   https://anonhg.NetBSD.org/src/rev/6bda6a3563ba
branches:  trunk
changeset: 747645:6bda6a3563ba
user:      elad <elad%NetBSD.org@localhost>
date:      Sat Sep 26 04:43:48 2009 +0000

description:
CTLFLAG_READONLY[12] are long gone.

diffstat:

 lib/libc/gen/sysctl.3 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 3b8dc1109f9a -r 6bda6a3563ba lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Fri Sep 25 23:15:53 2009 +0000
+++ b/lib/libc/gen/sysctl.3     Sat Sep 26 04:43:48 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.198 2009/07/22 22:54:15 alc Exp $
+.\"    $NetBSD: sysctl.3,v 1.199 2009/09/26 04:43:48 elad Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)sysctl.3    8.4 (Berkeley) 5/9/95
 .\"
-.Dd July 22, 2009
+.Dd September 26, 2009
 .Dt SYSCTL 3
 .Os
 .Sh NAME
@@ -596,8 +596,6 @@
 .Bl -column CTLFLAGXPERMANENTXXX
 .It Sy Name    Description
 .It CTLFLAG\_READONLY  Node is read-only
-.It CTLFLAG\_READONLY1 Node becomes read-only at securelevel 1
-.It CTLFLAG\_READONLY2 Node becomes read-only at securelevel 2
 .It CTLFLAG\_READWRITE Node is writable by the superuser
 .It CTLFLAG\_ANYWRITE  Node is writable by anyone
 .It CTLFLAG\_PRIVATE   Node is readable only by the superuser



Home | Main Index | Thread Index | Old Index