diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-02-07 22:45:43 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-02-07 22:45:43 +0000 |
commit | ea4f5bad05df4087e82227aa2c6ed97b0941d707 (patch) | |
tree | 3032a7c0c1d4ab2c97fef56ebf3fbf16a78e3c87 /usr.sbin/config | |
parent | f6a7683bda313ec55e162d5654a7e05aa1fa3db2 (diff) |
device -> decide; fixes PR#2382.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/config.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index b312f01114b..3e2796707b9 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.25 2001/08/05 20:34:12 hugh Exp $ +.\" $OpenBSD: config.8,v 1.26 2002/02/07 22:45:42 aaron Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -247,7 +247,7 @@ Required. Specifies the swap and dump devices which the system should use. .It config Ar bsd swap generic Otherwise, if generic is specified, the system follows generic routines to -device what should happen. +decide what should happen. .El .Pp Many other statements exist, and the file format is fairly rich; for more |