diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 12:25:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 12:25:15 +0000 |
commit | 3b9acfa9b1d0142a8988d1467b24822bac011e80 (patch) | |
tree | 2421114e2b6866c7c6561663b5309f9d1fca8989 /lib/libc | |
parent | 78936a8b9190591371d03600ca707f03e2c86089 (diff) |
document KERN_RND and KERN_NOSUIDCOREDUMP
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index eb85054963e..a4fb69338b6 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.24 1999/07/02 18:18:24 aaron Exp $ +.\" $OpenBSD: sysctl.3,v 1.25 1999/07/04 12:25:14 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -420,6 +420,12 @@ Structure giving the sizes of the above arrays. .El .It Dv KERN_RAWPARTITION The raw partition of a disk (a == 0). +.It Dv KERN_RND +Returns statistics about the +.Pa /dev/random +device in a +.Li struct rndstats +structure. .It Dv KERN_SAVED_IDS Returns 1 if saved set-group-ID and saved set-user-ID are available. .It Dv KERN_SECURELVL |