From f56003218780d423231264635bfa5eb15a538897 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 2 Jul 2023 15:29:56 -0400 Subject: [PATCH] Updated readme file with man page links --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2f2505b..d182409 100644 --- a/readme.md +++ b/readme.md @@ -7,3 +7,5 @@ The fortunes are found in (generally) `/usr/share/games/fortunes`. To create you After you save your file, use the `strfile` utility to create a `.dat` file that `fortune` can read. Offensive or potentially offensive fortunes should have `-o` appended to the file name and be placed in `/usr/share/games/fortunes/off`. + +For more information, see the [fortune(6)](https://manpages.ubuntu.com/manpages/jammy/en/man6/fortune.6.html) and (especially) [strfile(1)](https://manpages.ubuntu.com/manpages/jammy/en/man1/strfile.1.html) pages.