BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:16:53 +0000 (01:16 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:16:53 +0000 (01:16 -0800)
Work on file usr/man/man1/tra.1
Work on file usr/man/man1/trman.1

Synthesized-from: 3bsd

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

diff --git a/usr/man/man1/tra.1 b/usr/man/man1/tra.1
new file mode 100644 (file)
index 0000000..a60b437
--- /dev/null
@@ -0,0 +1,42 @@
+.TH TRA 1 2/24/79
+.UC
+.SH NAME
+tra \- copy out a file as it grows
+.SH SYNOPSIS
+.B tra
+[
+.B \-
+] [
+\-interval
+] [
++limit
+]
+file
+.SH DESCRIPTION
+.I Tra
+will copy out (transcribe) the contents of a file which is growing as it grows.
+It alternately copies out the new material in the file and sleeps
+for
+.I interval
+seconds, the default
+.I interval
+is 15 seconds.
+.I Limit
+can be given to limit the total running time of the
+.I tra,
+the default is effectively infinite.
+.PP
+.I Tra
+normally copies out all the text currently in the file
+before beginning to watch for new text.
+The option
+.B \-
+alone causes only new material to be given.
+.PP
+.I Tra
+is particularly useful for alternately watching the output
+file being written by a long shell script or a long-running
+program and doing real work.
+.SH AUTHOR
+Bill Joy
+.SH BUGS
diff --git a/usr/man/man1/trman.1 b/usr/man/man1/trman.1
new file mode 100644 (file)
index 0000000..ddce48d
--- /dev/null
@@ -0,0 +1,17 @@
+.TH TRMAN 1 2/24/79
+.UC
+.SH NAME
+trman \- translate version 6 manual macros to version 7 macros
+.SH SYNOPSIS
+.B trman
+[ file  ]
+.SH DESCRIPTION
+.I Trman
+reads the input file, which should be nroff/troff input and attempts
+to translate the version 6 manual sections therein to version 7 format.
+It is largely successful, but seems to have trouble
+with indented paragraphs and complicated font control.
+You should expect to have to fix up long sections by hand somewhat.
+.SH SEE ALSO
+man(7)
+.SH BUGS