BSD 2 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:00:30 +0000 (21:00 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:00:30 +0000 (21:00 -0800)
Work on file man/dribble.u

Co-Authored-By: Olivier Roubine <x-or@ucbvax.Berkeley.EDU>
Synthesized-from: 2bsd

man/dribble.u [new file with mode: 0644]

diff --git a/man/dribble.u b/man/dribble.u
new file mode 100644 (file)
index 0000000..ba2c366
--- /dev/null
@@ -0,0 +1,25 @@
+.TH DRIBBLE UCB 2/24/79 UCB
+.SH NAME
+dribble \- copy out terminal interaction to a file
+.SH SYNOPSIS
+.B dribble 
+[ typescript [ sh [ arg ... ] ] ]
+.SH DESCRIPTION
+.I Dribble
+runs the specified command in an environment where output and input
+is echoed to the typescript file.
+The default command is your shell, running into the file
+.I dribble.out.
+It is useful for making a transcript of work on a screen terminal.
+.SH AUTHORS
+Bill Joy and Olivier Roubine
+.SH BUGS
+You can't send an end-of-file through a pipe.
+Thus hitting control-D in dribble will bring the world crashing down.
+If you hit `EOF' followed immediately by a control-D dribble
+tries to fake an EOF which is good enough to fool some programs,
+notably not
+.IR ex (UCB).
+
+Some programs expect standard input to be a teletype and act strangely
+when dribbled because it isn't.