diff options
author | Kyle Anthony Williams <kyle.anthony.williams2@gmail.com> | 2022-02-01 14:10:43 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-28 14:01:41 +0100 |
commit | f5c517015d32ea9cb4b7160cf73993af6db5f2fb (patch) | |
tree | 4c1148a78d025e49f03fd68c414756d9589299a0 | |
parent | 2266020bc0db8917683cc580d9971a5379f81ec8 (diff) | |
download | serenity-f5c517015d32ea9cb4b7160cf73993af6db5f2fb.zip |
Base: Change gist of Shell man page
Pre-patch, the man page encased the name of the program in quotes,
which is inconsistent with other man pages, unnecessarily
repeated "Shell" in the gist, and included "the" in the gist,
which is also inconsistent with other man pages.
-rw-r--r-- | Base/usr/share/man/man1/Shell.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/Shell.md b/Base/usr/share/man/man1/Shell.md index 51860da982..667b3ed217 100644 --- a/Base/usr/share/man/man1/Shell.md +++ b/Base/usr/share/man/man1/Shell.md @@ -1,6 +1,6 @@ ## Name -`Shell` - Shell, the command language interpreter +Shell - command language interpreter ## Synopsis |