summaryrefslogtreecommitdiff
path: root/share/man/man9/file.9
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2007-04-03 06:37:38 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2007-04-03 06:37:38 +0000
commit0b45bc778bf28956e8a1f802d31ef447422b520d (patch)
tree3c8185daa5d731a6fcbdcc67443e42b21116c54a /share/man/man9/file.9
parent197dd4fd469f573243f0fa2108f0f7c8fd01e0bf (diff)
put "CODE REFERENCES" before "SEE ALSO" for consistency
ok jmc@
Diffstat (limited to 'share/man/man9/file.9')
-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 e0bc02890da..09cc194a8bf 100644
--- a/share/man/man9/file.9
+++ b/share/man/man9/file.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: file.9,v 1.8 2006/11/08 08:23:33 jmc Exp $
+.\" $OpenBSD: file.9,v 1.9 2007/04/03 06:37:37 jasper Exp $
.\"
.\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -110,8 +110,6 @@ and
.Fn FRELE
are cheap to use, there is no reason to risk introducing bugs by
not using them.
-.Sh SEE ALSO
-.Xr vnode 9
.Sh CODE REFERENCES
The majority of those functions are implemented in
.Pa sys/kern/kern_descrip.c .
@@ -119,3 +117,5 @@ The function prototypes and the macros are located in
.Pa sys/sys/file.h
and
.Pa sys/sys/filedesc.h .
+.Sh SEE ALSO
+.Xr vnode 9