From 604f1c416c128565923d63ab4cd98d1a7ced0cf4 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 17 Apr 2018 09:05:46 +0000 Subject: Don't put multiple names on a single .Nm line. This fixes apropos(1) output, from this: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit strnlen, strlen, strlen,(3) - find length of string │······· ... to this: strlen, strnlen(3) - find length of string PR: 223525 MFC after: 2 weeks --- lib/libc/stdlib/qsort.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index af885ee5f7624..94a54ed0de1f9 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -36,7 +36,13 @@ .Dt QSORT 3 .Os .Sh NAME -.Nm qsort , qsort_b , qsort_r , heapsort , heapsort_b , mergesort, mergesort_b +.Nm qsort , +.Nm qsort_b , +.Nm qsort_r , +.Nm heapsort , +.Nm heapsort_b , +.Nm mergesort , +.Nm mergesort_b .Nd sort functions .Sh LIBRARY .Lb libc -- cgit v1.3