diff options
author | 2006-02-06 15:36:57 +0000 | |
---|---|---|
committer | 2006-02-06 15:36:57 +0000 | |
commit | 8b8af5d7c9d629dbb3b71b538052b07d7a960265 (patch) | |
tree | e7bbed754bda7a70948cd95f7e8e73d0c999145b | |
parent | - use biwise flags (diff) | |
download | wireguard-openbsd-8b8af5d7c9d629dbb3b71b538052b07d7a960265.tar.xz wireguard-openbsd-8b8af5d7c9d629dbb3b71b538052b07d7a960265.zip |
tweaks;
-rw-r--r-- | share/man/man4/radio.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/radio.4 b/share/man/man4/radio.4 index 8f9a617a6a4..15169c6b8b1 100644 --- a/share/man/man4/radio.4 +++ b/share/man/man4/radio.4 @@ -1,5 +1,5 @@ .\" $RuOBSD: radio.4,v 1.4 2001/10/26 05:38:43 form Exp $ -.\" $OpenBSD: radio.4,v 1.24 2006/02/05 23:52:57 jakemsr Exp $ +.\" $OpenBSD: radio.4,v 1.25 2006/02/06 15:36:57 jmc Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -122,12 +122,12 @@ field is the frequency in kHz the card is tuned to. .Pp The .Va tuner_mode -field is current tuning mode of the tuner. +field is the current tuning mode of the tuner. Valid modes are: .Pp .Bl -tag -width indent -compact .It Dv RADIO_TUNER_MODE_RADIO -The tuner operates in Fm radio mode. +The tuner operates in FM radio mode. .It Dv RADIO_TUNER_MODE_TV The tuner operates in TV mode. .El |