diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-13 11:05:04 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-13 11:05:04 +0000 |
commit | d075dcedfcd35f73ac316ff146f727ae204669ad (patch) | |
tree | bd36643332e4ab32ffd806e2a5a6068da67ce0ff /libexec/comsat | |
parent | 73ab4b2b33fcedb399bc0f71013d43f511a3777f (diff) | |
download | src-d075dcedfcd35f73ac316ff146f727ae204669ad.tar.gz src-d075dcedfcd35f73ac316ff146f727ae204669ad.zip |
Notes
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/comsat.8 | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index dd1c47de6f48..993ba8361642 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -56,36 +56,41 @@ and .Xr inetd 8 ) . The one line messages are of the form: .Pp -.Dl user@mailbox-offset[:mailbox-name] +.D1 Ar user Ns @ Ns Ar mailbox Ns - Ns Ar offset Ns Op : Ns Ar mailbox-name .Pp If the -.Em user +.Ar user specified is logged in to the system and the associated terminal has the owner execute bit turned on (by a -.Dq Li biff y ) , +.Dq Nm biff Cm y ) , the -.Em offset +.Ar offset is used as a seek offset into the appropriate mailbox file and the first 7 lines or 560 characters of the message are printed -on the user's terminal. Lines which appear to be part of +on the user's terminal. +Lines which appear to be part of the message header other than the -.Dq From , -.Dq \&To , -.Dq Date , +.Dq Li From , +.Dq Li \&To , +.Dq Li Date , or -.Dq Subject +.Dq Li Subject lines are not included in the displayed message. .Pp If the -.Em user +.Ar user specified is logged in to the system and the associated terminal has the group execute bit turned on (by a -.Dq Li biff b ) , -two bell characters (ASCII \\007) are printed on the user's terminal. +.Dq Nm biff Cm b ) , +two bell characters +.Tn ( ASCII +\\007) are printed on the user's terminal. .Pp -If mailbox-name omitted, standard mailbox assumed. +If +.Ar mailbox-name +omitted, standard mailbox assumed. .Sh FILES -.Bl -tag -width /var/mail/user -compact +.Bl -tag -width ".Pa /var/mail/user" -compact .It Pa /var/run/utmp to find out who's logged on and on what terminals .It Pa /var/mail/user |