summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-10-04 02:47:50 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-10-04 02:47:50 +0000
commit02f35d5431bb0a3b460c7ea9538769c94699f136 (patch)
tree53f2064ef9f2e9f7aed40123734456aec57f3400 /share/man
parentd562a4d97a393cd79917c3087499bbd06f215b2e (diff)
FRELE() has a second argument now
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/file.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/file.9 b/share/man/man9/file.9
index c31144e697a..7e492db518a 100644
--- a/share/man/man9/file.9
+++ b/share/man/man9/file.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: file.9,v 1.10 2007/05/31 19:20:00 jmc Exp $
+.\" $OpenBSD: file.9,v 1.11 2012/10/04 02:47:49 guenther Exp $
.\"
.\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: October 4 2012 $
.Dt FILE 9
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Ft void
.Fn FREF "struct file *fp"
.Ft void
-.Fn FRELE "struct file *fp"
+.Fn FRELE "struct file *fp" "struct proc *p"
.Ft struct file *
.Fn fd_getfile "struct filedesc *fdp" "int fd"
.Ft int