OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / llseek.2
index 8f3d7e8..8932cee 100644 (file)
@@ -1,5 +1,7 @@
 .\" Copyright (C) 1995 Andries Brouwer (aeb@cwi.nl)
+.\" Written 10 June 1995 by Andries Brouwer <aeb@cwi.nl>
 .\"
+.\" %%%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.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.\" Written 10 June 1995 by Andries Brouwer <aeb@cwi.nl>
 .\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com>
 .\"
-.TH LLSEEK 2 2007-06-01 "Linux" "Linux Programmer's Manual"
+.TH LLSEEK 2 2012-07-13 "Linux" "Linux Programmer's Manual"
 .SH NAME
 _llseek \- reposition read/write file offset
 .SH SYNOPSIS
@@ -35,6 +37,9 @@ _llseek \- reposition read/write file offset
 .BI "            unsigned long " offset_low ", loff_t *" result ,
 .BI "            unsigned int " whence );
 .fi
+
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
 .SH DESCRIPTION
 The
 .BR _llseek ()
@@ -54,7 +59,7 @@ or
 respectively.
 It returns the resulting file position in the argument
 .IR result .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 Upon successful completion,
 .BR _llseek ()
 returns 0.
@@ -73,12 +78,12 @@ Problem with copying results to user space.
 .B EINVAL
 .I whence
 is invalid.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 This function is Linux-specific, and should not be used in programs
 intended to be portable.
 .SH NOTES
 Glibc does not provide a wrapper for this system call; call it using
 .BR syscall (2).
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR lseek (2),
 .BR lseek64 (3)