Base: Fix minor typos in man pages

This commit is contained in:
Andreas Kling 2019-09-28 23:06:22 +02:00
parent 3de4b99dc3
commit dba74abe93
Notes: sideshowbarker 2024-07-19 11:54:08 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
md - render markdown documents
## Synposis
## Synopsis
```**sh
$ md [--html] [input-file.md]

View File

@ -2,7 +2,7 @@
pipe, pipe2 - create a pipe
## Synposis
## Synopsis
```**c++
#include <unistd.h>