diff options
| author | jmmv <jmmv@NetBSD.org> | 2004-01-05 23:23:32 +0000 |
|---|---|---|
| committer | jmmv <jmmv@NetBSD.org> | 2004-01-05 23:23:32 +0000 |
| commit | b635f565e79be3e8b465479a54de27a228f2a2e6 (patch) | |
| tree | 73a984b41730daf1aceb4876dc2abfff591f9a2a /sbin/slattach | |
| parent | 62a68c898b3cc89e6aca4b8209e511a5d5e34038 (diff) | |
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/slattach.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 26b84d70b17..c4aa1515c79 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -1,4 +1,4 @@ -/* $NetBSD: slattach.c,v 1.27 2003/08/07 10:04:40 agc Exp $ */ +/* $NetBSD: slattach.c,v 1.28 2004/01/05 23:23:33 jmmv Exp $ */ /* * Copyright (c) 1988, 1993 @@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ #if 0 static char sccsid[] = "@(#)slattach.c 8.2 (Berkeley) 1/7/94"; #else -__RCSID("$NetBSD: slattach.c,v 1.27 2003/08/07 10:04:40 agc Exp $"); +__RCSID("$NetBSD: slattach.c,v 1.28 2004/01/05 23:23:33 jmmv Exp $"); #endif #endif /* not lint */ @@ -170,7 +170,7 @@ usage() { (void)fprintf(stderr, - "Usage: %s [-t ldisc] [-hHlmn] [-s baudrate] ttyname\n", + "usage: %s [-t ldisc] [-hHlmn] [-s baudrate] ttyname\n", getprogname()); exit(1); } |
