diff options
author | 2001-02-04 03:26:44 +0000 | |
---|---|---|
committer | 2001-02-04 03:26:44 +0000 | |
commit | d1ac792ec6a86b5b0971a9f0fc99a45a54f38216 (patch) | |
tree | 86c46752f4514c782542dc9bee65ada8ae6ecfcc | |
parent | Tidy, avoid segfaults on unknown users, and deal with long usernames (diff) | |
download | wireguard-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.9 | 4 |
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 |