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

Synthesized-from: 3bsd

usr/man/man1/print.1 [new file with mode: 0644]
usr/man/man1/printenv.1 [new file with mode: 0644]
usr/man/man1/prmail.1 [new file with mode: 0644]

diff --git a/usr/man/man1/print.1 b/usr/man/man1/print.1
new file mode 100644 (file)
index 0000000..e1ae9d0
--- /dev/null
@@ -0,0 +1,17 @@
+.TH PRINT 1 2/24/79
+.UC
+.SH NAME
+print \- pr to the line printer
+.SH SYNOPSIS
+.B print
+file ...
+.SH DESCRIPTION
+.I Print
+.I pr's
+a copy of each named file on the line printer.
+It is a one line shell script:
+.PP
+.DT
+       pr $* | lpr
+.SH SEE\ ALSO
+lpr(1), pr(1)
diff --git a/usr/man/man1/printenv.1 b/usr/man/man1/printenv.1
new file mode 100644 (file)
index 0000000..afa75f4
--- /dev/null
@@ -0,0 +1,23 @@
+.TH PRINTENV 1 2/24/79
+.UC
+.SH NAME
+printenv \- print out the environment
+.SH SYNOPSIS
+.B printenv
+[ name ]
+.SH DESCRIPTION
+.I Printenv
+prints out the values of the variables in the environment.
+If a
+.I name
+is specified, only its
+value is printed.
+.PP
+If a
+.I name
+is specified and it is not defined in the environment,
+.I printenv
+returns exit status 1, else it returns status 0.
+.SH SEE ALSO
+sh(1), environ(5), csh(1)
+.SH BUGS
diff --git a/usr/man/man1/prmail.1 b/usr/man/man1/prmail.1
new file mode 100644 (file)
index 0000000..77843e6
--- /dev/null
@@ -0,0 +1,19 @@
+.TH PRMAIL 1 2/24/79
+.UC
+.SH NAME
+prmail \- print out mail in the post office
+.SH SYNOPSIS
+.B prmail
+[ user ... ]
+.SH DESCRIPTION
+.I Prmail
+prints the mail which waits for you,
+or the specified user,
+in the post office.
+The mail is not disturbed.
+.SH FILES
+.DT
+/usr/spool/mail/*      post office
+.SH SEE ALSO
+mail(1), from(1), mail(1)
+.SH BUGS