diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-04-02 19:01:59 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-04-02 19:01:59 +0000 |
commit | 662986e028a42542b4d6c2a4b55220a0f9478b33 (patch) | |
tree | 58892f004cdb96206f430edf780f3fa25bd322aa /share/man | |
parent | 97a851ecaaabe7bfb30b9d1a1aa839a334b02932 (diff) |
synopsis is #include <lib/libkern/libkern.h>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/kern.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/kern.9 b/share/man/man9/kern.9 index c116427b13b..503af0cc137 100644 --- a/share/man/man9/kern.9 +++ b/share/man/man9/kern.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kern.9,v 1.8 2003/06/11 17:28:51 tedu Exp $ +.\" $OpenBSD: kern.9,v 1.9 2005/04/02 19:01:58 uwe Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" <http://www.csoft.org> @@ -31,7 +31,7 @@ .Nm kern .Nd kernel library routines .Sh SYNOPSIS -.Fd #include <lib/libkern.h> +.Fd #include <lib/libkern/libkern.h> .Sh DESCRIPTION The .Nm |