diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-09 15:51:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-09 15:51:22 +0000 |
commit | c57ebe73ae85cb1aa2cb8e028b2221e83664b12b (patch) | |
tree | 382b70e567673a7cc24e5b90de9ce9abf64ff42d /lib/libc/stdlib/qsort.3 | |
parent | 4229eefdfad47b22de8882b471a4540e4b684aca (diff) |
For man pages that describe multiple functions, split the .Nm arguments
onto separate lines in the NAME section.
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r-- | lib/libc/stdlib/qsort.3 | 6 |
1 files changed, 4 insertions, 2 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> |