aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-16 11:39:35 +0200
committerWynn Wolf Arbor2020-05-16 11:39:35 +0200
commit9599e2b5daad3db0e9e536fef20bb75a7b0ad0b6 (patch)
tree113e5b02d65f0db2b21b519deb573e02009d6a5e
parentb5fe3282d2d44d858990639cb7d13aae53e07170 (diff)
downloadkern-9599e2b5daad3db0e9e536fef20bb75a7b0ad0b6.tar.gz
Mention the base template in kern.1
Since fragment merging will fail if the base template does not exist, make sure to mention it in the manual.
-rw-r--r--kern.15
1 files changed, 3 insertions, 2 deletions
diff --git a/kern.1 b/kern.1
index e1b1d2e..79dcad2 100644
--- a/kern.1
+++ b/kern.1
@@ -1,4 +1,4 @@
-.Dd May 4, 2020
+.Dd May 16, 2020
.Dt KERN 1
.Os
.Sh NAME
@@ -87,7 +87,8 @@ argument can be any kernel name understood by that backend, for example
.Pp
If no kernel is given, this command determines the latest available kernel automatically.
.It Sy config Op Ar template
-Configures the kernel with the given
+Configures the kernel using the base
+template and the given
.Xr kernfrag 7
.Em template .
.Pp