summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-02-04 03:26:44 +0000
committerjason <jason@openbsd.org>2001-02-04 03:26:44 +0000
commitd1ac792ec6a86b5b0971a9f0fc99a45a54f38216 (patch)
tree86c46752f4514c782542dc9bee65ada8ae6ecfcc
parentTidy, avoid segfaults on unknown users, and deal with long usernames (diff)
downloadwireguard-openbsd-d1ac792ec6a86b5b0971a9f0fc99a45a54f38216.tar.xz
wireguard-openbsd-d1ac792ec6a86b5b0971a9f0fc99a45a54f38216.zip
Put KNF in the NAME field so apropos/man -k will find it.
-rw-r--r--share/man/man9/style.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index fdd11191aba..33648a1c649 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,14 +22,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: style.9,v 1.12 2001/01/25 18:14:05 aaron Exp $
+.\" $OpenBSD: style.9,v 1.13 2001/02/04 03:26:44 jason Exp $
.\"
.Dd August 19, 1999
.Dt STYLE 9
.Os
.Sh NAME
.Nm style
-.Nd "Kernel source file style guide"
+.Nd "Kernel source file style guide (KNF)"
.Sh DESCRIPTION
This file specifies the preferred style for kernel source files in the
.Ox