summaryrefslogtreecommitdiff
path: root/sbin/raidctl/raidctl.8
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 /sbin/raidctl/raidctl.8
parent2691c8ebf81cc6c9bc38a691a6a7d8f8405bd361 (diff)
fifo -> FIFO
ok millert@
Diffstat (limited to 'sbin/raidctl/raidctl.8')
-rw-r--r--sbin/raidctl/raidctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8
index 1ccabf2e724..66e9eca8625 100644
--- a/sbin/raidctl/raidctl.8
+++ b/sbin/raidctl/raidctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raidctl.8,v 1.28 2003/02/13 08:23:40 jmc Exp $
+.\" $OpenBSD: raidctl.8,v 1.29 2003/04/02 19:00:26 jmc Exp $
.\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -360,7 +360,7 @@ START queue
fifo 100
.Ed
.Pp
-where the queuing method is specified as fifo (first-in, first-out),
+where the queuing method is specified as FIFO (First-In, First-Out),
and the size of the per-component queue is limited to 100 requests.
Other queuing methods may also be specified, but a discussion of them
is beyond the scope of this document.