Markup improvement.
This commit is contained in:
parent
98c072db3b
commit
d0cb86c2c8
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: lseek.2,v 1.16 2002/02/08 01:28:18 ross Exp $
|
.\" $NetBSD: lseek.2,v 1.17 2002/07/10 22:24:32 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1991, 1993
|
.\" Copyright (c) 1980, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -116,10 +116,10 @@ the error.
|
||||||
will fail and the file pointer will remain unchanged if:
|
will fail and the file pointer will remain unchanged if:
|
||||||
.Bl -tag -width Er
|
.Bl -tag -width Er
|
||||||
.It Bq Er EBADF
|
.It Bq Er EBADF
|
||||||
.Em Fildes
|
.Fa fildes
|
||||||
is not an open file descriptor.
|
is not an open file descriptor.
|
||||||
.It Bq Er ESPIPE
|
.It Bq Er ESPIPE
|
||||||
.Em Fildes
|
.Fa fildes
|
||||||
is associated with a pipe, socket, or FIFO.
|
is associated with a pipe, socket, or FIFO.
|
||||||
.It Bq Er EINVAL
|
.It Bq Er EINVAL
|
||||||
.Fa whence
|
.Fa whence
|
||||||
|
|
Loading…
Reference in New Issue