From e554983ef261a0d45ddd20bd23caf47106d3773c Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mon, 30 Jul 2012 14:44:30 +0200 Subject: Add usage stanzas for tty.conf and serial.conf --- init/serial.conf | 1 + init/tty.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'init') diff --git a/init/serial.conf b/init/serial.conf index dcf7df43..b938b0ce 100644 --- a/init/serial.conf +++ b/init/serial.conf @@ -28,3 +28,4 @@ instance $DEV respawn pre-start exec /sbin/securetty $DEV exec /sbin/agetty /dev/$DEV $SPEED vt100-nav +usage 'DEV=ttySX SPEED=Y - where X is console id and Y is baud rate' diff --git a/init/tty.conf b/init/tty.conf index fca6388e..2b2cecd4 100644 --- a/init/tty.conf +++ b/init/tty.conf @@ -7,3 +7,4 @@ stop on runlevel [S016] respawn instance $TTY exec /sbin/mingetty $TTY +usage 'tty TTY=/dev/ttyX - where X is console id' -- cgit v1.2.1