diff options
| author | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-24 14:33:41 +0000 |
|---|---|---|
| committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-24 14:38:08 +0000 |
| commit | 31461c8bc9c16004feae9cc17b89fd5213a09ae0 (patch) | |
| tree | 7794d8b4fa6a8537579ad88deb0cb56746d2580d | |
| parent | 29b8220b179bf0ce93c0034ec5d9f46db9092353 (diff) | |
virtual_oss.8: Use `.Pa` macro to refer to devices
Suggested by: christos
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
| -rw-r--r-- | usr.sbin/virtual_oss/virtual_oss/virtual_oss.8 | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8 b/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8 index 4db4492a0842..fe93f36fc116 100644 --- a/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8 +++ b/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd May 21, 2026 +.Dd June 24, 2026 .Dt VIRTUAL_OSS 8 .Os .Sh NAME @@ -142,17 +142,24 @@ The sixth argument gives the amplitude, default is zero or no gain. Set control device name. .It Fl P Ar devname Set playback DSP device only. -Specifying /dev/null is magic and means no playback device. +Specifying +.Pa /dev/null +is magic and means no playback device. Specifying a .Xr sndio 7 -device descriptor prefixed by "/dev/sndio/" is also magic, and will use a sndio -backend rather than an OSS device. +device descriptor prefixed by +.Pa /dev/sndio/ +is also magic, and will use a sndio backend rather than an OSS device. .It Fl O Ar devname Set playback DSP device only which acts as a master device. -This option is used in conjunction with -R /dev/null . +This option is used in conjunction with +.Fl R +.Pa /dev/null . .It Fl R Ar devname Set recording DSP device only. -Specifying /dev/null is magic and means no recording device. +Specifying +.Pa /dev/null +is magic and means no recording device. .It Fl f Ar devname Set both playback and recording DSP device .It Fl w Ar name @@ -164,7 +171,9 @@ Create an OSS device by given name. Create a loopback OSS device by given name. .It Fl L Ar name Create a loopback OSS device which acts as a master device. -This option is used in conjunction with -f /dev/null . +This option is used in conjunction with +.Fl f +.Pa /dev/null . .It Fl F Ar size Set receive filter size in number of samples or <milliseconds>ms for the next device to be created. |
