diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-07-19 12:22:32 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-07-19 12:22:32 +0000 |
| commit | 55ec696d42d080904411163ebece1a489044fc69 (patch) | |
| tree | 75388da5d7af0213d2ec09c1d4f0b7c4319c943a /share/man/man9 | |
| parent | 725871230d25c652781ccfe0da0de01570fded93 (diff) | |
Notes
Diffstat (limited to 'share/man/man9')
| -rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index c44805c01c9b1..ee065b020999b 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -607,13 +607,19 @@ MLINKS+=bitset.9 BITSET_DEFINE.9 \ bitset.9 BIT_EMPTY.9 \ bitset.9 BIT_ISFULLSET.9 \ bitset.9 BIT_FFS.9 \ + bitset.9 BIT_FLS.9 \ bitset.9 BIT_COUNT.9 \ bitset.9 BIT_SUBSET.9 \ bitset.9 BIT_OVERLAP.9 \ bitset.9 BIT_CMP.9 \ bitset.9 BIT_OR.9 \ + bitset.9 BIT_OR2.9 \ bitset.9 BIT_AND.9 \ + bitset.9 BIT_AND2.9 \ bitset.9 BIT_ANDNOT.9 \ + bitset.9 BIT_ANDNOT2.9 \ + bitset.9 BIT_XOR.9 \ + bitset.9 BIT_XOR2.9 \ bitset.9 BIT_CLR_ATOMIC.9 \ bitset.9 BIT_SET_ATOMIC.9 \ bitset.9 BIT_SET_ATOMIC_ACQ.9 \ |
