mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:27:45 +00:00
Base: Write some initial man pages
It ain't much, but it's honest work!
This commit is contained in:
parent
36eea6c04b
commit
fed96f455d
8 changed files with 256 additions and 0 deletions
19
Base/usr/share/man/man1/echo.md
Normal file
19
Base/usr/share/man/man1/echo.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Name
|
||||
|
||||
echo - print the given text
|
||||
|
||||
## Synopsis
|
||||
|
||||
`echo text...`
|
||||
|
||||
## Description
|
||||
|
||||
Print the given *text*, which is passed as argv, to the standard output,
|
||||
separating arguments with a space character.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ echo hello friends!
|
||||
hello friends!
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue