diff options
| author | ruki <[email protected]> | 2023-10-18 11:11:18 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-18 11:11:18 -0500 |
| commit | 7dd4fa1b3fc96433bbf02dd49a0b87f2272aac24 (patch) | |
| tree | 82f2b2bb22ee8b64f49c52d26ea37d154cd95d24 | |
| parent | 3d3b46495dc9f144586389804761f0ceba0ea265 (diff) | |
| parent | 0d0e9cf581bb408651b1dfa2a4eff153cbb4a616 (diff) | |
Merge pull request #4301 from linqigang888/fix_typos_in_manpages
Fix typos in manpages
| -rw-r--r-- | scripts/man/xmake.1 | 4 | ||||
| -rw-r--r-- | scripts/man/xrepo.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/man/xmake.1 b/scripts/man/xmake.1 index eca67ddca..33a287c92 100644 --- a/scripts/man/xmake.1 +++ b/scripts/man/xmake.1 @@ -124,7 +124,7 @@ Print lots of verbose information for users. .TP .B \-\-root -Allow to run xmake as root. +Allow one to run xmake as root. .TP .B \-D, \-\-diagnosis @@ -151,7 +151,7 @@ file. Change to the given project directory. Search priority: 1. The Given Command Argument - 2. The Envirnoment Variable: \fBXMAKE_PROJECT_DIR\fR + 2. The Environment Variable: \fBXMAKE_PROJECT_DIR\fR 3. The Current Directory diff --git a/scripts/man/xrepo.1 b/scripts/man/xrepo.1 index 7106ea830..dfb0f4a63 100644 --- a/scripts/man/xrepo.1 +++ b/scripts/man/xrepo.1 @@ -90,7 +90,7 @@ Input yes by default if need user confirm. .TP .B \-\-root -Allow to run xrepo as root. +Allow one to run xrepo as root. .TP .B \-v, \-\-verbose |
