summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-15 13:20:42 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-15 13:20:42 +0000
commitcb331b0ee085bc2ba1663399fc7049849e177280 (patch)
treef37ca0dc6b692af86266eec71c3c3fe1a107c0e8 /lib/libc
parentcc0d1d660c1eb03c51da76b827d52317f832deb2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/ftok.34
-rw-r--r--lib/libc/stdlib/malloc.36
-rw-r--r--lib/libc/string/strtok.39
-rw-r--r--lib/libc/sys/aio_cancel.22
-rw-r--r--lib/libc/sys/aio_error.22
-rw-r--r--lib/libc/sys/aio_read.24
-rw-r--r--lib/libc/sys/aio_return.22
-rw-r--r--lib/libc/sys/aio_suspend.22
-rw-r--r--lib/libc/sys/aio_write.22
-rw-r--r--lib/libc/sys/execve.28
-rw-r--r--lib/libc/sys/sendfile.213
11 files changed, 29 insertions, 25 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index b0a8a2324c20..dc67fb81a976 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -23,10 +23,10 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ftok.3,v 1.9 1998/03/19 07:33:54 charnier Exp $
+.\" $Id: ftok.3,v 1.10 1998/06/10 04:24:18 jdp Exp $
.Dd June 24, 1994
.Os
-.Dt ftok 3
+.Dt FTOK 3
.Sh NAME
.Nm ftok
.Nd create IPC identifier from path name
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 123a7a5db763..1ec4b6e74544 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
-.\" $Id: malloc.3,v 1.19 1999/08/14 07:33:15 chris Exp $
+.\" $Id: malloc.3,v 1.17.2.2 1999/08/14 07:34:38 chris Exp $
.\"
.Dd August 27, 1996
.Dt MALLOC 3
@@ -274,7 +274,7 @@ is still available and intact.
The
.Fn free
function returns no value.
-.Sh "DEBUGGING MALLOC PROBLEMS"
+.Sh DEBUGGING MALLOC PROBLEMS
.Pp
The major difference between this implementation and other allocation
implementations is that the free pages are not accessed unless allocated,
@@ -333,7 +333,7 @@ would be prohibitive.
There are a number of allocation implementations available on the 'Net
which focus on detecting and pinpointing problems by trading performance
for extra sanity checks and detailed diagnostics.
-.Sh "DIAGNOSTIC MESSAGES
+.Sh DIAGNOSTIC MESSAGES
If
.Fn malloc ,
.Fn calloc ,
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 027d5dd39096..76c66f695703 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -160,8 +160,9 @@ value.
Since this implementation always alters the next starting point,
such a sequence of calls would always return
.Dv NULL .
-.Sh AUTHOR
-Wes Peters, Softweyr LLC:
-.Xr <wes@softweyr.com>
+.Sh AUTHORS
+.An Wes Peters, Softweyr LLC: Aq wes@softweyr.com
.br
-Based on the FreeBSD 3.0 implementation.
+Based on the
+.Fx 3.0
+implementation.
diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2
index 5adbdb8e949c..7018e0c4e7c4 100644
--- a/lib/libc/sys/aio_cancel.2
+++ b/lib/libc/sys/aio_cancel.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: aio_cancel.2,v 1.3 1999/07/01 21:13:06 mpp Exp $
+.\" $Id: aio_cancel.2,v 1.4 1999/08/15 09:51:20 mpp Exp $
.\"
.Dd June 2, 1999
.Dt AIO_CANCEL 2
diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2
index cedc5d9ec9f9..3f2c5dc4e11f 100644
--- a/lib/libc/sys/aio_error.2
+++ b/lib/libc/sys/aio_error.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: aio_error.2,v 1.3 1999/07/01 21:13:06 mpp Exp $
+.\" $Id: aio_error.2,v 1.4 1999/08/15 09:51:20 mpp Exp $
.\"
.Dd June 2, 1999
.Dt AIO_ERROR 2
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index 5718b39c2500..ae132d4b333c 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: aio_read.2,v 1.2 1999/07/01 13:31:30 kris Exp $
+.\" $Id: aio_read.2,v 1.1.2.1 1999/07/01 13:32:31 kris Exp $
.\"
.Dd November 17, 1998
.Dt AIO_READ 2
@@ -181,7 +181,7 @@ The
.Nm
Function first appeared in
.Fx 3.0 .
-.Sh AUTHOR
+.Sh AUTHORS
This
manual page was written by
.An Terry Lambert Aq terry@whistle.com .
diff --git a/lib/libc/sys/aio_return.2 b/lib/libc/sys/aio_return.2
index 804452f9c3e6..73b15c5eba40 100644
--- a/lib/libc/sys/aio_return.2
+++ b/lib/libc/sys/aio_return.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: aio_return.2,v 1.3 1999/07/01 21:13:06 mpp Exp $
+.\" $Id: aio_return.2,v 1.4 1999/08/15 09:51:21 mpp Exp $
.\"
.Dd June 2, 1999
.Dt AIO_RETURN 2
diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2
index 5df78b4d8047..4cdc10d2e027 100644
--- a/lib/libc/sys/aio_suspend.2
+++ b/lib/libc/sys/aio_suspend.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: aio_suspend.2,v 1.3 1999/07/01 21:13:06 mpp Exp $
+.\" $Id: aio_suspend.2,v 1.4 1999/08/15 09:51:21 mpp Exp $
.\"
.Dd June 2, 1999
.Dt AIO_SUSPEND 2
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2
index 04ecf201e85a..0be3346c207b 100644
--- a/lib/libc/sys/aio_write.2
+++ b/lib/libc/sys/aio_write.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: aio_write.2,v 1.2 1999/07/01 21:09:57 mpp Exp $
+.\" $Id: aio_write.2,v 1.3 1999/08/15 09:51:21 mpp Exp $
.\"
.Dd June 2, 1999
.Dt AIO_WRITE 2
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 04a0ea7a0377..1a30802eebad 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)execve.2 8.5 (Berkeley) 6/1/94
-.\" $Id: execve.2,v 1.13 1999/08/14 06:17:24 chris Exp $
+.\" $Id: execve.2,v 1.11.2.2 1999/08/14 06:19:20 chris Exp $
.\"
.Dd June 1, 1994
.Dt EXECVE 2
@@ -273,14 +273,14 @@ the real
is ``root'', then the program has some of the powers
of a super-user as well.
.Sh SEE ALSO
+.Xr ktrace 1 ,
.Xr _exit 2 ,
.Xr fork 2 ,
.Xr execl 3 ,
.Xr exit 3 ,
.Xr sysctl 3 ,
-.Xr mount 8 ,
-.Xr ktrace 1 ,
-.Xr environ 7
+.Xr environ 7 ,
+.Xr mount 8
.Sh HISTORY
The
.Fn execve
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2
index 9dc626d7f902..0f56a73d04d2 100644
--- a/lib/libc/sys/sendfile.2
+++ b/lib/libc/sys/sendfile.2
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: sendfile.2,v 1.2 1998/11/06 19:35:58 dg Exp $
+.\" $Id: sendfile.2,v 1.2.2.1 1999/07/26 09:39:47 sheldonh Exp $
.\"
.Dd November 5, 1998
.Dt SENDFILE 2
@@ -140,13 +140,16 @@ If specified, the number of bytes successfully sent will be returned in
.El
.Sh SEE ALSO
.Xr open 2 ,
-.Xr socket 2 ,
.Xr send 2 ,
+.Xr socket 2 ,
.Xr writev 2
.Sh HISTORY
.Fn sendfile
-first appeared in FreeBSD 3.0.
-This manual page first appeared in FreeBSD 3.1.
+first appeared in
+.Fx 3.0 .
+This manual page first appeared in
+.Fx 3.1 .
.Sh AUTHORS
.Fn sendfile
-and this manual page were written by David Greenman <dg@root.com>.
+and this manual page were written by
+.An David Greenman Aq dg@root.com .