Add links for the other functions documented in arc4random(3).
This commit is contained in:
parent
6bcd046821
commit
e85380d6f9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.2385 2021/04/28 02:15:03 rin Exp $
|
||||
# $NetBSD: mi,v 1.2386 2021/05/03 11:07:55 simonb Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
|
@ -5766,6 +5766,10 @@
|
|||
./usr/share/man/cat3/allocaddrinfo.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/alphasort.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/arc4random.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/arc4random_addrandom.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/arc4random_buf.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/arc4random_stir.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/arc4random_uniform.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/archive.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/archive_clear_error.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/archive_compression.0 comp-c-catman .cat
|
||||
|
@ -14090,6 +14094,10 @@
|
|||
./usr/share/man/html3/allocaddrinfo.html comp-c-htmlman html
|
||||
./usr/share/man/html3/alphasort.html comp-c-htmlman html
|
||||
./usr/share/man/html3/arc4random.html comp-c-htmlman html
|
||||
./usr/share/man/html3/arc4random_addrandom.html comp-c-htmlman html
|
||||
./usr/share/man/html3/arc4random_buf.html comp-c-htmlman html
|
||||
./usr/share/man/html3/arc4random_stir.html comp-c-htmlman html
|
||||
./usr/share/man/html3/arc4random_uniform.html comp-c-htmlman html
|
||||
./usr/share/man/html3/archive.html comp-c-htmlman html
|
||||
./usr/share/man/html3/archive_clear_error.html comp-c-htmlman html
|
||||
./usr/share/man/html3/archive_compression.html comp-c-htmlman html
|
||||
|
@ -22251,6 +22259,10 @@
|
|||
./usr/share/man/man3/allocaddrinfo.3 comp-c-man .man
|
||||
./usr/share/man/man3/alphasort.3 comp-c-man .man
|
||||
./usr/share/man/man3/arc4random.3 comp-c-man .man
|
||||
./usr/share/man/man3/arc4random_addrandom.3 comp-c-man .man
|
||||
./usr/share/man/man3/arc4random_buf.3 comp-c-man .man
|
||||
./usr/share/man/man3/arc4random_stir.3 comp-c-man .man
|
||||
./usr/share/man/man3/arc4random_uniform.3 comp-c-man .man
|
||||
./usr/share/man/man3/archive.3 comp-c-man .man
|
||||
./usr/share/man/man3/archive_clear_error.3 comp-c-man .man
|
||||
./usr/share/man/man3/archive_compression.3 comp-c-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.213 2021/05/03 08:30:30 simonb Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.214 2021/05/03 11:07:55 simonb Exp $
|
||||
# from: @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
|
||||
|
||||
# gen sources
|
||||
|
@ -87,6 +87,8 @@ MAN+= alarm.3 arc4random.3 basename.3 bsd_signal.3 bswap.3 \
|
|||
ualarm.3 ulimit.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 \
|
||||
wordexp.3
|
||||
|
||||
MLINKS+=arc4random.3 arc4random_addrandom.3 arc4random.3 arc4random_buf.3 \
|
||||
arc4random.3 arc4random_stir.3 arc4random.3 arc4random_uniform.3
|
||||
MLINKS+=bswap.3 bswap16.3 bswap.3 bswap32.3 bswap.3 bswap64.3
|
||||
MLINKS+=cpuset.3 cpuset_create.3 cpuset.3 cpuset_destroy.3 \
|
||||
cpuset.3 cpuset_zero.3 cpuset.3 cpuset_set.3 cpuset.3 cpuset_clr.3 \
|
||||
|
|
Loading…
Reference in New Issue