diff options
author | 2010-09-23 04:56:10 +0000 | |
---|---|---|
committer | 2010-09-23 04:56:10 +0000 | |
commit | 3c81627e93f15b3b0b9213439f7a7cffcb049ebf (patch) | |
tree | bd30e4f7366fdf2afa2017dbd817140d5ef828b5 | |
parent | sync (diff) | |
download | wireguard-openbsd-3c81627e93f15b3b0b9213439f7a7cffcb049ebf.tar.xz wireguard-openbsd-3c81627e93f15b3b0b9213439f7a7cffcb049ebf.zip |
remove reference to msgs(1)
-rw-r--r-- | bin/csh/USD.doc/csh.2 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index e2b96c7764a..7d587b75edd 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.2,v 1.10 2010/07/22 08:30:29 jmc Exp $ +.\" $OpenBSD: csh.2,v 1.11 2010/09/23 04:56:10 deraadt Exp $ .\" $NetBSD: csh.2,v 1.3 1995/03/21 09:03:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -68,7 +68,6 @@ alias ts \e \'set noglob ; eval \`tset \-s \-m dialup:c100rv4pna \-m plugboard:?hp2621nl \!*\`\'; ts; stty intr ^C kill ^U crt set time=15 history=10 -msgs \-f if (\-e $mail) then echo "${prompt}mail" mail @@ -118,13 +117,10 @@ I want the shell to remember the last 10 commands I type in its .I "history list" , (described later). .PP -I then run the `msgs' program, which provides me with any -system messages which I have not seen before; the `\-f' option here prevents -it from telling me anything if there are no new messages. Finally, if my mailbox file exists, then I run the `mail' program to process my mail. .PP -When the `mail' and `msgs' programs finish, the shell will finish +When the `mail' program finish, the shell will finish processing my .I \&.login file and begin reading commands from the terminal, prompting for each with |