Skip to content

Commit 6ceaae9

Browse files
committed
man: don't use -a flag with makewhatis.
See void-package commit f73267605. Also mention that it's necessary to enable the cron daemon, not only install it.
1 parent e628247 commit 6ceaae9

File tree

1 file changed

+2
-2
lines changed
  • src/config/package-documentation

1 file changed

+2
-2
lines changed

src/config/package-documentation/man.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ be generated and updated with the
4040
[makewhatis(8)](https://man.voidlinux.org/makewhatis.8) command:
4141

4242
```
43-
# makewhatis -a
43+
# makewhatis
4444
$ apropos chroot
4545
chroot(1) - run command or interactive shell with special root directory
4646
xbps-uchroot(1) - XBPS utility to chroot and bind mount with Linux namespaces
@@ -49,7 +49,7 @@ chroot(2) - change root directory
4949
```
5050

5151
The `mdocml` package provides a cron job to update the database daily,
52-
`/etc/cron.daily/makewhatis`. You will need to install a [cron
52+
`/etc/cron.daily/makewhatis`. You will need to install and enable a [cron
5353
daemon](../cron.md) for this functionality to be activated.
5454

5555
Development and POSIX manuals are not installed by default, but are available

0 commit comments

Comments
 (0)