summaryrefslogtreecommitdiff
path: root/share/man/man9/kern.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/kern.9')
-rw-r--r--share/man/man9/kern.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/kern.9 b/share/man/man9/kern.9
index bda4a311ecc..2440f38e0cf 100644
--- a/share/man/man9/kern.9
+++ b/share/man/man9/kern.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kern.9,v 1.2 2002/11/08 08:08:47 mpech Exp $
+.\" $OpenBSD: kern.9,v 1.3 2003/04/17 05:08:39 jmc Exp $
.\"
.\" Copyright (c) 2002 CubeSoft Communications, Inc. <http://www.csoft.org>
.\"
@@ -10,7 +10,7 @@
.\" 2. Neither the name of CubeSoft Communications, Inc, nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -30,7 +30,7 @@
.Nm kern
.Nd kernel library routines
.Sh SYNOPSIS
-#include <lib/libkern.h>
+.Fd #include <lib/libkern.h>
.Sh DESCRIPTION
The
.Nm
@@ -226,19 +226,19 @@ function is discouraged in favor of
The
.Fn getsn
function reads user input from the console and returns on newline.
-The result is writte into
+The result is written into
.Fa cp ,
which is assumed to be
.Fa size
bytes long.
.Sh SEE ALSO
-.Xr arc4random 9 ,
-.Xr string 3 ,
.Xr assert 3 ,
.Xr bcmp 3 ,
+.Xr ffs 3 ,
.Xr memchr 3 ,
.Xr memcmp 3 ,
-.Xr ffs 3
+.Xr string 3 ,
+.Xr arc4random 9
.Sh STANDARDS
The
.Fn abs ,