diff --git a/pages/linux/man.md b/pages/linux/man.md index bed367459a..e41b01cbe5 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}}`