Module Name: src
Committed By: wiz
Date: Mon May 18 12:06:01 UTC 2009
Modified Files:
src/share/man/man4: pad.4
Log Message:
Sort sections. Make HTML-ready.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/pad.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/pad.4
diff -u src/share/man/man4/pad.4:1.1 src/share/man/man4/pad.4:1.2
--- src/share/man/man4/pad.4:1.1 Sun Nov 11 17:45:19 2007
+++ src/share/man/man4/pad.4 Mon May 18 12:06:01 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: pad.4,v 1.1 2007/11/11 17:45:19 jmcneill Exp $
+.\" $NetBSD: pad.4,v 1.2 2009/05/18 12:06:01 wiz Exp $
.\"
.\" Copyright (c) 2007 Jared D. McNeill <[email protected]>
.\" All rights reserved.
@@ -45,12 +45,6 @@
from a consumer of the
.Xr audio 4
API to userland.
-.Sh EXAMPLES
-The following example streams an MP3 to an Apple AirTunes compatible device:
-.Bd -literal -offset indent
-$ rtunes - < /dev/pad0 &
-$ mpg123 -a /dev/sound1 mozart.mp3
-.Ed
.Sh FILES
The
.Nm
@@ -64,6 +58,12 @@
.It
.Pa /dev/padN
.El
+.Sh EXAMPLES
+The following example streams an MP3 to an Apple AirTunes compatible device:
+.Bd -literal -offset indent
+$ rtunes - \*[Lt] /dev/pad0 \*[Am]
+$ mpg123 -a /dev/sound1 mozart.mp3
+.Ed
.Sh SEE ALSO
.Xr audio 4
.Sh HISTORY