diff options
author | 2000-08-09 15:51:21 +0000 | |
---|---|---|
committer | 2000-08-09 15:51:21 +0000 | |
commit | 6b9c0c5bdd787483c92754b43c11e3f69ac21412 (patch) | |
tree | a3add831ba5784d33e3966e6bacf6fa2ec93a437 /lib/libc | |
parent | Insert missing period. (diff) | |
download | wireguard-openbsd-6b9c0c5bdd787483c92754b43c11e3f69ac21412.tar.xz wireguard-openbsd-6b9c0c5bdd787483c92754b43c11e3f69ac21412.zip |
For man pages that describe multiple functions, split the .Nm arguments
onto separate lines in the NAME section.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/qsort.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 5 | ||||
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 5 | ||||
-rw-r--r-- | lib/libc/stdlib/tsearch.3 | 7 |
4 files changed, 15 insertions, 8 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index 632909dd3ca..0eeb1159111 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -33,13 +33,15 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qsort.3,v 1.5 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: qsort.3,v 1.6 2000/08/09 15:51:21 aaron Exp $ .\" .Dd June 4, 1993 .Dt QSORT 3 .Os .Sh NAME -.Nm qsort, heapsort, mergesort +.Nm qsort , +.Nm heapsort , +.Nm mergesort .Nd sort functions .Sh SYNOPSIS .Fd #include <stdlib.h> diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index fdc02b20b89..afdb84f19b8 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -33,13 +33,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.8 2000/04/20 13:50:03 aaron Exp $ +.\" $OpenBSD: strtol.3,v 1.9 2000/08/09 15:51:21 aaron Exp $ .\" .Dd June 25, 1992 .Dt STRTOL 3 .Os .Sh NAME -.Nm strtol, strtoq +.Nm strtol , +.Nm strtoq .Nd convert string value to a long or quad_t integer .Sh SYNOPSIS .Fd #include <stdlib.h> diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index e0902535669..991f8113869 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -33,13 +33,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.7 2000/04/20 13:50:03 aaron Exp $ +.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 .Os .Sh NAME -.Nm strtoul, strtouq +.Nm strtoul , +.Nm strtouq .Nd convert a string to an unsigned long or uquad_t integer .Sh SYNOPSIS .Fd #include <stdlib.h> diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3 index 72048a19fb5..b000a0a8b16 100644 --- a/lib/libc/stdlib/tsearch.3 +++ b/lib/libc/stdlib/tsearch.3 @@ -23,13 +23,16 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tsearch.3,v 1.8 2000/04/20 13:50:03 aaron Exp $ +.\" $OpenBSD: tsearch.3,v 1.9 2000/08/09 15:51:21 aaron Exp $ .\" .Dd June 15, 1997 .Dt TSEARCH 3 .Os .Sh NAME -.Nm tsearch, tfind, tdelete, twalk +.Nm tsearch , +.Nm tfind , +.Nm tdelete , +.Nm twalk .Nd manipulate binary search trees .Sh SYNOPSIS .Fd #include <search.h> |