Sun Mar 15 08:02:02 2009 UTC ()
".The" is not a valid macro, fix up.


(joerg)
diff -r1.29 -r1.30 src/lib/libc/sys/write.2

cvs diff -r1.29 -r1.30 src/lib/libc/sys/write.2 (expand / switch to unified diff)

--- src/lib/libc/sys/write.2 2006/10/13 20:58:50 1.29
+++ src/lib/libc/sys/write.2 2009/03/15 08:02:02 1.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: write.2,v 1.29 2006/10/13 20:58:50 wiz Exp $ 1.\" $NetBSD: write.2,v 1.30 2009/03/15 08:02:02 joerg Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1991, 1993 3.\" Copyright (c) 1980, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -209,27 +209,27 @@ was less than or equal to 0, or greater  @@ -209,27 +209,27 @@ was less than or equal to 0, or greater
209One of the 209One of the
210.Fa iov_len 210.Fa iov_len
211values in the 211values in the
212.Fa iov 212.Fa iov
213array was negative. 213array was negative.
214.It Bq Er EINVAL 214.It Bq Er EINVAL
215The sum of the 215The sum of the
216.Fa iov_len 216.Fa iov_len
217values in the 217values in the
218.Fa iov 218.Fa iov
219array overflowed a 32-bit integer. 219array overflowed a 32-bit integer.
220.El 220.El
221.Pp 221.Pp
222.The 222The
223.Fn pwrite 223.Fn pwrite
224and 224and
225.Fn pwritev 225.Fn pwritev
226calls may also return the following errors: 226calls may also return the following errors:
227.Bl -tag -width Er 227.Bl -tag -width Er
228.It Bq Er EINVAL 228.It Bq Er EINVAL
229The specified file offset is invalid. 229The specified file offset is invalid.
230.It Bq Er ESPIPE 230.It Bq Er ESPIPE
231The file descriptor is associated with a pipe, socket, or FIFO. 231The file descriptor is associated with a pipe, socket, or FIFO.
232.El 232.El
233.Sh SEE ALSO 233.Sh SEE ALSO
234.Xr fcntl 2 , 234.Xr fcntl 2 ,
235.Xr lseek 2 , 235.Xr lseek 2 ,