diff options
author | 2011-09-03 23:40:15 +0000 | |
---|---|---|
committer | 2011-09-03 23:40:15 +0000 | |
commit | 5946cbd8cf3db7ee4abddd428c4143ed4b024b87 (patch) | |
tree | d143410c7cfbb3cd994e424453c1ecb8ab2ad649 /lib/libc | |
parent | no vme(4) for this platform; (diff) | |
download | wireguard-openbsd-5946cbd8cf3db7ee4abddd428c4143ed4b024b87.tar.xz wireguard-openbsd-5946cbd8cf3db7ee4abddd428c4143ed4b024b87.zip |
knock out some useless Pp;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 3 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 34e3970340a..ecfb8ed661a 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.28 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: sigvec.3,v 1.29 2011/09/03 23:40:15 jmc Exp $ .\" .Dd $Mdocdate: September 3 2011 $ .Dt SIGVEC 3 @@ -35,7 +35,6 @@ .Nd software signal facilities .Sh SYNOPSIS .Fd #include <signal.h> -.Pp .Bd -literal struct sigvec { void (*sv_handler)(); diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index fc1daeaf364..97c8985c79d 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.47 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: sigaction.2,v 1.48 2011/09/03 23:40:15 jmc Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -38,7 +38,6 @@ .Nd software signal facilities .Sh SYNOPSIS .Fd #include <signal.h> -.Pp .Bd -literal struct sigaction { union { /* signal handler */ |