Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Markup improvement.
details: https://anonhg.NetBSD.org/src/rev/ba6efe72d841
branches: trunk
changeset: 533915:ba6efe72d841
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Jul 10 22:24:32 2002 +0000
description:
Markup improvement.
diffstat:
lib/libc/sys/lseek.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r def6bc0e1da3 -r ba6efe72d841 lib/libc/sys/lseek.2
--- a/lib/libc/sys/lseek.2 Wed Jul 10 22:22:29 2002 +0000
+++ b/lib/libc/sys/lseek.2 Wed Jul 10 22:24:32 2002 +0000
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -116,10 +116,10 @@
will fail and the file pointer will remain unchanged if:
.Bl -tag -width Er
.It Bq Er EBADF
-.Em Fildes
+.Fa fildes
is not an open file descriptor.
.It Bq Er ESPIPE
-.Em Fildes
+.Fa fildes
is associated with a pipe, socket, or FIFO.
.It Bq Er EINVAL
.Fa whence
Home |
Main Index |
Thread Index |
Old Index