commit 512cb553d9f4324bfa9f6a16940d6ce72a2c96fb parent 63ea0c5fd7125ec934e0308de7a0d5e870efe38c Author: phoebos <ben@bvnf.space> Date: Sun, 31 Mar 2024 23:29:47 +0100 blog: misc Diffstat:
M | blog/010-kiss-misc.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/010-kiss-misc.html b/blog/010-kiss-misc.html @@ -23,7 +23,7 @@ KISS_TMPDIR=${KISS_TMPDIR:-/tmp} case $1 in</pre></code> as well as a copy of <code>log()</code> from kiss itself.</p> -<p>Firstly, one to update the man page database after installation. This is quicker than running just plain `makewhatis` because it only updates entries for the added files. + <p>Firstly, one to update the man page database after installation. This is quicker than running just plain <code>makewhatis</code> because it only updates entries for the added files. <code><pre>post-install) man="$(kiss mani "$PKG" | grep '/usr/share/man/man./.')" || :