BSD 3 development
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:14:51 +0000 (01:14 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:14:51 +0000 (01:14 -0800)
Work on file usr/man/man1/reset.1

Synthesized-from: 3bsd

usr/man/man1/reset.1 [new file with mode: 0644]

diff --git a/usr/man/man1/reset.1 b/usr/man/man1/reset.1
new file mode 100644 (file)
index 0000000..d60d3ce
--- /dev/null
@@ -0,0 +1,24 @@
+.TH RESET 1 2/6/79
+.UC
+.SH NAME
+reset \- reset the teletype bits to a sensible state
+.SH SYNOPSIS
+.B reset
+.SH DESCRIPTION
+.I Reset
+sets the terminal to cooked mode, turns off cbreak,
+turns on nl, and restores stty and ioctl characters that are null
+to their default values.
+.PP
+This is most useful after crapping out in raw mode.
+.PP
+It isn't a bad idea to follow
+.I reset
+with
+.IR tset (1)
+.SH AUTHOR
+Kurt Shoens
+.br
+Mark Horton
+.SH BUGS
+Doesn't set tabs properly.