From: Bill Joy Date: Sun, 25 Nov 1979 09:14:11 +0000 (-0800) Subject: BSD 3 development X-Git-Tag: BSD-3~616 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/5caf28b2c79efbe1eeb2aecc5f0257c910e2faff BSD 3 development 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 --- diff --git a/usr/man/man1/print.1 b/usr/man/man1/print.1 new file mode 100644 index 0000000000..e1ae9d0a8f --- /dev/null +++ b/usr/man/man1/print.1 @@ -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 index 0000000000..afa75f4a1c --- /dev/null +++ b/usr/man/man1/printenv.1 @@ -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 index 0000000000..77843e6018 --- /dev/null +++ b/usr/man/man1/prmail.1 @@ -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