Module Name:    src
Committed By:   jruoho
Date:           Sun Jul  3 20:36:34 UTC 2011

Modified Files:
        src/lib/libc/sys: revoke.2

Log Message:
But use .Xr (and not .Fn) with references to external functions.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/sys/revoke.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/revoke.2
diff -u src/lib/libc/sys/revoke.2:1.13 src/lib/libc/sys/revoke.2:1.14
--- src/lib/libc/sys/revoke.2:1.13	Sun Jul  3 20:34:52 2011
+++ src/lib/libc/sys/revoke.2	Sun Jul  3 20:36:34 2011
@@ -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

Reply via email to