diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2021-11-20 03:13:38 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2021-11-20 03:13:38 +0000 |
commit | 363a2f7d9e7141898d0af93a8a725c8ed299fc56 (patch) | |
tree | 7f09c13de775616f55e61ceafe113e29476ae058 /usr.sbin/config/config.8 | |
parent | 26312d90c4fe73bed255cb7b312ade38a5159c79 (diff) |
When cmdfile is specified, use lines from it for all input, not just
commands. This allows complex actions like changing device
parameters to be done with a command file.
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index ab48c1314ed..d098faa3242 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.74 2021/11/02 22:26:46 kn Exp $ +.\" $OpenBSD: config.8,v 1.75 2021/11/20 03:13:37 jcs Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)config.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: November 2 2021 $ +.Dd $Mdocdate: November 20 2021 $ .Dt CONFIG 8 .Os .Sh NAME @@ -110,7 +110,8 @@ directories above the build directory). For kernel modification, the options are as follows: .Bl -tag -width Ds .It Fl c Ar cmdfile -Read commands from the specified file instead of the standard input. +Read commands and answers from the specified file instead of the standard +input. Save and quit automatically when the end of file is reached. .It Fl e Allows the modification of kernel device configuration (see |