Module Name:    src
Committed By:   mlelstv
Date:           Fri Mar 29 07:49:38 UTC 2019

Modified Files:
        src/usr.sbin/wsmuxctl: wsmuxctl.c

Log Message:
expand error message to also list wsbell as valid name.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/wsmuxctl/wsmuxctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/wsmuxctl/wsmuxctl.c
diff -u src/usr.sbin/wsmuxctl/wsmuxctl.c:1.13 src/usr.sbin/wsmuxctl/wsmuxctl.c:1.14
--- src/usr.sbin/wsmuxctl/wsmuxctl.c:1.13	Fri Mar 29 07:47:33 2019
+++ src/usr.sbin/wsmuxctl/wsmuxctl.c	Fri Mar 29 07:49:38 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmuxctl.c,v 1.13 2019/03/29 07:47:33 mlelstv Exp $ */
+/* $NetBSD: wsmuxctl.c,v 1.14 2019/03/29 07:49:38 mlelstv Exp $ */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@ parsedev(const char *dev, struct wsmux_d
 		mdev->type = WSMUX_BELL;
 		return;
 	}
-	errx(1, "bad device: `%s', use wsmouse, wskdb, or wsmux", dev);
+	errx(1, "bad device: `%s', use wsmouse, wskdb, wsmux or wsbell", dev);
 }
 
 static void

Reply via email to