From 94fa347d6678a6380172553ff8f8eb082f75f2a5 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 3 Jul 2000 13:29:04 +0000 Subject: [PATCH] Remove the use of a dash in the usage, since this isn't in keeping with other utilities which offer similar functionality. This change was discussed with ache, who brought in the ability to use a dash to represent stdin in comcontrol. --- sbin/comcontrol/comcontrol.8 | 2 +- sbin/comcontrol/comcontrol.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 0efe9892d5d7..417552008bee 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -7,7 +7,7 @@ .Nd control a special tty device .Sh SYNOPSIS .Nm comcontrol -.Ar special_device | Fl +.Ar special_device .Op dtrwait Ar number .Op drainwait Ar number .Sh DESCRIPTION diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index ad77b988b70c..4b823e236330 100644 --- a/sbin/comcontrol/comcontrol.c +++ b/sbin/comcontrol/comcontrol.c @@ -45,7 +45,7 @@ static void usage() { fprintf(stderr, - "usage: comcontrol |- [dtrwait ] [drainwait ]\n"); + "usage: comcontrol [dtrwait ] [drainwait ]\n"); exit(1); }