Subject: bin/24993: white space nit for usage of rlogin(1)
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <hira@po6.nsk.ne.jp>
List: netbsd-bugs
Date: 03/31/2004 21:45:51
>Number:         24993
>Category:       bin
>Synopsis:       white space nit for usage of rlogin(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 31 12:46:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kouichirou Hiratsuka
>Release:        NetBSD 2.0_BETA
>Organization:
>Environment:
System: NetBSD firefly.localdomain 2.0_BETA NetBSD 2.0_BETA (FIREFLY.MP) #0: Tue Mar 30 21:56:42 JST 2004 root@firefly.localdomain:/usr/src/sys/arch/i386/compile/FIREFLY.MP i386
Architecture: i386
Machine: i386
>Description:
	There are unnecessary white spaces in usage of rlogin(1).

% rlogin
usage: rlogin [ -8ELd] [-e char] [ -l username ] [-p port] [username@]host

>How-To-Repeat:
	rlogin

>Fix:
Index: rlogin.c
===================================================================
RCS file: /cvs/cvsroot/src/usr.bin/rlogin/rlogin.c,v
retrieving revision 1.29
diff -u -r1.29 rlogin.c
--- rlogin.c	7 Aug 2003 11:15:41 -0000	1.29
+++ rlogin.c	30 Mar 2004 12:36:25 -0000
@@ -972,7 +972,7 @@
 usage(void)
 {
 	(void)fprintf(stderr,
-	    "usage: rlogin [ -%s]%s[-e char] [ -l username ] [-p port] [username@]host\n",
+	    "usage: rlogin [-%s]%s[-e char] [-l username] [-p port] [username@]host\n",
 #ifdef KERBEROS
 #ifdef CRYPT
 	    "8EKLdx", " [-k realm] ");

>Release-Note:
>Audit-Trail:
>Unformatted: