OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / getopt.3
index 494c3d9..26794f4 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,7 +20,8 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
-.\" License.
+.\" %%%LICENSE_END
+.\"
 .\" Modified Sat Jul 24 19:27:50 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Modified Mon Aug 30 22:02:34 1995 by Jim Van Zandt <jrv@vanzandt.mv.com>
 .\"  longindex is a pointer, has_arg can take 3 values, using consistent
@@ -269,7 +271,7 @@ as "\-\-" can indicate a long option.
 If an option that starts with \(aq\-\(aq
 (not "\-\-") doesn't match a long option, but does match a short option,
 it is parsed as a short option instead.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 If an option was successfully found, then
 .BR getopt ()
 returns the option character.
@@ -313,7 +315,7 @@ wildcard expansion and so should not be considered as options.
 This behavior was removed in
 .BR bash (1)
 version 2.01, but the support remains in glibc.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .TP
 .BR getopt ():
 POSIX.2 and POSIX.1-2001,
@@ -509,5 +511,5 @@ main(int argc, char **argv)
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR getsubopt (3)