BSD 1 development
authorHoward Katseff <hpk@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1977 20:44:25 +0000 (12:44 -0800)
committerHoward Katseff <hpk@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1977 20:44:25 +0000 (12:44 -0800)
Work on file man6/toc.6
Work on file man6/watch.6

Synthesized-from: 1bsd

man6/toc.6 [new file with mode: 0644]
man6/watch.6 [new file with mode: 0644]

diff --git a/man6/toc.6 b/man6/toc.6
new file mode 100644 (file)
index 0000000..aef3041
--- /dev/null
@@ -0,0 +1,28 @@
+.th TOC VI 8/24/77
+.sh NAME
+toc \- transform data to card-image format
+.sh SYNOPSIS
+.bd toc
+[
+file
+]
+.sh DESCRIPTION
+.it Toc
+converts the specified file or its standard input
+into 80 column card image format.
+The character used are those common to
+\s-2BCD\s0,
+\s-2EBCDIC\s0,
+and
+\s-2ASCII\s0
+so that the result can be transmitted over most media,
+especially the RCS link which is unfriendly to many characters.
+The resulting card images are written on the standard output
+and can be recovered by using
+.it froc
+(VI).
+.sh SEE\ ALSO
+froc (VI)
+.sh AUTHOR
+Howard Katseff
+.sh BUGS
diff --git a/man6/watch.6 b/man6/watch.6
new file mode 100644 (file)
index 0000000..611d007
--- /dev/null
@@ -0,0 +1,24 @@
+.th WATCH VI 8/24/77
+.sh NAME
+watch \- watch for logins/logouts of specified users
+.sh SYNOPSIS
+.bd watch
+[
+name ...
+]
+.sh DESCRIPTION
+.it Watch
+watches for the specified users to log in or out and tells you when they do.
+If no arguments are specified,
+.it watch
+forks its companion routine
+.it syswatch
+to watch logins and logouts system-wide.
+.sh FILES
+.dt
+/etc/utmp      who file
+.sh SEE\ ALSO
+syswatch (VI)
+.sh AUTHOR
+Howard Katseff
+.sh BUGS