diff options
author | 2014-01-18 22:06:02 +0000 | |
---|---|---|
committer | 2014-01-18 22:06:02 +0000 | |
commit | 699a035be169416a1a69f26d2eb35d7e6b678145 (patch) | |
tree | 6859ed16c7f90c9c1608adb28c77a1fa8ce716a6 | |
parent | There was an awkward behaviour after a connection had been diverted (diff) | |
download | wireguard-openbsd-699a035be169416a1a69f26d2eb35d7e6b678145.tar.xz wireguard-openbsd-699a035be169416a1a69f26d2eb35d7e6b678145.zip |
Fix the NAME section:
One .Nm macro per name, and pass punctuation a as seperate argument.
Found with mandocdb(8).
OK jmc@.
-rw-r--r-- | gnu/usr.bin/gcc/protoize.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/protoize.1 b/gnu/usr.bin/gcc/protoize.1 index 0627aa7f081..e8354465b4d 100644 --- a/gnu/usr.bin/gcc/protoize.1 +++ b/gnu/usr.bin/gcc/protoize.1 @@ -1,12 +1,13 @@ .\" Copyright (c) 1991, 1992, 1993, 1994 Free Software Foundation .\" See section COPYING for conditions for redistribution .\" -.\" $OpenBSD: protoize.1,v 1.2 2007/05/31 19:19:22 jmc Exp $ -.Dd $Mdocdate: May 31 2007 $ +.\" $OpenBSD: protoize.1,v 1.3 2014/01/18 22:06:02 schwarze Exp $ +.Dd $Mdocdate: January 18 2014 $ .Dt PROTOIZE 1 .Os .Sh NAME -.Nm protoize, unprotoize +.Nm protoize , +.Nm unprotoize .Nd automatically add or remove function prototypes .Sh SYNOPSIS .Nm protoize |