diff options
| author | wiz <wiz@NetBSD.org> | 2019-11-12 12:50:30 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2019-11-12 12:50:30 +0000 |
| commit | bfb9269cf605e1d64862ff67afc31ac47ca840fc (patch) | |
| tree | e5d4f18b8c98d9c58268e37e285278407de5a584 | |
| parent | 623906ea916855f166545d3e7cd30ba75f3f4619 (diff) | |
Remove list of audio drivers, moved to audio(4).
| -rw-r--r-- | usr.bin/audio/play/audioplay.1 | 52 |
1 files changed, 2 insertions, 50 deletions
diff --git a/usr.bin/audio/play/audioplay.1 b/usr.bin/audio/play/audioplay.1 index ac5e84156ad..3e94bced1ff 100644 --- a/usr.bin/audio/play/audioplay.1 +++ b/usr.bin/audio/play/audioplay.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audioplay.1,v 1.28 2019/11/11 11:04:15 wiz Exp $ +.\" $NetBSD: audioplay.1,v 1.29 2019/11/12 12:50:30 wiz Exp $ .\" .\" Copyright (c) 1998, 1999, 2002, 2010, 2019 Matthew R. Green .\" All rights reserved. @@ -191,55 +191,7 @@ hardware driver. .Sh SEE ALSO .Xr audioctl 1 , .Xr audiorecord 1 , -.Xr arcofi 4 , -.Xr aria 4 , -.Xr audio 4 , -.Xr auich 4 , -.Xr auixp 4 , -.\" .Xr ausoc 4 , -.Xr autri 4 , -.Xr auvia 4 , -.Xr bba 4 , -.Xr btsco 4 , -.Xr clcs 4 , -.Xr clct 4 , -.Xr cmpci 4 , -.Xr dreamcast/aica 4 , -.Xr eap 4 , -.Xr emuxki 4 , -.Xr esm 4 , -.Xr eso 4 , -.Xr ess 4 , -.Xr fms 4 , -.Xr gcscaudio 4 , -.Xr gus 4 , -.Xr guspnp 4 , -.Xr hdafg 4 , -.Xr hppa/harmony 4 , -.Xr macppc/awacs 4 , -.Xr macppc/snapper 4 , -.Xr neo 4 , -.Xr pad 4 , -.Xr pas 4 , -.\" .Xr paud 4 , -.\" .Xr repluse 4 , -.Xr sb 4 , -.Xr sgimips/haltwo 4 , -.Xr sgimips/mavb 4 , -.Xr sparc/audioamd 4 , -.Xr sparc/dbri 4 , -.Xr sv 4 , -.\" .Xr toccata 4 , -.Xr uaudio 4 , -.\" .Xr vaudio 4 , -.\" .Xr vcaudio 4 , -.\" .Xr vraiu 4 , -.\" .Xr vsaudio 4 , -.Xr wss 4 , -.Xr x68k/vs 4 , -.Xr yds 4 , -.Xr ym 4 -.\" .Xr zaudio 4 +.Xr audio 4 .Sh HISTORY The .Nm |
