X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Ftset.1;h=14290f9249d40e55fa5f9f65b9672568993e3e1d;hp=c011f792c9ba759b3317306da6d4b24ee153b2d8;hb=61d8ae54ff6acd69e9dab2afb21591d44c46ee1f;hpb=a8e3f06ac309504143cd56ac9ec55889bfdf4914 diff --git a/man/tset.1 b/man/tset.1 index c011f792..14290f92 100644 --- a/man/tset.1 +++ b/man/tset.1 @@ -26,14 +26,15 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: tset.1,v 1.49 2017/04/16 21:30:15 tom Exp $ +.\" $Id: tset.1,v 1.52 2017/11/20 01:27:53 tom Exp $ .TH @TSET@ 1 "" .ie \n(.g .ds `` \(lq .el .ds `` `` .ie \n(.g .ds '' \(rq .el .ds '' '' .de bP -.IP \(bu 4 +.ie n .IP \(bu 4 +.el .IP \(bu 2 .. .SH NAME \fB@TSET@\fR, \fB@RESET@\fR \- terminal initialization @@ -55,7 +56,7 @@ standard output, .bP standard input and .bP -ultimately \*(lq/dev/tty\*(rq +ultimately \*(``/dev/tty\*('' .PP to obtain terminal settings. Having retrieved these settings, \fB@TSET@\fP remembers which @@ -296,7 +297,7 @@ that he began work in October 1977, continuing development over the next few years. .PP In September 1980, Eric Allman modified \fBtset\fP, -adding the code from the existing \*(lqreset\*(rq +adding the code from the existing \*(``reset\*('' feature when \fBtset\fP was invoked as \fBreset\fP. Rather than simply copying the existing program, in this merged version, \fBtset\fP used the termcap database @@ -324,7 +325,7 @@ In fact, the commonly-used \fBreset\fP utility is always an alias for \fBtset\fP. .PP The \fB@TSET@\fR utility provides for backward-compatibility with BSD -environments (under most modern UNIXes, \fB/etc/inittab\fR and \fIgetty\fR(1) +environments (under most modern UNIXes, \fB/etc/inittab\fR and \fBgetty\fR(1) can set \fBTERM\fR appropriately for each dial-up line; this obviates what was \fB@TSET@\fR's most important use). This implementation behaves like 4.4BSD \fBtset\fP, with a few exceptions specified here.