From: Bill Joy Date: Sun, 25 Nov 1979 09:16:53 +0000 (-0800) Subject: BSD 3 development X-Git-Tag: BSD-3~607 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/86143ce862eb693c4059a7cf763411c43877f70a BSD 3 development Work on file usr/man/man1/tra.1 Work on file usr/man/man1/trman.1 Synthesized-from: 3bsd --- diff --git a/usr/man/man1/tra.1 b/usr/man/man1/tra.1 new file mode 100644 index 0000000000..a60b437d24 --- /dev/null +++ b/usr/man/man1/tra.1 @@ -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 index 0000000000..ddce48dd1c --- /dev/null +++ b/usr/man/man1/trman.1 @@ -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