summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-02 19:00:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-02 19:00:27 +0000
commit530363072a62a5e606ef0bbf54711a8ba7c7ba4d (patch)
treea95158f5ffd80befaa7175f9562653a8df6ec3f0 /share/man
parent2691c8ebf81cc6c9bc38a691a6a7d8f8405bd361 (diff)
fifo -> FIFO
ok millert@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/vnode.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index ec2a8c2a3bc..1f7c604d750 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnode.9,v 1.15 2003/03/08 23:17:18 jmc Exp $
+.\" $OpenBSD: vnode.9,v 1.16 2003/04/02 19:00:26 jmc Exp $
.\"
.\" Copyright (c) 2001 Constantine Sapuntzakis
.\" All rights reserved.
@@ -211,7 +211,7 @@ There is no safe way of defining new v_tags for loadable file systems.
The v_tag attribute is read-only.
.Pp
The v_type attribute indicates what type of file (e.g. directory,
-regular, fifo) this vnode is.
+regular, FIFO) this vnode is.
This is used by the generic code to ensure for various checks.
For example, the
.Xr read 2