diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-10-08 03:38:21 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-10-08 03:38:21 +0000 |
commit | 2d24a454d432191d40ad98981de3308269bb7d11 (patch) | |
tree | cda67a74e6979db909ef317c231175d207e78be1 /share | |
parent | a710cc301750800a3bac92784ac7533fe3227985 (diff) |
insert bit_ffc into title, symlink bit_* to bitstring.3
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/Makefile | 4 | ||||
-rw-r--r-- | share/man/man3/bitstring.3 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index f36b558fbfd..733627fd361 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -2,6 +2,10 @@ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3 +MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \ + bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \ + bitstring.3 bit_nclear.3 bitstring.3 bit_set.3 \ + bitstring.3 bit_size.3 bitstring.3 bit_test.3 MLINKS+=end.3 edata.3 end.3 etext.3 MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3 MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_before.3 diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index bcc14883a74..696c1a25339 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -42,6 +42,7 @@ .Nm bit_alloc , .Nm bit_clear , .Nm bit_decl , +.Nm bit_ffc , .Nm bit_ffs , .Nm bit_nclear , .Nm bit_nset, |