Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Can't log in right on console to accounts in CAPS. Message-ID: <7920@auspex.auspex.com> Date: 19 May 91 18:52:49 GMT References: <26859@adm.brl.mil> <1991May12.214724.18394@chinet.chi.il.us> <1991May13.211229.1947@sugra.uucp> Organization: Auspex Systems, Santa Clara Lines: 23 >Or, do a 'stty -lcase'. This is standard Unix "you just gota know" trivia. >I have yet to find this option in *ANY* man page. Apparently you're unlucky, then. From the SunOS 4.0.3 man page: ... Combination Modes ... [-]lcase Set xcase, iuclc, and olcuc. With a `-', unset them. [-]LCASE Same as lcase (-lcase). Similar things occur in the 4.3-tahoe man page: lcase map upper case to lower case -lcase do not map case and in just about every *other* UNIX "stty" man page I've seen.