summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/vidcontrol.c
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1995-02-08 01:07:16 +0000
committerdima <dima@FreeBSD.org>1995-02-08 01:07:16 +0000
commitae6eee4ee58921170e28f030c5c4e9dd64a819d2 (patch)
treeb69ec31bd8caae264333af01d66220095bfa1514 /usr.sbin/vidcontrol/vidcontrol.c
parent6863615c3f5217967c1de9c1d49facd3e7a5cbdf (diff)
downloadFreeBSD-src-ae6eee4ee58921170e28f030c5c4e9dd64a819d2.zip
FreeBSD-src-ae6eee4ee58921170e28f030c5c4e9dd64a819d2.tar.gz
Fixed usage() (cosmetic changes. "(string)" looks much better
than "(string" :-)
Diffstat (limited to 'usr.sbin/vidcontrol/vidcontrol.c')
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c
index f46d75e..4793102 100644
--- a/usr.sbin/vidcontrol/vidcontrol.c
+++ b/usr.sbin/vidcontrol/vidcontrol.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: vidcontrol.c,v 1.6 1995/01/30 21:44:07 sos Exp sos $
+ * $Id: vidcontrol.c,v 1.7 1995/02/07 11:56:21 sos Exp $
*/
#include <ctype.h>
@@ -404,9 +404,9 @@ usage()
" fgcol bgcol (set fore- & background colors)\n"
" -r fgcol bgcol (set reverse fore- & background colors)\n"
" -b color (set border color)\n"
-" -c normal (set cursor to inverting block\n"
-" -c blink (set cursor to blinking inverted block\n"
-" -c destructive (set cursor to blinking destructive char\n"
+" -c normal (set cursor to inverting block)\n"
+" -c blink (set cursor to blinking inverted block)\n"
+" -c destructive (set cursor to blinking destructive char)\n"
" -d (dump screenmap to stdout)\n"
" -l filename (load srceenmap file filename)\n"
" -L (load default screenmap)\n"
OpenPOWER on IntegriCloud