1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Use a single style for share/man/ makefiles:

- Sort MAN and MLINKS in "dictionary" order ignoring case.

- For multi-value MAN and multi-pair MLINKS, put each value/pair
  on its own line, for easier sorting and so that further diffs
  are easier to see.
This commit is contained in:
Ruslan Ermilov 2004-01-20 10:27:23 +00:00
parent e562f8fb28
commit b760de9691
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124747
8 changed files with 1242 additions and 767 deletions

View File

@ -5,38 +5,90 @@ MAN= builtin.1 intro.1
# Create MLINKS for Shell built in commands for which there are no userland
# utilities of the same name:
MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 builtin.1 bindkey.1 \
MLINKS= builtin.1 alias.1 \
builtin.1 alloc.1 \
builtin.1 bg.1 \
builtin.1 bind.1 \
builtin.1 break.1 builtin.1 breaksw.1 builtin.1 builtins.1 \
builtin.1 case.1 builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \
builtin.1 bindkey.1 \
builtin.1 break.1 \
builtin.1 breaksw.1 \
builtin.1 builtins.1 \
builtin.1 case.1 \
builtin.1 cd.1 \
builtin.1 chdir.1 \
builtin.1 command.1 \
builtin.1 complete.1 \
builtin.1 continue.1 builtin.1 default.1 \
builtin.1 dirs.1 builtin.1 do.1 builtin.1 done.1 \
builtin.1 echotc.1 builtin.1 elif.1 builtin.1 else.1 \
builtin.1 end.1 builtin.1 endif.1 builtin.1 endsw.1 \
builtin.1 esac.1 builtin.1 eval.1 builtin.1 exec.1 \
builtin.1 exit.1 builtin.1 export.1 builtin.1 fc.1 \
builtin.1 fg.1 builtin.1 fi.1 builtin.1 filetest.1 builtin.1 for.1 \
builtin.1 foreach.1 builtin.1 getopts.1 builtin.1 glob.1 \
builtin.1 goto.1 builtin.1 hash.1 builtin.1 hashstat.1 \
builtin.1 history.1 builtin.1 hup.1 builtin.1 if.1 builtin.1 jobid.1 \
builtin.1 jobs.1 builtin.1 limit.1 builtin.1 log.1 builtin.1 logout.1 \
builtin.1 continue.1 \
builtin.1 default.1 \
builtin.1 dirs.1 \
builtin.1 do.1 \
builtin.1 done.1 \
builtin.1 echotc.1 \
builtin.1 elif.1 \
builtin.1 else.1 \
builtin.1 end.1 \
builtin.1 endif.1 \
builtin.1 endsw.1 \
builtin.1 esac.1 \
builtin.1 eval.1 \
builtin.1 exec.1 \
builtin.1 exit.1 \
builtin.1 export.1 \
builtin.1 fc.1 \
builtin.1 fg.1 \
builtin.1 fi.1 \
builtin.1 filetest.1 \
builtin.1 for.1 \
builtin.1 foreach.1 \
builtin.1 getopts.1 \
builtin.1 glob.1 \
builtin.1 goto.1 \
builtin.1 hash.1 \
builtin.1 hashstat.1 \
builtin.1 history.1 \
builtin.1 hup.1 \
builtin.1 if.1 \
builtin.1 jobid.1 \
builtin.1 jobs.1 \
builtin.1 limit.1 \
builtin.1 log.1 \
builtin.1 logout.1 \
builtin.1 ls-F.1 \
builtin.1 notify.1 builtin.1 onintr.1 builtin.1 popd.1 \
builtin.1 pushd.1 builtin.1 read.1 builtin.1 readonly.1 \
builtin.1 notify.1 \
builtin.1 onintr.1 \
builtin.1 popd.1 \
builtin.1 pushd.1 \
builtin.1 read.1 \
builtin.1 readonly.1 \
builtin.1 rehash.1 \
builtin.1 repeat.1 builtin.1 sched.1 builtin.1 set.1 \
builtin.1 setenv.1 builtin.1 settc.1 builtin.1 setty.1 \
builtin.1 setvar.1 builtin.1 shift.1 builtin.1 source.1 \
builtin.1 stop.1 builtin.1 suspend.1 builtin.1 switch.1 \
builtin.1 telltc.1 builtin.1 then.1 builtin.1 trap.1 builtin.1 type.1 \
builtin.1 ulimit.1 builtin.1 umask.1 builtin.1 unalias.1 \
builtin.1 repeat.1 \
builtin.1 sched.1 \
builtin.1 set.1 \
builtin.1 setenv.1 \
builtin.1 settc.1 \
builtin.1 setty.1 \
builtin.1 setvar.1 \
builtin.1 shift.1 \
builtin.1 source.1 \
builtin.1 stop.1 \
builtin.1 suspend.1 \
builtin.1 switch.1 \
builtin.1 telltc.1 \
builtin.1 then.1 \
builtin.1 trap.1 \
builtin.1 type.1 \
builtin.1 ulimit.1 \
builtin.1 umask.1 \
builtin.1 unalias.1 \
builtin.1 uncomplete.1 \
builtin.1 unhash.1 builtin.1 unlimit.1 builtin.1 unset.1 \
builtin.1 unsetenv.1 builtin.1 until.1 builtin.1 wait.1 \
builtin.1 unhash.1 \
builtin.1 unlimit.1 \
builtin.1 unset.1 \
builtin.1 unsetenv.1 \
builtin.1 until.1 \
builtin.1 wait.1 \
builtin.1 where.1 \
builtin.1 while.1
MLINKS+=intro.1 introduction.1
.include <bsd.prog.mk>

