minix/man/man3/Makefile
Ben Gras 0c3983b25a update/fix manpage support
. add bsd-style MLINKS to minix man set, restoring aliases
	  (e.g. man add64 -> int64)
	. update daily cron script to run makewhatis and restore makewhatis
	  in man Makefile (makedb), restores functionality of man -k
	. netbsd imports of man, mdocml, makewhatis, libutil, apropos
	. update man.conf with manpage locations, restoring man [-s] <section>
	. throws out some obsolete manpages
2011-09-28 15:24:15 +00:00

207 lines
6.4 KiB
Makefile

MAN= abort.3 abs.3 assert.3 atof.3 bstring.3 configfile.3 \
crypt.3 ctime.3 ctype.3 directory.3 dirname.3 \
editline.3 end.3 execl.3 exit.3 fabs.3 fclose.3 \
feholdexcept.3 ferror.3 fesetround.3 fnmatch.3 fopen.3 \
fpclassify.3 fread.3 fseek.3 getaddrinfo.3 getc.3 getcontext.3 \
getcwd.3 getdtablesize.3 getenv.3 getgrent.3 getloadavg.3 getlogin.3 \
getopt.3 getopt_long.3 getpass.3 getpwent.3 getrlimit.3 \
gets.3 getservent.3 getttyent.3 g_h_b_n.3 hton.3 int64.3 \
islessgreater.3 ldexp.3 makecontext.3 malloc.3 nearbyint.3 newctime.3 \
newstrftime.3 newtzset.3 oneC_sum.3 openpty.3 popen.3 \
printf.3 putc.3 puts.3 qsort.3 rand.3 random.3 rcmd.3 \
readv.3 realpath.3 regex.3 remainder.3 resolver.3 scanf.3 \
servxcheck.3 setbuf.3 setjmp.3 sigset.3 sleep.3 stdarg.3 \
stdio.3 string.3 strtol.3 syslog.3 system.3 termcap.3 \
termios.3 time2posix.3 ttyname.3 ttyslot.3 ungetc.3 fetch.3 md5.3 \
sha1.3
MLINKS += md5.3 MD5Init.3
MLINKS += md5.3 MD5Update.3
MLINKS += md5.3 MD5Final.3
MLINKS += md5.3 MD5End.3
MLINKS += md5.3 MD5File.3
MLINKS += sha1.3 SHA1Update.3
MLINKS += sha1.3 SHA1Init.3
MLINKS += sha1.3 SHA1Final.3
MLINKS += sha1.3 SHA1Transform.3
MLINKS += sha1.3 SHA1End.3
MLINKS += sha1.3 SHA1File.3
MLINKS += atof.3 atoi.3
MLINKS += bstring.3 bcopy.3
MLINKS += bstring.3 bcmp.3
MLINKS += bstring.3 bzero.3
MLINKS += configfile.3 config_read.3
MLINKS += configfile.3 config_delete.3
MLINKS += configfile.3 config_renewed.3
MLINKS += configfile.3 config_length.3
MLINKS += configfile.3 config_issub.3
MLINKS += configfile.3 config_isatom.3
MLINKS += ctime.3 localtime.3
MLINKS += ctime.3 difftime.3
MLINKS += ctime.3 gmtime.3
MLINKS += ctime.3 localtime.3
MLINKS += ctype.3 isalpha.3
MLINKS += ctype.3 isupper.3
MLINKS += ctype.3 islower.3
MLINKS += ctype.3 isdigit.3
MLINKS += ctype.3 isxdigit.3
MLINKS += ctype.3 isalnum.3
MLINKS += ctype.3 isspace.3
MLINKS += ctype.3 ispunct.3
MLINKS += ctype.3 isprint.3
MLINKS += ctype.3 isgraph.3
MLINKS += ctype.3 iscntrl.3
MLINKS += ctype.3 isascii.3
MLINKS += ctype.3 toupper.3
MLINKS += ctype.3 tolower.3
MLINKS += directory.3 opendir.3
MLINKS += directory.3 readdir.3
MLINKS += directory.3 rewinddir.3
MLINKS += directory.3 closedir.3
MLINKS += directory.3 telldir.3
MLINKS += end.3 etext.3
MLINKS += execl.3 execv.3
MLINKS += execl.3 execle.3
MLINKS += execl.3 execlp.3
MLINKS += execl.3 execvp.3
MLINKS += execl.3 exec.3
MLINKS += ferror.3 feof.3
MLINKS += ferror.3 clearerr.3
MLINKS += fopen.3 freopen.3
MLINKS += fpclassify.3 isfinite.3
MLINKS += fpclassify.3 isinf.3
MLINKS += fpclassify.3 isnan.3
MLINKS += fpclassify.3 isnormal.3
MLINKS += fseek.3 fseeko.3
MLINKS += fseek.3 ftell.3
MLINKS += fseek.3 ftello.3
MLINKS += g_h_b_n.3 gethostbyname.3
MLINKS += g_h_b_n.3 gethostbyaddr.3
MLINKS += g_h_b_n.3 gethostent.3
MLINKS += g_h_b_n.3 sethostent.3
MLINKS += g_h_b_n.3 endhostent.3
MLINKS += getaddrinfo.3 freeaddrinfo.3
MLINKS += getaddrinfo.3 gai_strerror.3
MLINKS += getc.3 getchar.3
MLINKS += getc.3 fgetc.3
MLINKS += getgrent.3 getgrnam.3
MLINKS += getgrent.3 getgrgid.3
MLINKS += getgrent.3 setgrent.3
MLINKS += getgrent.3 endgrent.3
MLINKS += getpwent.3 getpwnam.3
MLINKS += getpwent.3 getpwuid.3
MLINKS += getpwent.3 setpwent.3
MLINKS += getpwent.3 endpwent.3
MLINKS += getservent.3 getservbyport.3
MLINKS += getservent.3 getservbyname.3
MLINKS += getservent.3 setservent.3
MLINKS += getttyent.3 getttynam.3
MLINKS += getttyent.3 setttyent.3
MLINKS += hton.3 htons.3
MLINKS += hton.3 htonl.3
MLINKS += hton.3 ntohs.3
MLINKS += int64.3 add64.3
MLINKS += int64.3 add64u.3
MLINKS += int64.3 add64ul.3
MLINKS += int64.3 sub64.3
MLINKS += int64.3 sub64u.3
MLINKS += int64.3 sub64ul.3
MLINKS += int64.3 diff64.3
MLINKS += int64.3 bsr64.3
MLINKS += int64.3 cvu64.3
MLINKS += int64.3 cvul64.3
MLINKS += int64.3 cv64u.3
MLINKS += int64.3 cv64ul.3
MLINKS += int64.3 div64.3
MLINKS += int64.3 div64u.3
MLINKS += int64.3 div64u64.3
MLINKS += int64.3 rem64.3
MLINKS += int64.3 rem64u.3
MLINKS += int64.3 mul64.3
MLINKS += int64.3 mul64u.3
MLINKS += int64.3 cmp64.3
MLINKS += int64.3 cmp64u.3
MLINKS += int64.3 cmp64ul.3
MLINKS += int64.3 ex64lo.3
MLINKS += int64.3 ex64hi.3
MLINKS += islessgreater.3 isgreater.3
MLINKS += islessgreater.3 isgreaterequal.3
MLINKS += islessgreater.3 isless.3
MLINKS += islessgreater.3 islessequal.3
MLINKS += ldexp.3 scalbn.3
MLINKS += ldexp.3 scalbnf.3
MLINKS += ldexp.3 scalbln.3
MLINKS += malloc.3 free.3
MLINKS += malloc.3 realloc.3
MLINKS += malloc.3 calloc.3
MLINKS += nearbyint.3 ceil.3
MLINKS += nearbyint.3 floor.3
MLINKS += printf.3 fprintf.3
MLINKS += printf.3 sprintf.3
MLINKS += printf.3 snprintf.3
MLINKS += printf.3 vprintf.3
MLINKS += printf.3 vfprintf.3
MLINKS += printf.3 vsprintf.3
MLINKS += putc.3 putchar.3
MLINKS += putc.3 fputc.3
MLINKS += random.3 srandom.3
MLINKS += random.3 initstate.3
MLINKS += rcmd.3 rresvport.3
MLINKS += regex.3 regcomp.3
MLINKS += regex.3 regexec.3
MLINKS += regex.3 regerror.3
MLINKS += resolver.3 res_query.3
MLINKS += resolver.3 res_search.3
MLINKS += resolver.3 res_mkquery.3
MLINKS += resolver.3 res_send.3
MLINKS += resolver.3 res_init.3
MLINKS += resolver.3 dn_comp.3
MLINKS += scanf.3 fscanf.3
MLINKS += scanf.3 sscanf.3
MLINKS += scanf.3 vscanf.3
MLINKS += scanf.3 vfscanf.3
MLINKS += setjmp.3 longjmp.3
MLINKS += setjmp.3 _setjmp.3
MLINKS += setjmp.3 _longjmp.3
MLINKS += setjmp.3 sigsetjmp.3
MLINKS += sigset.3 sigaddset.3
MLINKS += sigset.3 sigdelset.3
MLINKS += sigset.3 sigemptyset.3
MLINKS += sigset.3 sigfillset.3
MLINKS += string.3 strcat.3
MLINKS += string.3 strncat.3
MLINKS += string.3 strcmp.3
MLINKS += string.3 strncmp.3
MLINKS += string.3 strcpy.3
MLINKS += string.3 strncpy.3
MLINKS += string.3 strlen.3
MLINKS += string.3 strchr.3
MLINKS += string.3 strrchr.3
MLINKS += string.3 strerror.3
MLINKS += string.3 memcmp.3
MLINKS += string.3 memcpy.3
MLINKS += string.3 memmove.3
MLINKS += string.3 memchr.3
MLINKS += string.3 memset.3
MLINKS += string.3 index.3
MLINKS += strtol.3 strtoll.3
MLINKS += strtol.3 strtoul.3
MLINKS += syslog.3 openlog.3
MLINKS += termcap.3 tgetent.3
MLINKS += termcap.3 tgetnum.3
MLINKS += termcap.3 tgetflag.3
MLINKS += termcap.3 tgetstr.3
MLINKS += termcap.3 tgoto.3
MLINKS += termios.3 tcgetattr.3
MLINKS += termios.3 tcsetattr.3
MLINKS += termios.3 cfgetispeed.3
MLINKS += termios.3 cfgetospeed.3
MLINKS += termios.3 cfsetispeed.3
MLINKS += termios.3 cfsetospeed.3
MLINKS += termios.3 tcsendbreak.3
MLINKS += termios.3 tcdrain.3
MLINKS += termios.3 tcflush.3
.include <bsd.man.mk>
.include <bsd.subdir.mk>