Research V4 development
authorKen Thompson <ken@research.uucp>
Fri, 28 Sep 1973 15:59:05 +0000 (10:59 -0500)
committerKen Thompson <ken@research.uucp>
Fri, 28 Sep 1973 15:59:05 +0000 (10:59 -0500)
Work on file man/manx/forml.1
Work on file man/manx/prof.1

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v4

man/manx/forml.1 [new file with mode: 0644]
man/manx/prof.1 [new file with mode: 0644]

diff --git a/man/manx/forml.1 b/man/manx/forml.1
new file mode 100644 (file)
index 0000000..1e90e4a
--- /dev/null
@@ -0,0 +1,40 @@
+.th FORML I 10/24/72
+.sh NAME
+forml _ form letter generator processor
+.sh SYNOPSIS
+.bd forml
+[ name ] ...
+.sh DESCRIPTION
+A streamlined program for typing form letters.
+The names pick out
+prestored form letters prepared according to the conventions
+of
+.it form
+and
+.it roff.
+The program prompts to get each blank
+filled in.
+When all the forms are completed, it prompts "Set paper."
+It waits for a newline before printing each letter.
+.s3
+If more than one name is given, the name of 
+each letter is announced
+before the prompts for it begin.
+If no names are given, the program asks "Which letter?" before
+each.
+Respond with the name and a newline, or newline only when done.
+.s3
+On a 2741 type terminal, the program assumes the
+letter is to be typed with a correspondence ball,
+and also prompts "Change ball."
+Replace the ball at the end.
+.s3
+.sh FILES
+form.m (memory),
+.br
+forma, formb, ...      temporaries
+.sh "SEE ALSO"
+form(I), fed(I), roff(I)
+.sh DIAGNOSTICS
+"Try again"_can't get a process
+.sh BUGS
diff --git a/man/manx/prof.1 b/man/manx/prof.1
new file mode 100644 (file)
index 0000000..da7c552
--- /dev/null
@@ -0,0 +1,53 @@
+.th PROF I 3/12/73
+.sh NAME
+prof \*- display profile data
+.sh SYNOPSIS
+.bd prof
+[
+.bd \*-v
+] [
+.bd \*-a
+] [
+.bd \*-l
+] [ file ]
+.sh DESCRIPTION
+.it Prof
+will read the file
+mon.out
+produced by the
+monitor subroutine.
+Under default modes,
+the namelist in the
+object file (a.out default)
+is read and correlated to the
+mon.out profile.
+The percentage of time spent
+between adjacent valued
+external symbols is printed
+in decreasing order.
+If the
+.bd \*-a
+option is used,
+all symbols are used rather than
+just external symbols.
+If the option
+.bd \*-l
+is used,
+the output is listed by
+symbol value rather than
+decreasing percentage.
+If the
+.bd \*-v
+option is used,
+all printing is suppressed
+and a profile plot is produced
+on /dev/vt0.
+.sh FILES
+mon.out        for profile
+.br
+a.out          for namelist
+.br
+/dev/vt0       for plotting
+.sh "SEE ALSO"
+mon(III), profil(II)
+.sh BUGS