From 2ef0fcd8b962bcffb32d86279babe95b43af440c Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 22 Oct 2003 20:41:37 +0000 Subject: rearrange examples so they expand properly; also a little less whitespace; --- usr.bin/audioctl/audioctl.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'usr.bin') 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 , -- cgit v1.2.3