Skip to content

Commit 5bfdb66

Browse files
committed
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
1 parent 2fb8cbc commit 5bfdb66

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

lib/libc/string/ffs.3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ A return value of zero from any of these functions means that the
7979
argument was zero.
8080
.Sh SEE ALSO
8181
.Xr bitstring 3 ,
82+
.Xr stdc_first_trailing_one 3 ,
83+
.Xr stdc_trailing_zeros 3 ,
8284
.Xr bitset 9
8385
.Sh STANDARDS
8486
The

share/man/man3/bitstring.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ make_lpr_available()
461461
.Ed
462462
.Sh SEE ALSO
463463
.Xr malloc 3 ,
464+
.Xr stdbit 3 ,
464465
.Xr bitset 9
465466
.Sh HISTORY
466467
The

share/man/man3/intro.3

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2525
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2626
.\" SUCH DAMAGE.
27-
.Dd November 27, 2024
27+
.Dd November 10, 2025
2828
.Dt INTRO 3
2929
.Os
3030
.Sh NAME
@@ -72,13 +72,20 @@ see
7272
.It database routines
7373
see
7474
.Xr db 3
75-
.It bit operators
75+
.It bit string operators
7676
see
7777
.Xr bitstring 3
78+
.It bit and byte utilities
79+
see
80+
.Xr stdbit 3
7881
.It string operators
7982
see
8083
.Xr string 3
84+
and
85+
.Xr bstring 3
8186
.It character tests and character operators
87+
see
88+
.Xr ctype 3
8289
.It storage allocation
8390
see
8491
.Xr mpool 3

0 commit comments

Comments
 (0)