Print this page
9659 Missing man page for getopt_long(3C)

*** 12,22 **** # # Copyright 2011, Richard Lowe # Copyright 2018 Nexenta Systems, Inc. # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> ! # Copyright 2016 Joyent, Inc. # include $(SRC)/Makefile.master MANSECT= 3c --- 12,23 ---- # # Copyright 2011, Richard Lowe # Copyright 2018 Nexenta Systems, Inc. # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> ! # Copyright 2018 Joyent, Inc. ! # Copyright 2018 Jason King # include $(SRC)/Makefile.master MANSECT= 3c
*** 175,184 **** --- 176,186 ---- getloadavg.3c \ getlogin.3c \ getmntent.3c \ getnetgrent.3c \ getopt.3c \ + getopt_long.3c \ getpagesize.3c \ getpagesizes.3c \ getpass.3c \ getpeerucred.3c \ getpriority.3c \
*** 851,860 **** --- 853,864 ---- gethomelgroup.3c \ gethrvtime.3c \ getlogin_r.3c \ getmntany.3c \ getnetgrent_r.3c \ + getopt_long_only.3c \ + getopt_long_clip.3c \ getpassphrase.3c \ getpwent.3c \ getpwent_r.3c \ getpwnam_r.3c \ getpwuid.3c \
*** 1827,1836 **** --- 1831,1843 ---- innetgr.3c := LINKSRC = getnetgrent.3c setnetgrent.3c := LINKSRC = getnetgrent.3c get_nprocs_conf.3c := LINKSRC = get_nprocs.3c + getopt_long_clip.3c := LINKSRC = getopt_long.3c + getopt_long_only.3c := LINKSRC = getopt_long.3c + getpassphrase.3c := LINKSRC = getpass.3c setpriority.3c := LINKSRC = getpriority.3c setprogname.3c := LINKSRC = getprogname.3c