mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
28
Base/usr/share/man/man1/aplay.md
Normal file
28
Base/usr/share/man/man1/aplay.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
## Name
|
||||
|
||||
aplay - play a sound
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ aplay [--loop] <path>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
This program plays a sound specified in `path` through AudioServer.
|
||||
|
||||
## Options
|
||||
|
||||
* `-l`, `--loop`: Loop playback
|
||||
|
||||
## Arguments
|
||||
|
||||
* `path`: Path to audio file
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ aplay ~/sound.wav
|
||||
$ aplay -l ~/music.wav
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue