mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-10 08:00:57 +01:00
Add some man page links
Add man page links for strlcat, getmode and arc4random_*. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
80c3954e3c
commit
c3feeb0092
4
Makefile
4
Makefile
@ -60,11 +60,15 @@ LIB_INCLUDES := \
|
||||
|
||||
LIB_MANS := \
|
||||
arc4random.3 \
|
||||
arc4random_addrandom.3 \
|
||||
arc4random_stir.3 \
|
||||
strlcpy.3 \
|
||||
strlcat.3 \
|
||||
fgetln.3 \
|
||||
fmtcheck.3 \
|
||||
nlist.3 \
|
||||
setmode.3 \
|
||||
getmode.3 \
|
||||
strmode.3 \
|
||||
md5.3bsd
|
||||
LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
|
||||
|
1
man/arc4random_addrandom.3
Normal file
1
man/arc4random_addrandom.3
Normal file
@ -0,0 +1 @@
|
||||
.so man3/arc4random.3
|
1
man/arc4random_stir.3
Normal file
1
man/arc4random_stir.3
Normal file
@ -0,0 +1 @@
|
||||
.so man3/arc4random.3
|
1
man/getmode.3
Normal file
1
man/getmode.3
Normal file
@ -0,0 +1 @@
|
||||
.so man3/setmode.3
|
1
man/strlcat.3
Normal file
1
man/strlcat.3
Normal file
@ -0,0 +1 @@
|
||||
.so man3/strlcpy.3
|
Loading…
x
Reference in New Issue
Block a user