From aa36609be54d2cda894cd2d915e064bc7d371f1a Mon Sep 17 00:00:00 2001 From: Rui Alves Date: Sat, 12 Oct 2019 16:46:52 +0100 Subject: [PATCH] man: improve grammar --- pages/common/man.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/man.md b/pages/common/man.md index 1cf1bf60d..e7a31279e 100644 --- a/pages/common/man.md +++ b/pages/common/man.md @@ -2,19 +2,19 @@ > Format and display manual pages. -- Display man page for a command: +- Display the man page for a command: `man {{command}}` -- Display man page for a command from section 7: +- Display the man page for a command from section 7: `man {{command}}.{{7}}` -- Display path searched for manpages: +- Display the path searched for manpages: `man --path` -- Display location of a manpage rather than the manpage itself: +- Display the location of a manpage rather than the manpage itself: `man -w {{command}}`