View File

@ -1,219 +1,239 @@
# @(#)Makefile 8.2 (Berkeley) 12/13/93
# $FreeBSD$
MAN= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 queue.3 \
stdarg.3 sysexits.3 timeradd.3 tree.3
MAN= assert.3 \
bitstring.3 \
end.3 \
fpgetround.3 \
intro.3 \
${PTHREAD_MAN} \
queue.3 \
stdarg.3 \
sysexits.3 \
timeradd.3 \
tree.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_nset.3 bitstring.3 bit_set.3 \
bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
MLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.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_nset.3 \
bitstring.3 bit_set.3 \
bitstring.3 bitstr_size.3 \
bitstring.3 bit_test.3
MLINKS+= end.3 edata.3 \
end.3 etext.3
MLINKS+= fpgetround.3 fpgetmask.3 \
fpgetround.3 fpgetprec.3 \
fpgetround.3 fpgetsticky.3 \
fpgetround.3 fpresetsticky.3 \
fpgetround.3 fpsetmask.3 \
fpgetround.3 fpsetprec.3 \
fpgetround.3 fpsetround.3 \
fpgetround.3 fpsetsticky.3
MLINKS+= ${PTHREAD_MLINKS}
MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 LIST_ENTRY.3 \
queue.3 LIST_FIRST.3 \
queue.3 LIST_FOREACH.3 \
queue.3 LIST_HEAD.3 \
queue.3 LIST_HEAD_INITIALIZER.3 \
queue.3 LIST_INIT.3 \
queue.3 LIST_INSERT_AFTER.3 \
queue.3 LIST_INSERT_BEFORE.3 \
queue.3 LIST_INSERT_HEAD.3 \
queue.3 LIST_NEXT.3 \
queue.3 LIST_REMOVE.3 \
queue.3 SLIST_EMPTY.3 \
queue.3 SLIST_ENTRY.3 \
queue.3 SLIST_FIRST.3 \
queue.3 SLIST_FOREACH.3 \
queue.3 SLIST_HEAD.3 \
queue.3 SLIST_HEAD_INITIALIZER.3 \
queue.3 SLIST_INIT.3 \
queue.3 SLIST_INSERT_AFTER.3 \
queue.3 SLIST_INSERT_HEAD.3 \
queue.3 SLIST_NEXT.3 \
queue.3 SLIST_REMOVE.3 \
queue.3 SLIST_REMOVE_HEAD.3 \
queue.3 STAILQ_CONCAT.3 \
queue.3 STAILQ_EMPTY.3 \
queue.3 STAILQ_ENTRY.3 \
queue.3 STAILQ_FIRST.3 \
queue.3 STAILQ_FOREACH.3 \
queue.3 STAILQ_HEAD.3 \
queue.3 STAILQ_HEAD_INITIALIZER.3 \
queue.3 STAILQ_INIT.3 \
queue.3 STAILQ_INSERT_AFTER.3 \
queue.3 STAILQ_INSERT_HEAD.3 \
queue.3 STAILQ_INSERT_TAIL.3 \
queue.3 STAILQ_LAST.3 \
queue.3 STAILQ_NEXT.3 \
queue.3 STAILQ_REMOVE.3 \
queue.3 STAILQ_REMOVE_HEAD.3 \
queue.3 TAILQ_CONCAT.3 \
queue.3 TAILQ_EMPTY.3 \
queue.3 TAILQ_ENTRY.3 \
queue.3 TAILQ_FIRST.3 \
queue.3 TAILQ_FOREACH.3 \
queue.3 TAILQ_FOREACH_REVERSE.3 \
queue.3 TAILQ_HEAD.3 \
queue.3 TAILQ_HEAD_INITIALIZER.3 \
queue.3 TAILQ_INIT.3 \
queue.3 TAILQ_INSERT_AFTER.3 \
queue.3 TAILQ_INSERT_BEFORE.3 \
queue.3 TAILQ_INSERT_HEAD.3 \
queue.3 TAILQ_INSERT_TAIL.3 \
queue.3 TAILQ_LAST.3 \
queue.3 TAILQ_NEXT.3 \
queue.3 TAILQ_PREV.3 \
queue.3 TAILQ_REMOVE.3
MLINKS+= stdarg.3 va_arg.3 \
stdarg.3 va_copy.3 \
stdarg.3 va_end.3 \
stdarg.3 varargs.3 \
stdarg.3 va_start.3
MLINKS+= timeradd.3 timerclear.3 \
timeradd.3 timercmp.3 \
timeradd.3 timerisset.3 \
timeradd.3 timersub.3
MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 RB_ENTRY.3 \
tree.3 RB_FIND.3 \
tree.3 RB_FOREACH.3 \
tree.3 RB_GENERATE.3 \
tree.3 RB_HEAD.3 \
tree.3 RB_INIT.3 \
tree.3 RB_INITIALIZER.3 \
tree.3 RB_INSERT.3 \
tree.3 RB_LEFT.3 \
tree.3 RB_MAX.3 \
tree.3 RB_MIN.3 \
tree.3 RB_NEXT.3 \
tree.3 RB_PARENT.3 \
tree.3 RB_PROTOTYPE.3 \
tree.3 RB_REMOVE.3 \
tree.3 RB_RIGHT.3 \
tree.3 RB_ROOT.3 \
tree.3 SPLAY_EMPTY.3 \
tree.3 SPLAY_ENTRY.3 \
tree.3 SPLAY_FIND.3 \
tree.3 SPLAY_FOREACH.3 \
tree.3 SPLAY_GENERATE.3 \
tree.3 SPLAY_HEAD.3 \
tree.3 SPLAY_INIT.3 \
tree.3 SPLAY_INITIALIZER.3 \
tree.3 SPLAY_INSERT.3 \
tree.3 SPLAY_LEFT.3 \
tree.3 SPLAY_MAX.3 \
tree.3 SPLAY_MIN.3 \
tree.3 SPLAY_NEXT.3 \
tree.3 SPLAY_PROTOTYPE.3 \
tree.3 SPLAY_REMOVE.3 \
tree.3 SPLAY_RIGHT.3 \
tree.3 SPLAY_ROOT.3
MLINKS+=queue.3 LIST_EMPTY.3
MLINKS+=queue.3 LIST_ENTRY.3
MLINKS+=queue.3 LIST_HEAD.3
MLINKS+=queue.3 LIST_HEAD_INITIALIZER.3
MLINKS+=queue.3 LIST_INIT.3
MLINKS+=queue.3 LIST_INSERT_AFTER.3
MLINKS+=queue.3 LIST_INSERT_BEFORE.3
MLINKS+=queue.3 LIST_INSERT_HEAD.3
MLINKS+=queue.3 LIST_FIRST.3
MLINKS+=queue.3 LIST_FOREACH.3
MLINKS+=queue.3 LIST_NEXT.3
MLINKS+=queue.3 LIST_REMOVE.3
MLINKS+=queue.3 SLIST_EMPTY.3
MLINKS+=queue.3 SLIST_ENTRY.3
MLINKS+=queue.3 SLIST_FIRST.3
MLINKS+=queue.3 SLIST_FOREACH.3
MLINKS+=queue.3 SLIST_HEAD.3
MLINKS+=queue.3 SLIST_HEAD_INITIALIZER.3
MLINKS+=queue.3 SLIST_INIT.3
MLINKS+=queue.3 SLIST_INSERT_AFTER.3
MLINKS+=queue.3 SLIST_INSERT_HEAD.3
MLINKS+=queue.3 SLIST_NEXT.3
MLINKS+=queue.3 SLIST_REMOVE.3
MLINKS+=queue.3 SLIST_REMOVE_HEAD.3
MLINKS+=queue.3 STAILQ_CONCAT.3
MLINKS+=queue.3 STAILQ_EMPTY.3
MLINKS+=queue.3 STAILQ_ENTRY.3
MLINKS+=queue.3 STAILQ_FIRST.3
MLINKS+=queue.3 STAILQ_FOREACH.3
MLINKS+=queue.3 STAILQ_HEAD.3
MLINKS+=queue.3 STAILQ_HEAD_INITIALIZER.3
MLINKS+=queue.3 STAILQ_INIT.3
MLINKS+=queue.3 STAILQ_INSERT_AFTER.3
MLINKS+=queue.3 STAILQ_INSERT_HEAD.3
MLINKS+=queue.3 STAILQ_INSERT_TAIL.3
MLINKS+=queue.3 STAILQ_LAST.3
MLINKS+=queue.3 STAILQ_NEXT.3
MLINKS+=queue.3 STAILQ_REMOVE.3
MLINKS+=queue.3 STAILQ_REMOVE_HEAD.3
MLINKS+=queue.3 TAILQ_CONCAT.3
MLINKS+=queue.3 TAILQ_EMPTY.3
MLINKS+=queue.3 TAILQ_ENTRY.3
MLINKS+=queue.3 TAILQ_FIRST.3
MLINKS+=queue.3 TAILQ_FOREACH.3
MLINKS+=queue.3 TAILQ_FOREACH_REVERSE.3
MLINKS+=queue.3 TAILQ_HEAD.3
MLINKS+=queue.3 TAILQ_HEAD_INITIALIZER.3
MLINKS+=queue.3 TAILQ_INIT.3
MLINKS+=queue.3 TAILQ_INSERT_AFTER.3
MLINKS+=queue.3 TAILQ_INSERT_BEFORE.3
MLINKS+=queue.3 TAILQ_INSERT_HEAD.3
MLINKS+=queue.3 TAILQ_INSERT_TAIL.3
MLINKS+=queue.3 TAILQ_LAST.3
MLINKS+=queue.3 TAILQ_NEXT.3
MLINKS+=queue.3 TAILQ_PREV.3
MLINKS+=queue.3 TAILQ_REMOVE.3
MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
MLINKS+=stdarg.3 va_copy.3 stdarg.3 va_start.3
MLINKS+=timeradd.3 timersub.3 timeradd.3 timerclear.3 timeradd.3 timerisset.3
MLINKS+=timeradd.3 timercmp.3
MLINKS+=tree.3 SPLAY_PROTOTYPE.3
MLINKS+=tree.3 SPLAY_GENERATE.3
MLINKS+=tree.3 SPLAY_ENTRY.3
MLINKS+=tree.3 SPLAY_HEAD.3
MLINKS+=tree.3 SPLAY_INITIALIZER.3
MLINKS+=tree.3 SPLAY_ROOT.3
MLINKS+=tree.3 SPLAY_EMPTY.3
MLINKS+=tree.3 SPLAY_NEXT.3
MLINKS+=tree.3 SPLAY_MIN.3
MLINKS+=tree.3 SPLAY_MAX.3
MLINKS+=tree.3 SPLAY_FIND.3
MLINKS+=tree.3 SPLAY_LEFT.3
MLINKS+=tree.3 SPLAY_RIGHT.3
MLINKS+=tree.3 SPLAY_FOREACH.3
MLINKS+=tree.3 SPLAY_INIT.3
MLINKS+=tree.3 SPLAY_INSERT.3
MLINKS+=tree.3 SPLAY_REMOVE.3
MLINKS+=tree.3 RB_PROTOTYPE.3
MLINKS+=tree.3 RB_GENERATE.3
MLINKS+=tree.3 RB_ENTRY.3
MLINKS+=tree.3 RB_HEAD.3
MLINKS+=tree.3 RB_INITIALIZER.3
MLINKS+=tree.3 RB_ROOT.3
MLINKS+=tree.3 RB_EMPTY.3
MLINKS+=tree.3 RB_NEXT.3
MLINKS+=tree.3 RB_MIN.3
MLINKS+=tree.3 RB_MAX.3
MLINKS+=tree.3 RB_FIND.3
MLINKS+=tree.3 RB_LEFT.3
MLINKS+=tree.3 RB_RIGHT.3
MLINKS+=tree.3 RB_PARENT.3
MLINKS+=tree.3 RB_FOREACH.3
MLINKS+=tree.3 RB_INIT.3
MLINKS+=tree.3 RB_INSERT.3
MLINKS+=tree.3 RB_REMOVE.3
.ifndef NOLIBC_R || NOLIBPTHREAD || NOLIBTHR
MAN+= pthread.3 \
pthread_attr.3 \
pthread_attr_get_np.3 \
pthread_attr_setcreatesuspend_np.3 \
pthread_cancel.3 \
pthread_cleanup_pop.3 \
pthread_cleanup_push.3 \
pthread_getconcurrency.3 \
pthread_condattr.3 \
pthread_cond_broadcast.3 \
pthread_cond_destroy.3 \
pthread_cond_init.3 \
pthread_cond_signal.3 \
pthread_cond_timedwait.3 \
pthread_cond_wait.3 \
pthread_create.3 \
pthread_detach.3 \
pthread_equal.3 \
pthread_exit.3 \
pthread_getspecific.3 \
pthread_join.3 \
pthread_key_create.3 \
pthread_key_delete.3 \
pthread_kill.3 \
pthread_main_np.3 \
pthread_multi_np.3 \
pthread_mutexattr.3 \
pthread_mutexattr_getkind_np.3 \
pthread_mutex_destroy.3 \
pthread_mutex_init.3 \
pthread_mutex_lock.3 \
pthread_mutex_timedlock.3 \
pthread_mutex_trylock.3 \
pthread_mutex_unlock.3 \
pthread_once.3 \
pthread_resume_all_np.3 \
pthread_resume_np.3 \
pthread_rwlock_destroy.3 \
pthread_rwlock_init.3 \
pthread_rwlock_rdlock.3 \
pthread_rwlock_timedrdlock.3 \
pthread_rwlock_timedwrlock.3 \
pthread_rwlock_unlock.3 \
pthread_rwlock_wrlock.3 \
pthread_rwlockattr_destroy.3 \
pthread_rwlockattr_getpshared.3 \
pthread_rwlockattr_init.3 \
pthread_rwlockattr_setpshared.3 \
pthread_schedparam.3 \
pthread_self.3 \
pthread_set_name_np.3 \
pthread_setspecific.3 \
pthread_sigmask.3 \
pthread_suspend_all_np.3 \
pthread_suspend_np.3 \
pthread_switch_add_np.3 \
pthread_testcancel.3
MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
pthread_attr.3 pthread_attr_getdetachstate.3 \
pthread_attr.3 pthread_attr_getguardsize.3 \
pthread_attr.3 pthread_attr_getinheritsched.3 \
pthread_attr.3 pthread_attr_getschedparam.3 \
pthread_attr.3 pthread_attr_getschedpolicy.3 \
pthread_attr.3 pthread_attr_getscope.3 \
pthread_attr.3 pthread_attr_getstack.3 \
pthread_attr.3 pthread_attr_getstackaddr.3 \
pthread_attr.3 pthread_attr_getstacksize.3 \
pthread_attr.3 pthread_attr_init.3 \
pthread_attr.3 pthread_attr_setdetachstate.3 \
pthread_attr.3 pthread_attr_setguardsize.3 \
pthread_attr.3 pthread_attr_setinheritsched.3 \
pthread_attr.3 pthread_attr_setschedparam.3 \
pthread_attr.3 pthread_attr_setschedpolicy.3 \
pthread_attr.3 pthread_attr_setscope.3 \
pthread_attr.3 pthread_attr_setstack.3 \
pthread_attr.3 pthread_attr_setstackaddr.3 \
pthread_attr.3 pthread_attr_setstacksize.3
MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
MLINKS+=pthread_condattr.3 pthread_condattr_init.3 \
pthread_condattr.3 pthread_condattr_destroy.3
MLINKS+=pthread_multi_np.3 pthread_single_np.3
MLINKS+=pthread_mutexattr.3 pthread_mutexattr_init.3 \
pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \
pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
pthread_mutexattr.3 pthread_mutexattr_settype.3
MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
pthread_schedparam.3 pthread_setschedparam.3
MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
pthread_testcancel.3 pthread_setcanceltype.3
.if !defined(NOLIBC_R) || !defined(NOLIBPTHREAD) || !defined(NOLIBTHR)
PTHREAD_MAN= pthread.3 \
pthread_attr.3 \
pthread_attr_get_np.3 \
pthread_attr_setcreatesuspend_np.3 \
pthread_cancel.3 \
pthread_cleanup_pop.3 \
pthread_cleanup_push.3 \
pthread_condattr.3 \
pthread_cond_broadcast.3 \
pthread_cond_destroy.3 \
pthread_cond_init.3 \
pthread_cond_signal.3 \
pthread_cond_timedwait.3 \
pthread_cond_wait.3 \
pthread_create.3 \
pthread_detach.3 \
pthread_equal.3 \
pthread_exit.3 \
pthread_getconcurrency.3 \
pthread_getspecific.3 \
pthread_join.3 \
pthread_key_create.3 \
pthread_key_delete.3 \
pthread_kill.3 \
pthread_main_np.3 \
pthread_multi_np.3 \
pthread_mutexattr.3 \
pthread_mutexattr_getkind_np.3 \
pthread_mutex_destroy.3 \
pthread_mutex_init.3 \
pthread_mutex_lock.3 \
pthread_mutex_timedlock.3 \
pthread_mutex_trylock.3 \
pthread_mutex_unlock.3 \
pthread_once.3 \
pthread_resume_all_np.3 \
pthread_resume_np.3 \
pthread_rwlockattr_destroy.3 \
pthread_rwlockattr_getpshared.3 \
pthread_rwlockattr_init.3 \
pthread_rwlockattr_setpshared.3 \
pthread_rwlock_destroy.3 \
pthread_rwlock_init.3 \
pthread_rwlock_rdlock.3 \
pthread_rwlock_timedrdlock.3 \
pthread_rwlock_timedwrlock.3 \
pthread_rwlock_unlock.3 \
pthread_rwlock_wrlock.3 \
pthread_schedparam.3 \
pthread_self.3 \
pthread_set_name_np.3 \
pthread_setspecific.3 \
pthread_sigmask.3 \
pthread_suspend_all_np.3 \
pthread_suspend_np.3 \
pthread_switch_add_np.3 \
pthread_testcancel.3
PTHREAD_MLINKS= pthread_attr.3 pthread_attr_destroy.3 \
pthread_attr.3 pthread_attr_getdetachstate.3 \
pthread_attr.3 pthread_attr_getguardsize.3 \
pthread_attr.3 pthread_attr_getinheritsched.3 \
pthread_attr.3 pthread_attr_getschedparam.3 \
pthread_attr.3 pthread_attr_getschedpolicy.3 \
pthread_attr.3 pthread_attr_getscope.3 \
pthread_attr.3 pthread_attr_getstack.3 \
pthread_attr.3 pthread_attr_getstackaddr.3 \
pthread_attr.3 pthread_attr_getstacksize.3 \
pthread_attr.3 pthread_attr_init.3 \
pthread_attr.3 pthread_attr_setdetachstate.3 \
pthread_attr.3 pthread_attr_setguardsize.3 \
pthread_attr.3 pthread_attr_setinheritsched.3 \
pthread_attr.3 pthread_attr_setschedparam.3 \
pthread_attr.3 pthread_attr_setschedpolicy.3 \
pthread_attr.3 pthread_attr_setscope.3 \
pthread_attr.3 pthread_attr_setstack.3 \
pthread_attr.3 pthread_attr_setstackaddr.3 \
pthread_attr.3 pthread_attr_setstacksize.3
PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \
pthread_condattr.3 pthread_condattr_init.3
PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3
PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \
pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
pthread_mutexattr.3 pthread_mutexattr_init.3 \
pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
pthread_mutexattr.3 pthread_mutexattr_settype.3
PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
pthread_schedparam.3 pthread_setschedparam.3
PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
pthread_testcancel.3 pthread_setcanceltype.3
.endif
.include <bsd.prog.mk>

