Add manpage links for asysctl(3) and asysctlbyname(3), already described
in sysctl(3).
This commit is contained in:
parent
996bea5137
commit
b2de856f1a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.2376 2021/03/10 13:27:51 simonb Exp $
|
||||
# $NetBSD: mi,v 1.2377 2021/03/10 13:30:34 simonb Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
@ -6020,6 +6020,8 @@
|
||||
./usr/share/man/cat3/asprintf_l.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/assert.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/assume_default_colors.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/asysctl.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/asysctlbyname.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/at_quick_exit.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/atan.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/atan2.0 comp-c-catman .cat
|
||||
@ -14339,6 +14341,8 @@
|
||||
./usr/share/man/html3/asprintf_l.html comp-c-htmlman html
|
||||
./usr/share/man/html3/assert.html comp-c-htmlman html
|
||||
./usr/share/man/html3/assume_default_colors.html comp-c-htmlman html
|
||||
./usr/share/man/html3/asysctl.html comp-c-htmlman html
|
||||
./usr/share/man/html3/asysctlbyname.html comp-c-htmlman html
|
||||
./usr/share/man/html3/at_quick_exit.html comp-c-htmlman html
|
||||
./usr/share/man/html3/atan.html comp-c-htmlman html
|
||||
./usr/share/man/html3/atan2.html comp-c-htmlman html
|
||||
@ -22494,6 +22498,8 @@
|
||||
./usr/share/man/man3/asprintf_l.3 comp-c-man .man
|
||||
./usr/share/man/man3/assert.3 comp-c-man .man
|
||||
./usr/share/man/man3/assume_default_colors.3 comp-c-man .man
|
||||
./usr/share/man/man3/asysctl.3 comp-c-man .man
|
||||
./usr/share/man/man3/asysctlbyname.3 comp-c-man .man
|
||||
./usr/share/man/man3/at_quick_exit.3 comp-c-man .man
|
||||
./usr/share/man/man3/atan.3 comp-c-man .man
|
||||
./usr/share/man/man3/atan2.3 comp-c-man .man
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.209 2021/02/26 04:28:14 rin Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.210 2021/03/10 13:30:34 simonb Exp $
|
||||
# from: @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
|
||||
|
||||
# gen sources
|
||||
@ -181,8 +181,9 @@ MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
|
||||
sigsetops.3 sigismember.3
|
||||
MLINKS+=stringlist.3 sl_init.3 stringlist.3 sl_free.3 stringlist.3 sl_add.3 \
|
||||
stringlist.3 sl_find.3
|
||||
MLINKS+=sysctl.3 sysctlbyname.3 sysctl.3 sysctlgetmibinfo.3 \
|
||||
sysctl.3 sysctlnametomib.3
|
||||
MLINKS+=sysctl.3 sysctlbyname.3 \
|
||||
sysctl.3 sysctlgetmibinfo.3 sysctl.3 sysctlnametomib.3 \
|
||||
sysctl.3 asysctl.3 sysctl.3 asysctlbyname.3
|
||||
MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
|
||||
syslog.3 vsyslog.3
|
||||
MLINKS+=syslog.3 closelog_r.3 syslog.3 openlog_r.3 syslog.3 setlogmask_r.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user