Add "getopt_long" and "getopt_long_only" in .SH NAME line.

This commit is contained in:
Michael Kerrisk 2007-05-12 00:54:32 +00:00
parent 99ed1fdaeb
commit b2ad03aad1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
.\"
.TH GETOPT 3 2004-07-28 "GNU" "Linux Programmer's Manual"
.SH NAME
getopt \- Parse command-line options
getopt, getopt_long, getopt_long_only \- Parse command-line options
.SH SYNOPSIS
.nf
.B #include <unistd.h>