View File

@ -70,8 +70,8 @@ MAN= aac.4 \
fwohci.4 \
fxp.4 \
gbde.4 \
gem.4 \
gdb.4 \
gem.4 \
geom.4 \
gif.4 \
gre.4 \
@ -147,7 +147,6 @@ MAN= aac.4 \
ncv.4 \
netgraph.4 \
netintro.4 \
ng_UI.4 \
ng_async.4 \
ng_atm.4 \
ng_atmpif.4 \
@ -158,6 +157,7 @@ MAN= aac.4 \
ng_btsocket.4 \
ng_cisco.4 \
ng_device.4 \
nge.4 \
ng_echo.4 \
ng_etf.4 \
ng_ether.4 \
@ -186,9 +186,9 @@ MAN= aac.4 \
ng_tee.4 \
ng_tty.4 \
ng_ubt.4 \
ng_UI.4 \
ng_uni.4 \
ng_vjc.4 \
nge.4 \
nmdm.4 \
nsp.4 \
null.4 \
@ -318,7 +318,10 @@ MAN= aac.4 \
MLINKS= agp.4 agpgart.4
MLINKS+=an.4 if_an.4
MLINKS+=ata.4 acd.4 ata.4 ad.4 ata.4 afd.4 ata.4 ast.4
MLINKS+=ata.4 acd.4 \
ata.4 ad.4 \
ata.4 afd.4 \
ata.4 ast.4
MLINKS+=aue.4 if_aue.4
MLINKS+=awi.4 if_awi.4
MLINKS+=axe.4 if_axe.4
@ -335,7 +338,9 @@ MLINKS+=em.4 if_em.4
MLINKS+=en.4 if_en.4
MLINKS+=faith.4 if_faith.4
MLINKS+=fatm.4 if_fatm.4
MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4
MLINKS+=fd.4 stderr.4 \
fd.4 stdin.4 \
fd.4 stdout.4
MLINKS+=fpa.4 fea.4
MLINKS+=fwe.4 if_fwe.4
MLINKS+=fxp.4 if_fxp.4
@ -347,7 +352,9 @@ MLINKS+=gx.4 if_gx.4
MLINKS+=hatm.4 if_hatm.4
MLINKS+=hme.4 if_hme.4
MLINKS+=idt.4 if_idt.4
MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipaccounting.4 ipfirewall.4 ipfw.4
MLINKS+=ipfirewall.4 ipaccounting.4 \
ipfirewall.4 ipacct.4 \
ipfirewall.4 ipfw.4
MLINKS+=kue.4 if_kue.4
MLINKS+=lge.4 if_lge.4
MLINKS+=lo.4 loop.4
@ -355,15 +362,15 @@ MLINKS+=lp.4 plip.4
MLINKS+=md.4 vn.4
MLINKS+=mem.4 kmem.4
MLINKS+=my.4 if_my.4
MLINKS+=netintro.4 net.4
MLINKS+=netintro.4 networking.4
MLINKS+=netintro.4 net.4 \
netintro.4 networking.4
MLINKS+=nge.4 if_nge.4
MLINKS+=oldcard.4 card.4
MLINKS+=patm.4 if_patm.4
MLINKS+=pccbb.4 cbb.4
MLINKS+=pcm.4 als4000.4
MLINKS+=pcm.4 emu10k1.4
MLINKS+=pcm.4 snd.4
MLINKS+=pcm.4 als4000.4 \
pcm.4 emu10k1.4 \
pcm.4 snd.4
MLINKS+=pcn.4 if_pcn.4
MLINKS+=pcvt.4 vt.4
MLINKS+=ppp.4 if_ppp.4
@ -371,10 +378,10 @@ MLINKS+=re.4 if_re.4
MLINKS+=rl.4 if_rl.4
MLINKS+=rue.4 if_rue.4
MLINKS+=sbsh.4 if_sbsh.4
MLINKS+=scsi.4 CAM.4
MLINKS+=scsi.4 SCSI.4
MLINKS+=scsi.4 cam.4
MLINKS+=scsi.4 scbus.4
MLINKS+=scsi.4 CAM.4 \
scsi.4 cam.4 \
scsi.4 scbus.4 \
scsi.4 SCSI.4
MLINKS+=sf.4 if_sf.4
MLINKS+=sis.4 if_sis.4
MLINKS+=sk.4 if_sk.4

