浏览代码

man: improve grammar

Rui Alves 5 年之前
父节点
当前提交
aa36609be5
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/common/man.md

+ 4 - 4
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}}`