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

Synthesized-from: 2bsd

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

diff --git a/man/iul.u b/man/iul.u
new file mode 100644 (file)
index 0000000..5be63cd
--- /dev/null
+++ b/man/iul.u
@@ -0,0 +1,28 @@
+.TH IUL UCB 2/24/79 UCB
+.SH NAME
+iul \- indicate underlining
+.SH SYNOPSIS
+.B iul
+[
+file ...
+]
+.SH DESCRIPTION
+This filter
+breaks underlining onto separate lines as dashing with `\-'.
+It is useful when you want to look at the underlining which is present
+in an
+.I nroff
+output stream on a soft-copy terminal.
+A typical usage of
+.I iul
+would be
+.DT
+.PP
+       nroff \-ms pcxin1.n | iul
+.SH SEE\ ALSO
+colcrt(UCB), ul(UCB)
+.SH AUTHOR
+Bill Joy
+.SH BUGS
+Should be made part of
+.IR ul (UCB);
diff --git a/man/saveboottime.u b/man/saveboottime.u
new file mode 100644 (file)
index 0000000..c9b97f3
--- /dev/null
@@ -0,0 +1,19 @@
+.TH SAVEBOOTTIME UCB 2/27/79 UCB
+.SH NAME
+saveboottime \- write the boot time on a tty~ entry in /usr/adm/wtmp
+.SH SYNOPSIS
+.B saveboottime
+.SH DESCRIPTION
+.I Saveboottime
+saves the current time at a reboot in the file in the file
+.I /usr/adm/wtmp
+since
+.IR init (8)
+currently does not.
+.SH FILES
+/usr/adm/wtmp
+.SH SEE ALSO
+last (UCB)
+.SH BUGS
+.IR Init (8)
+should do this.