1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Add additional details to an old til

This commit is contained in:
jbranchaud
2016-10-01 00:29:32 -05:00
parent af32b0ea7d
commit b3fd44850e

View File

@@ -4,3 +4,5 @@ You can use the `apropos` command with a keyword argument to search for that
words occurrence throughout all the man pages on your system. For instance, words occurrence throughout all the man pages on your system. For instance,
invoking `apropos whatis` will bring up a list of entries including the invoking `apropos whatis` will bring up a list of entries including the
`apropos` command itself. `apropos` command itself.
See `man apropos` for more details.