diff options
author | 2003-04-09 09:49:22 +0000 | |
---|---|---|
committer | 2003-04-09 09:49:22 +0000 | |
commit | 60d7a43e872b8f2b6b73daef689e2034e83a78ec (patch) | |
tree | 92148f4127627eda80437880cb8c3245cffcf718 | |
parent | Disable Kerberos 4 support. (diff) | |
download | wireguard-openbsd-60d7a43e872b8f2b6b73daef689e2034e83a78ec.tar.xz wireguard-openbsd-60d7a43e872b8f2b6b73daef689e2034e83a78ec.zip |
syetem -> system;
from Marko Cehaja
closes PR 3187
-rw-r--r-- | usr.bin/mail/misc/mail.help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/misc/mail.help b/usr.bin/mail/misc/mail.help index 30cc31730bd..ebf0b1b46fd 100644 --- a/usr.bin/mail/misc/mail.help +++ b/usr.bin/mail/misc/mail.help @@ -33,5 +33,5 @@ A <recipient list> consists of recipient addresses or aliases separated by spaces. Aliases are defined in .mailrc in your home directory. <file> is a full or relative pathname, +folder, % (system inbox), %user -(specified user's syetem inbox), # (previous file), & (mbox file), or an +(specified user's system inbox), # (previous file), & (mbox file), or an expression understood by ${SHELL:-/bin/sh} -c 'echo ...'. |