Date: Thu, 01 Jan 2026 22:21:48 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: be65a18424e7 - stable/15 - man/man3: add cross references to stdbit(3) Message-ID: <6956f37c.eabd.58d27a15@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=be65a18424e7189397ba30cd293c15668ffc32c0 commit be65a18424e7189397ba30cd293c15668ffc32c0 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-11-10 09:43:37 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-01-01 20:57:33 +0000 man/man3: add cross references to stdbit(3) Add cross references to relevant stdbit man pages Approved by: markj (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D53661 (cherry picked from commit 5bfdb66ad985774b123ecd0cadee65c071b7ded0) --- lib/libc/string/ffs.3 | 2 ++ share/man/man3/bitstring.3 | 1 + share/man/man3/intro.3 | 11 +++++++++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index 1cca54c0b30b..14a64126e692 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -79,6 +79,8 @@ A return value of zero from any of these functions means that the argument was zero. .Sh SEE ALSO .Xr bitstring 3 , +.Xr stdc_first_trailing_one 3 , +.Xr stdc_trailing_zeros 3 , .Xr bitset 9 .Sh STANDARDS The diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index 07558bd41ec3..87ba9a24a1b5 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -461,6 +461,7 @@ make_lpr_available() .Ed .Sh SEE ALSO .Xr malloc 3 , +.Xr stdbit 3 , .Xr bitset 9 .Sh HISTORY The diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 0cecdcab4069..952183d7dd2d 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -24,7 +24,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd November 27, 2024 +.Dd November 10, 2025 .Dt INTRO 3 .Os .Sh NAME @@ -72,13 +72,20 @@ see .It database routines see .Xr db 3 -.It bit operators +.It bit string operators see .Xr bitstring 3 +.It bit and byte utilities +see +.Xr stdbit 3 .It string operators see .Xr string 3 +and +.Xr bstring 3 .It character tests and character operators +see +.Xr ctype 3 .It storage allocation see .Xr mpool 3home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6956f37c.eabd.58d27a15>
