OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / close.2
index a2a2961..4126778 100644 (file)
@@ -1,8 +1,7 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" This manpage is Copyright (C) 1992 Drew Eckhardt;
 .\"                               1993 Michael Haardt, Ian Jackson.
 .\"
+.\" %%%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.
@@ -22,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified Wed Jul 21 22:40:25 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified Sat Feb 18 15:27:48 1995 by Michael Haardt
@@ -61,7 +61,7 @@ if the descriptor was the last reference to a file which has been
 removed using
 .BR unlink (2)
 the file is deleted.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR close ()
 returns zero on success.
 On error, \-1 is returned, and
@@ -81,7 +81,7 @@ call was interrupted by a signal; see
 .TP
 .B EIO
 An I/O error occurred.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
 .\" SVr4 documents an additional ENOLINK error condition.
 .SH NOTES
@@ -122,7 +122,7 @@ that may cause unintended side effects.
 .\" call has restared after ERESTARTSYS, the original system call will
 .\" later restart with the reused file descriptor. This is most likely a
 .\" serious programming error.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR fcntl (2),
 .BR fsync (2),
 .BR open (2),