diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 23:06:22 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 23:06:22 +0200 |
commit | dba74abe939f4bc9d738361cafd2fa67010aad33 (patch) | |
tree | 7252579a969246b4cecf7930619b3c498a5474d0 /Base/usr/share | |
parent | 3de4b99dc34ca8fc29ad323a36800347eaebaa65 (diff) | |
download | serenity-dba74abe939f4bc9d738361cafd2fa67010aad33.zip |
Base: Fix minor typos in man pages
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man1/md.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man2/pipe.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/md.md b/Base/usr/share/man/man1/md.md index 836dd35839..22d999953a 100644 --- a/Base/usr/share/man/man1/md.md +++ b/Base/usr/share/man/man1/md.md @@ -2,7 +2,7 @@ md - render markdown documents -## Synposis +## Synopsis ```**sh $ md [--html] [input-file.md] diff --git a/Base/usr/share/man/man2/pipe.md b/Base/usr/share/man/man2/pipe.md index e09cb463a5..020f85151e 100644 --- a/Base/usr/share/man/man2/pipe.md +++ b/Base/usr/share/man/man2/pipe.md @@ -2,7 +2,7 @@ pipe, pipe2 - create a pipe -## Synposis +## Synopsis ```**c++ #include <unistd.h> |