Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2023 13:35:49 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7d65a450cdcc - main - bsort.3: Fix warnings as reported by mandoc -W warning
Message-ID:  <202304191335.33JDZnwk010110@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=7d65a450cdcc7cc743f2ecd114ba3428a21c0033

commit 7d65a450cdcc7cc743f2ecd114ba3428a21c0033
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2023-04-19 13:24:35 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2023-04-19 13:34:00 +0000

    bsort.3: Fix warnings as reported by mandoc -W warning
    
    Reported by:    Yuri <yuri@aetern.org>
    MFC after:      1 week
    Sponsored by:   NVIDIA Networking
---
 lib/libc/stdlib/bsort.3 | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/lib/libc/stdlib/bsort.3 b/lib/libc/stdlib/bsort.3
index 9cc2edc04dd2..d0cadcacccc0 100644
--- a/lib/libc/stdlib/bsort.3
+++ b/lib/libc/stdlib/bsort.3
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2022 Hans Petter Selasky
+.\" Copyright (c) 2022-2023 Hans Petter Selasky
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
@@ -24,14 +24,13 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 19, 2023
+.Dd April 20, 2023
 .Dt BSORT 3
 .Os
 .Sh NAME
 .Nm bsort ,
 .Nm bsort_b ,
-.Nm bsort_r
-and
+.Nm bsort_r ,
 .Nm bsort_s
 .Nd sort functions
 .Sh LIBRARY
@@ -196,8 +195,7 @@ main(void)
 .Ed
 .Sh SEE ALSO
 .Xr sort 1 ,
-.Xr qsort 3
-and
+.Xr qsort 3 ,
 .Xr radixsort 3
 .Sh HISTORY
 This implementation was created by Hans Petter Selasky.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304191335.33JDZnwk010110>