diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-05 20:34:13 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-05 20:34:13 +0000 |
commit | e44e6580914034020fd8bebb4eda65836d295910 (patch) | |
tree | 97a1ae09ac45ab5452e9638ee6c77b0570ee4f32 | |
parent | 5ca339059739993cf28dedb08db9254a6ff011b4 (diff) |
Make manual match source string.
Spotted by Heikki Korpela.
-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 873752e31fd..b312f01114b 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.24 2001/07/20 19:09:47 mpech Exp $ +.\" $OpenBSD: config.8,v 1.25 2001/08/05 20:34:12 hugh Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -242,7 +242,7 @@ warnings will be printed for each duplicate value. This is convenient when used with the .Va include directive. -.It config Ar bsd root on "dev [swap on dev [and dev ...]] [dump on dev [and dev ...]]" +.It config Ar bsd root on "dev [swap on dev [and dev ...]] [dumps on dev [and dev ...]]" Required. Specifies the swap and dump devices which the system should use. .It config Ar bsd swap generic |