util-linux/misc-utils
Sami Kerola eabb42c7c3 logger: mention long option in logger man page
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-03-08 12:05:39 +01:00
..
.gitignore build-sys: add term-utils/.gitignore 2011-03-02 14:29:34 +01:00
Makefile.am logger: support long options 2011-03-08 11:55:28 +01:00
README.cal Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
README.ddate build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
README.flushb build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
README.namei Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
README.namei2 build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
README.reset build-sys: fix README filenames and add missing files to EXTRA_DISTs 2007-02-08 12:38:25 +01:00
blkid.8 blkid: add new return code 8 for ambivalent low-level probing result 2011-02-03 12:59:58 +01:00
blkid.c blkid: dynamically allocate devicename array 2011-02-08 15:55:59 +01:00
cal.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
cal.c build-sys: provide alternatives for err, errx, warn and warnx 2011-02-14 17:45:24 +01:00
chkdupexe.1 Imported from util-linux-2.5 tarball. 2006-12-07 00:25:33 +01:00
chkdupexe.pl Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
ddate.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
ddate.c ddate: 11th, 12th and 13th of month 2008-06-09 12:49:40 +02:00
findfs.8 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
findfs.c build-sys: provide alternatives for err, errx, warn and warnx 2011-02-14 17:45:24 +01:00
findmnt.8 findmnt: fix manpage typos 2011-01-17 15:27:01 +01:00
findmnt.c move struct option to .rodata 2011-03-03 15:00:30 +01:00
kill.1 man page syntax fixes 2011-03-07 10:13:46 +01:00
kill.c kill: add -q sigval to use sigqueue(2) 2011-02-28 17:15:40 +01:00
kill.h Imported from util-linux-2.10m tarball. 2006-12-07 00:25:43 +01:00
logger.1 logger: mention long option in logger man page 2011-03-08 12:05:39 +01:00
logger.c logger: use libc error printing facilities 2011-03-08 12:04:06 +01:00
look.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
look.c look: fix conflict between locally defined err() and glibc's version 2010-10-21 10:37:57 +02:00
lsblk.8 lsblk: small grammar touches to the man page 2011-02-08 16:13:51 +01:00
lsblk.c move struct option to .rodata 2011-03-03 15:00:30 +01:00
mcookie.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
mcookie.c remove CVS keywords 2008-07-28 11:10:08 +02:00
namei.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
namei.c move struct option to .rodata 2011-03-03 15:00:30 +01:00
procs.c Imported from util-linux-2.10s tarball. 2006-12-07 00:25:44 +01:00
rename.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
rename.c misc-utils: use new xmalloc() wrapper 2010-10-21 10:31:50 +02:00
uuidd.8 uuidd: fix manpage: libuuid(3) does not exist 2011-02-16 16:07:15 +01:00
uuidd.c libuuid: rename uuid__generate_* to __uuid_generate_* 2011-02-16 16:07:15 +01:00
uuidd.rc uuidd: init /var/run/uuidd, add option for on-demand mode to .rc file 2009-07-01 21:25:37 +02:00
uuidgen.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
uuidgen.c uuidgen: new command (from e2fsprogs) 2009-05-22 10:06:16 +02:00
whereis.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
whereis.c replace bcopy,bzero,index and rindex 2009-08-17 11:15:59 +02:00
wipefs.8 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
wipefs.c move struct option to .rodata 2011-03-03 15:00:30 +01:00
write.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
write.c use _exit() instead of exit() in sighandlers 2010-10-29 13:26:25 +02:00

README.reset

RedHat and SuSE take the program reset from ncurses,
 where reset is a name for the program tset.
 It is approximately equivalent to
	stty sane; tputs rs1; tputs rs2; tputs rf
 with `tputs rf' replaced by `tputs if' when there is an
 init_file but no reset_file. In the comments it wonders
 whether also sending rs3, rmacs, rmul, rmm might be a good idea.

Slackware uses the small script given here.
 The part `echo -e \\033c' is the canonical reset of the kernel
 console status, and is equivalent to `tputs rs1' for a linux
 terminal.

So, both versions are approximately the same.


[A disadvantage of `echo -e \\033c' might be that it is potentially
wrong on a non-vt100, non-xterm, non-linux terminal.
An advantage is that there are terminfo entries for xterm around
that only use rs1=^O as reset, and then \Ec is much better.]