diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 20:41:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 20:41:37 +0000 |
commit | 2ef0fcd8b962bcffb32d86279babe95b43af440c (patch) | |
tree | f040e3a0cb9d4eaaf2667fa2e1ca527f8978b8b8 /usr.bin | |
parent | 52f98599eef2616bb2701a7bfd1613d2b2bcbfd7 (diff) |
rearrange examples so they expand properly;
also a little less whitespace;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/audioctl/audioctl.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/audioctl/audioctl.1 b/usr.bin/audioctl/audioctl.1 index 1db3df4debf..4957cf298a7 100644 --- a/usr.bin/audioctl/audioctl.1 +++ b/usr.bin/audioctl/audioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audioctl.1,v 1.15 2003/06/10 09:12:09 jmc Exp $ +.\" $OpenBSD: audioctl.1,v 1.16 2003/10/22 20:41:36 jmc Exp $ .\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -102,10 +102,11 @@ are reset when the device is opened. This can be circumvented like so: .Pp .Dl $ (cat file.au; audioctl -f /dev/stdout -a) > /dev/audio -.Pp or -.Pp -.Dl $ (audioctl -f /dev/stdout -w blocksize=1024; cat file.au) > /dev/audio +.Bd -literal -offset indent -compact +$ (audioctl -f /dev/stdout -w blocksize=1024; cat file.au) \e + > /dev/audio +.Ed .Sh SEE ALSO .Xr mixerctl 1 , .Xr audio 4 , |