diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:20:24 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:20:24 +0100 |
| commit | f00dd8631e7032e8aa6a2ce21b0963ccc4b2971b (patch) | |
| tree | ab6478b4f1e684f329e42e7ad4c06687b93fa98a | |
| parent | Minor fixes to alsause.1 and README (diff) | |
| download | alsause-f00dd8631e7032e8aa6a2ce21b0963ccc4b2971b.tar.gz alsause-f00dd8631e7032e8aa6a2ce21b0963ccc4b2971b.tar.bz2 alsause-f00dd8631e7032e8aa6a2ce21b0963ccc4b2971b.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | alsause.1 | 10 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ NAME alsause - Set default ALSA PCM device -SYNPOSIS +SYNOPSIS alsause [(-r | name | card:device) [command [argument] ...]] DESCRIPTION @@ -12,7 +12,7 @@ DESCRIPTION devices, otherwise it will set the default ALSA PCM device. If command is specified, alsause will run that command with the default - ALSA PCM device set only for that process and it's child processes. + ALSA PCM device set only for that process and its child processes. OPTIONS The alsause utility conforms to the Base Definitions volume of @@ -1,7 +1,7 @@ .TH ALSAUSE 1 ALSAUSE .SH NAME alsause - Set default ALSA PCM device -.SH SYNPOSIS +.SH SYNOPSIS .B alsause .RB [( \-r | @@ -28,7 +28,7 @@ is specified, .B alsause will run that command with the default ALSA PCM device set only for that process -and it's child processes. +and its child processes. .SH OPTIONS The .B alsause @@ -69,7 +69,7 @@ None. The following environment variable affects the execution of .TP .I HOME -Used to override the path to the user's home directroy. +Used to override the path to the user's home directory. .TP .I PATH Determine the location of the @@ -84,7 +84,7 @@ utility. .SH ASYNCHRONOUS EVENTS Default. .SH STDOUT -If no option or operand is specified, each ALSA PCM device is the form: +If no option or operand is specified, each ALSA PCM device is of the form: .RS \fB\(dq%u:%u\et%s - %s\en\(dq,\fP <\fIcard number\fP>\fB,\fP <\fIdevice number\fP>\fB,\fP <\fIcard name\fP>\fB,\fP <\fIdevice name\fP> @@ -96,7 +96,7 @@ utility does not write to standard output. .SH STDERR The standard error is only used for diagnostic messages. .SH OUTPUT FILES -If the the default ALSA PCM device is set, the +If the default ALSA PCM device is set, the .B alsause utility may create, modify, replace, or unlink the file .I .asoundrc |