View File

@ -1,22 +1,57 @@
# $FreeBSD$
MAN= aic.4 alpm.4 amdpm.4 apm.4 ar.4 asc.4 \
CPU_ELAN.4 cs.4 cx.4 cy.4 \
el.4 ep.4 ex.4 fe.4 gsc.4 \
ie.4 io.4 le.4 linux.4 lnc.4 longrun.4 mcd.4 \
mse.4 ndis.4 npx.4 \
pae.4 pcf.4 perfmon.4 pnp.4 pnpbios.4 \
ray.4 rdp.4 sbni.4 smapi.4 scd.4 \
spkr.4 sr.4 streams.4 svr4.4 \
viapm.4 vpd.4 vx.4 \
wd.4 wl.4 wt.4
MAN= aic.4 \
alpm.4 \
amdpm.4 \
apm.4 \
ar.4 \
asc.4 \
CPU_ELAN.4 \
cs.4 \
cx.4 \
cy.4 \
el.4 \
ep.4 \
ex.4 \
fe.4 \
gsc.4 \
ie.4 \
io.4 \
le.4 \
linux.4 \
lnc.4 \
longrun.4 \
mcd.4 \
mse.4 \
ndis.4 \
npx.4 \
pae.4 \
pcf.4 \
perfmon.4 \
pnp.4 \
pnpbios.4 \
ray.4 \
rdp.4 \
sbni.4 \
scd.4 \
smapi.4 \
spkr.4 \
sr.4 \
streams.4 \
svr4.4 \
viapm.4 \
vpd.4 \
vx.4 \
wd.4 \
wl.4 \
wt.4
MLINKS=ndis.4 if_ndis.4
MLINKS=pae.4 PAE.4
MLINKS+=spkr.4 speaker.4
MLINKS= CPU_ELAN.4 CPU_SOEKRIS.4
MLINKS+=ndis.4 if_ndis.4
MLINKS+=pae.4 PAE.4
MLINKS+=sbni.4 if_sbni.4
MLINKS+=spkr.4 speaker.4
MLINKS+=wd.4 wdc.4
MLINKS+=CPU_ELAN.4 CPU_SOEKRIS.4
MANSUBDIR=/i386

View File

@ -2,21 +2,59 @@
# $FreeBSD$
#MISSING: dump.5 plot.5
MAN= a.out.5 acct.5 bluetooth.hosts.5 bluetooth.protocols.5 \
core.5 config.5 devfs.5 device.hints.5 \
dir.5 disktab.5 drivers.conf.5 \
elf.5 ethers.5 fbtab.5 fdescfs.5 forward.5 fs.5 fstab.5 group.5 \
MAN= acct.5 \
a.out.5 \
bluetooth.hosts.5 \
bluetooth.protocols.5 \
config.5 \
core.5 \
devfs.5 \
device.hints.5 \
dir.5 \
disktab.5 \
drivers.conf.5 \
elf.5 \
ethers.5 \
fbtab.5 \
fdescfs.5 \
forward.5 \
fs.5 \
fstab.5 \
group.5 \
hesiod.conf.5 \
hosts.5 hosts.equiv.5 hosts.lpd.5 intro.5 libmap.conf.5 link.5 \
linprocfs.5 mailer.conf.5 make.conf.5 moduli.5 motd.5 msdosfs.5 \
hosts.5 \
hosts.equiv.5 \
hosts.lpd.5 \
intro.5 \
libmap.conf.5 \
link.5 \
linprocfs.5 \
mailer.conf.5 \
make.conf.5 \
moduli.5 \
motd.5 \
msdosfs.5 \
networks.5 \
nsmb.conf.5 nsswitch.conf.5 \
passwd.5 pbm.5 periodic.conf.5 \
phones.5 procfs.5 protocols.5 quota.user.5 \
rc.conf.5 remote.5 resolver.5 \
services.5 shells.5 stab.5 style.Makefile.5 sysctl.conf.5 utmp.5
nsmb.conf.5 \
nsswitch.conf.5 \
passwd.5 \
pbm.5 \
periodic.conf.5 \
phones.5 \
procfs.5 \
protocols.5 \
quota.user.5 \
rc.conf.5 \
remote.5 \
resolver.5 \
services.5 \
shells.5 \
stab.5 \
style.Makefile.5 \
sysctl.conf.5 \
utmp.5
MLINKS= dir.5 dirent.5
MLINKS= dir.5 dirent.5
MLINKS+=fs.5 inode.5
MLINKS+=hosts.equiv.5 rhosts.5
MLINKS+=msdosfs.5 msdos.5

View File

@ -2,10 +2,27 @@
# $FreeBSD$
#MISSING: eqnchar.7 ms.7 term.7
MAN= ascii.7 build.7 clocks.7 development.7 environ.7 firewall.7 \
ffs.7 hier.7 hostname.7 intro.7 maclabel.7 mailaddr.7 \
operator.7 ports.7 release.7 sdoc.7 security.7 sprog.7 \
stdint.7 tuning.7
MAN= ascii.7 \
build.7 \
clocks.7 \
development.7 \
environ.7 \
ffs.7 \
firewall.7 \
hier.7 \
hostname.7 \
intro.7 \
maclabel.7 \
mailaddr.7 \
operator.7 \
ports.7 \
release.7 \
sdoc.7 \
security.7 \
sprog.7 \
stdint.7 \
tuning.7
MLINKS= intro.7 miscellaneous.7
.include <bsd.prog.mk>

View File

@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
MAN= MAKEDEV.8 \
adding_user.8 \
MAN= adding_user.8 \
crash.8 \
diskless.8 \
intro.8 \
MAKEDEV.8 \
picobsd.8 \
rc.8 \
rc.sendmail.8 \
@ -14,9 +14,17 @@ MAN= MAKEDEV.8 \
sticky.8 \
yp.8
MLINKS= rc.8 rc.early.8 rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8
MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8
MLINKS+=rc.8 rc.d.8
MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8
MLINKS= rc.8 rc.atm.8 \
rc.8 rc.d.8 \
rc.8 rc.early.8 \
rc.8 rc.firewall.8 \
rc.8 rc.local.8 \
rc.8 rc.network.8 \
rc.8 rc.pccard.8 \
rc.8 rc.serial.8 \
rc.8 rc.shutdown.8
MLINKS+=yp.8 NIS.8 \
yp.8 nis.8 \
yp.8 YP.8
.include <bsd.prog.mk>

File diff suppressed because it is too large Load Diff