Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!lll-winken.llnl.gov!noc.near.net!news.mathworks.com!tank.news.pipex.net!pipex!news.sprintlink.net!in2.uu.net!spstimes.sps.mot.com!newsdist.sps.mot.com!newsgate.sps.mot.com!sathi!tusharp From: tusharp@oakhill.sps.mot.com (Tushar Patel,430,X8847) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: stty with option "-D"? Date: 21 Aug 1995 18:57:21 GMT Organization: Motorola Semiconductor Products Sector Lines: 20 Distribution: world Message-ID: <41akuh$lku@newsgate.sps.mot.com> References: <419qks$r3c@bonnie.tcd-dresden.de> Reply-To: tusharp@oakhill.sps.mot.com NNTP-Posting-Host: sathi.sps.mot.com Tushar Patel <tushar@ecpi.com> wrote: >I want to make my stty work with the -D option. What do I need to >do? Do I have to recompile the kernel? >What the hell should the -D option be? -D Display or set the system default settings rather than those for the current device. The system defaults are used when a device is initially opened. The system defaults may be set only by the superuser. STANDARDS The stty function is expected to be IEEE Std1003.2 (``POSIX'') compati- ble. The -e and -D options are extensions to the standard. The slip, tty and flushout keywords are extensions to the standard. Tushar Patel