summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-05-01 08:03:29 +0000
committermpech <mpech@openbsd.org>2002-05-01 08:03:29 +0000
commitee997aea819580341aee10df113db886cac4a60f (patch)
treebc9dda5eb363d6052f48626ddd3c19b14321f792 /lib/libcompat
parentChange WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss (diff)
downloadwireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.tar.xz
wireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.zip
o) start new sentence on a new line;
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.3/insque.35
-rw-r--r--lib/libcompat/4.3/re_comp.33
-rw-r--r--lib/libcompat/4.3/rexec.33
3 files changed, 7 insertions, 4 deletions
diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3
index af76566722a..8c6b6d7cc02 100644
--- a/lib/libcompat/4.3/insque.3
+++ b/lib/libcompat/4.3/insque.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: insque.3,v 1.5 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: insque.3,v 1.6 2002/05/01 08:03:30 mpech Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -58,7 +58,8 @@ These interfaces are available from the compatibility library, libcompat.
.Fn insque
and
.Fn remque
-manipulate queues built from doubly linked lists. Each element in the queue
+manipulate queues built from doubly linked lists.
+Each element in the queue
must begin with a "struct qelem".
.Sh DIAGNOSTICS
These functions are not atomic unless that machine architecture allows it.
diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3
index 10f2bb42906..c1489580137 100644
--- a/lib/libcompat/4.3/re_comp.3
+++ b/lib/libcompat/4.3/re_comp.3
@@ -67,7 +67,8 @@ function
returns 0 if the string
.Fa s
was compiled successfully; otherwise a string containing an
-error message is returned. If
+error message is returned.
+If
.Fn re_comp
is passed 0 or a null string, it returns without changing the currently
compiled regular expression.
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3
index 97cac56522b..2976b93ff4d 100644
--- a/lib/libcompat/4.3/rexec.3
+++ b/lib/libcompat/4.3/rexec.3
@@ -99,7 +99,8 @@ output from the command (unit 2) on this channel, and will also
accept bytes on this channel as being
.Tn UNIX
signal numbers, to be
-forwarded to the process group of the command. The diagnostic
+forwarded to the process group of the command.
+The diagnostic
information returned does not include remote authorization failure,
as the secondary connection is set up after authorization has been
verified.