Index: sysctl.8
===================================================================
RCS file: /cvs/src/sbin/sysctl/sysctl.8,v
retrieving revision 1.205
diff -u -p -r1.205 sysctl.8
--- sysctl.8    7 Sep 2016 17:30:12 -0000       1.205
+++ sysctl.8    23 Sep 2016 02:16:14 -0000
@@ -144,7 +144,6 @@ and a few require a kernel compiled with
 .It kern.sysvmsg Ta integer Ta no
 .It kern.sysvsem Ta integer Ta no
 .It kern.sysvshm Ta integer Ta no
-.It kern.arandom Ta u_int Ta no
 .It kern.msgbufsize Ta integer Ta no
 .It kern.malloc.buckets Ta string Ta no
 .It kern.malloc.bucket.<sz> Ta string Ta no

Index: rnd.c
===================================================================
RCS file: /cvs/src/sys/dev/rnd.c,v
retrieving revision 1.186
diff -u -p -r1.186 rnd.c
--- rnd.c       22 Sep 2016 22:04:02 -0000      1.186
+++ rnd.c       23 Sep 2016 02:25:06 -0000
@@ -85,9 +85,8 @@
  * The output of this single ChaCha20 engine is then shared amongst many
  * consumers in the kernel and userland via a few interfaces:
  * arc4random_buf(), arc4random(), arc4random_uniform(), randomread()
- * for the set of /dev/random nodes, the sysctl kern.arandom, and the
- * system call getentropy(), which provides seeds for process-context
- * pseudorandom generators.
+ * for the set of /dev/random nodes, and the system call getentropy(),
+ * which provides seeds for process-context pseudorandom generators.
  *
  * Acknowledgements:
  * =================

Reply via email to