summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-01-10 22:13:07 +0000
committerjmc <jmc@openbsd.org>2009-01-10 22:13:07 +0000
commited71ede006699413c62373c0cbf28957a4d7ab5d (patch)
treee01f93439b9e60182705a6437923e09bca9eaf1a
parentdont include mfs_extern.h here (diff)
downloadwireguard-openbsd-ed71ede006699413c62373c0cbf28957a4d7ab5d.tar.xz
wireguard-openbsd-ed71ede006699413c62373c0cbf28957a4d7ab5d.zip
tweak previous;
-rw-r--r--usr.bin/aucat/aucat.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1
index 03a58e7f74c..9f9462ac56e 100644
--- a/usr.bin/aucat/aucat.1
+++ b/usr.bin/aucat/aucat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aucat.1,v 1.42 2009/01/10 20:02:28 ratchov Exp $
+.\" $OpenBSD: aucat.1,v 1.43 2009/01/10 22:13:07 jmc Exp $
.\"
.\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -107,7 +107,7 @@ Loopback mode.
Instead of using an audio device, send input streams
to the output, processing them on the fly.
This mode is useful to mix, demultiplex, resample or reencode
-audio files off-line.
+audio files offline.
.It Fl o Ar file
Add this file to the list of files in which to store recorded samples.
If the option argument is
@@ -349,7 +349,7 @@ both:
$ aucat -r 96000 -C 2:3 -o file1.raw -C 6:7 -o file2.raw
.Ed
.Pp
-The following will split a stereo file in two mono files:
+The following will split a stereo file into two mono files:
.Bd -literal -offset indent
$ aucat -n -i stereo.wav -C 0:0 -o left.wav -C 1:1 -o right.wav
.Ed