diff options
author | Wynn Wolf Arbor | 2020-05-16 11:39:35 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-16 11:39:35 +0200 |
commit | 9599e2b5daad3db0e9e536fef20bb75a7b0ad0b6 (patch) | |
tree | 113e5b02d65f0db2b21b519deb573e02009d6a5e /kern.1 | |
parent | b5fe3282d2d44d858990639cb7d13aae53e07170 (diff) | |
download | kern-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.
Diffstat (limited to 'kern.1')
-rw-r--r-- | kern.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |