summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-10-04 02:47:49 +0000
committerguenther <guenther@openbsd.org>2012-10-04 02:47:49 +0000
commite23836ebe47ea67625b734e4430f904309f0bdb5 (patch)
tree29dcbc8cd3c4f4b810bebed57ff168b06692b8a1
parentDon't include <mips64/archtype.h> unless you really need it. (diff)
downloadwireguard-openbsd-e23836ebe47ea67625b734e4430f904309f0bdb5.tar.xz
wireguard-openbsd-e23836ebe47ea67625b734e4430f904309f0bdb5.zip
FRELE() has a second argument now
-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