[14063] | 1 | .\" $Id: get_message.1,v 1.1 1999-12-08 22:06:44 danw Exp $ |
---|
| 2 | .\" |
---|
| 3 | .\" Copyright 1988, 1998 by the Massachusetts Institute of Technology. |
---|
| 4 | .\" |
---|
| 5 | .\" Permission to use, copy, modify, and distribute this |
---|
| 6 | .\" software and its documentation for any purpose and without |
---|
| 7 | .\" fee is hereby granted, provided that the above copyright |
---|
| 8 | .\" notice appear in all copies and that both that copyright |
---|
| 9 | .\" notice and this permission notice appear in supporting |
---|
| 10 | .\" documentation, and that the name of M.I.T. not be used in |
---|
| 11 | .\" advertising or publicity pertaining to distribution of the |
---|
| 12 | .\" software without specific, written prior permission. |
---|
| 13 | .\" M.I.T. makes no representations about the suitability of |
---|
| 14 | .\" this software for any purpose. It is provided "as is" |
---|
| 15 | .\" without express or implied warranty. |
---|
| 16 | .\" |
---|
| 17 | .TH GET_MESSAGE 1 "September 28, 1988" "MIT Project Athena" |
---|
| 18 | .ds ]W MIT Project Athena |
---|
| 19 | .SH NAME |
---|
| 20 | get_message \- display the Athena Global Message of the Day |
---|
| 21 | .SH SYNOPSIS |
---|
| 22 | .B get_message |
---|
| 23 | [ |
---|
| 24 | .BI -z[ephyr] |
---|
| 25 | ] [ |
---|
| 26 | .BI -n[ew] |
---|
| 27 | ] [ |
---|
| 28 | .BI -l[ogin] |
---|
| 29 | ] |
---|
| 30 | .SH DESCRIPTION |
---|
| 31 | .I get_message |
---|
| 32 | finds the Athena Global Message server, requests the current message, |
---|
| 33 | and displays it if necessary. If any errors occur, a cached copy is |
---|
| 34 | consulted. |
---|
| 35 | .TP 12 |
---|
| 36 | .B \-z[ephyr] |
---|
| 37 | indicates that the message (if any) should be displayed as a Zephyr |
---|
| 38 | Windowgram (see |
---|
| 39 | .I zephyr(1) |
---|
| 40 | for details.) |
---|
| 41 | .TP |
---|
| 42 | .B \-n[ew] |
---|
| 43 | indicates that the message should be only be displayed if the user has |
---|
| 44 | not seen it before. |
---|
| 45 | .TP |
---|
| 46 | .B \-l[ogin] |
---|
| 47 | is normally passed to |
---|
| 48 | .I get_message |
---|
| 49 | by |
---|
| 50 | .I /bin/login |
---|
| 51 | to indicate that the user might not see this message, and that it |
---|
| 52 | should not be considered when the |
---|
| 53 | .I \-new |
---|
| 54 | argument is later used. |
---|
| 55 | .SH FILES |
---|
| 56 | .TP 12 |
---|
| 57 | .B ~/.message_times |
---|
| 58 | to hold the version number of the last message seen by the user. |
---|
| 59 | .TP |
---|
| 60 | .B /usr/tmp/.messages |
---|
| 61 | to hold the cached copy of the message during network outages. |
---|
| 62 | .SH SEE ALSO |
---|
| 63 | zephyr(1), zwrite(1) |
---|
| 64 | .SH AUTHOR |
---|
| 65 | .PP |
---|
| 66 | Mark W. Eichin <eichin@athena.mit.edu> |
---|
| 67 | .SH RESTRICTIONS |
---|
| 68 | Copyright (c) 1988 by the Massachusetts Institute of Technology. |
---|
| 69 | All Rights Reserved. |
---|