From 0d32539122bd21ec587c3e749e49400676c8a11e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:10:45 +0200 Subject: [PATCH] man: update page (#12205) --- pages/linux/man.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/man.md b/pages/linux/man.md index bed367459..e41b01cbe 100644 --- a/pages/linux/man.md +++ b/pages/linux/man.md @@ -7,6 +7,10 @@ `man {{command}}` +- Open the man page for a command in a browser: + +`man --html {{command}}` + - Display the man page for a command from section 7: `man {{7}} {{command}}`