diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-15 17:39:23 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-15 17:39:23 +0000 |
| commit | 87fe4a3ae4a7cd7e2247db0a2f0926858dbae225 (patch) | |
| tree | b6301a38e9f3a819eb385a1390b13012549de8cb /libexec/comsat/comsat.8 | |
| parent | 2d5d3e2ca33d7b041d327ee2a29a5170512706bf (diff) | |
Notes
Diffstat (limited to 'libexec/comsat/comsat.8')
| -rw-r--r-- | libexec/comsat/comsat.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 395522c6a39b..2608676e02bd 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -53,7 +53,7 @@ and .Xr inetd 8 ) . The one line messages are of the form: .Pp -.Dl user@mailbox-offset +.Dl user@mailbox-offset[:mailbox-name] .Pp If the .Em user @@ -72,10 +72,14 @@ the message header other than the or .Dq Subject lines are not included in the displayed message. +.Pp +If mailbox-name omitted, standard mailbox assumed. .Sh FILES -.Bl -tag -width /var/run/utmp -compact +.Bl -tag -width /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 +standard mailbox .El .Sh SEE ALSO .Xr biff 1 , |
