From bceb4b932d02250a5d87a581bf9c20eb14b681c1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:14:47 +0300 Subject: [PATCH] man: add clarification to `--html` (#13490) Co-authored-by: spageektti --- pages/linux/man.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/man.md b/pages/linux/man.md index c5fc60646..db1698a79 100644 --- a/pages/linux/man.md +++ b/pages/linux/man.md @@ -7,7 +7,7 @@ `man {{command}}` -- Open the man page for a command in a browser: +- Open the man page for a command in a browser (requires the `BROWSER` variable to be set): `man --html {{command}}`