Research V3 development
authorKen Thompson <ken@research.uucp>
Thu, 8 Feb 1973 19:30:29 +0000 (14:30 -0500)
committerKen Thompson <ken@research.uucp>
Thu, 8 Feb 1973 19:30:29 +0000 (14:30 -0500)
Work on file man/man1/mail.1
Work on file man/man1/man.1

Synthesized-from: v3

man/man1/mail.1 [new file with mode: 0644]
man/man1/man.1 [new file with mode: 0644]

diff --git a/man/man1/mail.1 b/man/man1/mail.1
new file mode 100644 (file)
index 0000000..6b00d12
--- /dev/null
@@ -0,0 +1,58 @@
+.pa 1
+.he 'MAIL (I)'10/25/72'MAIL (I)'
+.ti 0
+NAME           mail  --  send mail to another user
+.sp
+.ti 0
+SYNOPSIS       mail\b\b\b\b____ [ -yn\b\b\b___ ]
+.br
+.ul
+mail
+letter person ...
+.br
+mail\b\b\b\b____ person
+.sp
+.ti 0
+DESCRIPTION    mail\b\b\b\b____
+without an argument searches for a file called mailbox\b\b\b\b\b\b\b_______, prints
+it if present, and asks if it should be saved.  If the answer
+is "y", the mail is renamed mbox\b\b\b\b____, otherwise it is deleted.
+Mail\b\b\b\b____ with a -yn\b\b\b___ argument works the same way, except
+that the answer to the question is supplied by the argument.
+.sp
+When followed by the names of a letter
+and one or more people,
+the letter is appended to
+each person's mailbox\b\b\b\b\b\b\b_______.
+When a person\b\b\b\b\b\b______ is specified without a letter\b\b\b\b\b\b______,
+the letter is taken from the sender's standard input up to an EOT.
+Each letter is preceded by the sender's name and a postmark.
+
+A person\b\b\b\b\b\b______ is either
+a user name recognized by login\b\b\b\b\b_____, in which case the mail
+is sent to the default working directory of that user,
+or the path name of a directory,
+in which case mailbox\b\b\b\b\b\b\b_______ in that directory is used.
+.sp
+When a user logs in he is informed of the presence
+of mail.
+.sp
+.ti 0
+FILES          /etc/passwd     to identify sender
+.br
+               to locate persons
+.br
+mailbox                input mail
+.br
+mbox           saved mail
+.sp
+.ti 0
+SEE ALSO       login(I)
+.sp
+.ti 0
+DIAGNOSTICS    "Who are you?"
+if the user cannot be identified for some reason (a bug).
+"Cannot send to user" if mailbox\b\b\b\b\b\b\b_______ cannot be opened.
+.sp
+.ti 0
+BUGS           --
diff --git a/man/man1/man.1 b/man/man1/man.1
new file mode 100644 (file)
index 0000000..dec4ecc
--- /dev/null
@@ -0,0 +1,34 @@
+.pa 1
+.he 'MAN (I)'3/15/72'MAN (I)'
+.ti 0
+NAME           man -- run off section of UNIX manual
+.sp
+.ti 0
+SYNOPSIS       man\b\b\b___ title [ section ]
+.sp
+.ti 0
+DESCRIPTION    man\b\b\b___
+is a shell command file that will locate
+and run off a particular section of this manual.
+Title is the the desired
+part of the manual.
+Section is the section number of the manual.
+(In Arabic, not Roman numerals.)
+If section is missing, 1\b_ is assumed.
+For example,
+
+       man man
+
+would reproduce this page.
+.sp
+.ti 0
+FILES          /sys/man/man?/*
+.sp
+.ti 0
+SEE ALSO       sh(I), roff(I)
+.sp
+.ti 0
+DIAGNOSTICS    "File not found", "Usage .."
+.sp
+.ti 0
+BUGS           --