Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys But use .Xr (and not .Fn) with references to ex...
details: https://anonhg.NetBSD.org/src/rev/41a70cd68644
branches: trunk
changeset: 766901:41a70cd68644
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sun Jul 03 20:36:34 2011 +0000
description:
But use .Xr (and not .Fn) with references to external functions.
diffstat:
lib/libc/sys/revoke.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r bb296ef83a67 -r 41a70cd68644 lib/libc/sys/revoke.2
--- a/lib/libc/sys/revoke.2 Sun Jul 03 20:34:52 2011 +0000
+++ b/lib/libc/sys/revoke.2 Sun Jul 03 20:36:34 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: revoke.2,v 1.13 2011/07/03 20:34:52 jruoho Exp $
+.\" $NetBSD: revoke.2,v 1.14 2011/07/03 20:36:34 jruoho Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,11 +52,11 @@
.Fa path .
Subsequent operations on any such descriptors
fail, with the exceptions that a
-.Fn read
+.Xr read 2
from a character device file which has been revoked
returns a count of zero (end of file),
and a
-.Fn close
+.Xr close 2
call will succeed.
If the file is a special file for a device which is open,
the device close function
Home |
Main Index |
Thread Index |
Old Index