diff options
author | grog <grog@FreeBSD.org> | 2004-02-17 04:53:47 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2004-02-17 04:53:47 +0000 |
commit | d2b4a8b4985d81b91a5eb17a024136589efcc9c3 (patch) | |
tree | 9a6c48ebb6dea6d1f466854e91af98daceb43f22 /sbin/conscontrol | |
parent | 431761e4b895aa32a61980529ad520375dda9797 (diff) | |
download | FreeBSD-src-d2b4a8b4985d81b91a5eb17a024136589efcc9c3.zip FreeBSD-src-d2b4a8b4985d81b91a5eb17a024136589efcc9c3.tar.gz |
Explain what console names are valid.
Diffstat (limited to 'sbin/conscontrol')
-rw-r--r-- | sbin/conscontrol/conscontrol.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/conscontrol/conscontrol.8 b/sbin/conscontrol/conscontrol.8 index 6a8010d..894045d 100644 --- a/sbin/conscontrol/conscontrol.8 +++ b/sbin/conscontrol/conscontrol.8 @@ -78,6 +78,11 @@ Add or delete a physical device from the logical console. The device must support low-level console operations. Adding a device will place it at the front of the list of console devices; the first device is used for the high level console. +.Pp +.Ar console +is the name of a console device in +.Pa /dev ; +the name of the directory may be omitted. .It Cm mute on | off Change the state of console muting. All console output is suppressed when console muting is |