4.3BSD-Reno/share/man/cat1/msgs.0

Compare this file to the similar file:
Show the results in this format:

MSGS(1)                     UNIX Reference Manual		       MSGS(1)

NNAAMMEE
     mmssggss - system messages and junk mail program

SSYYNNOOPPSSIISS
     mmssggss [--ffhhllppqq] [_n_u_m_b_e_r] [-_n_u_m_b_e_r]

     mmssggss [--ss]

     mmssggss [--cc] [-days]

DDEESSCCRRIIPPTTIIOONN
     MMssggss is used to read system messages.  These messages are sent by mailing
     to the login `msgs' and should be short pieces of information which are
     suitable to be read once by most users of the system.

     MMssggss is normally invoked each time you login, by placing it in the file
     ._l_o_g_i_n (or ._p_r_o_f_i_l_e if you use sh(1)).  It will then prompt you with the
     source and subject of each new message.  If there is no subject line, the
     first few non-blank lines of the message will be displayed.  If there is
     more to the message, you will be told how long it is and asked whether
     you wish to see the rest of the message.  The possible responses are:

     --yy        type the rest of the message.

     RREETTUURRNN    synonym for y.

     --nn        skip this message and go on to the next message.

     --	       redisplay the last message.

     --qq        drops you out of mmssggss; the next time you run the program it
	       will pick up where you left off.

     --ss        append the current message to the file ``Messages'' in the
	       current directory; `s-' will save the previously displayed mes-
	       sage. A `s' or `s-' may be followed by a space and a file name
	       to receive the message replacing the default ``Messages''.

     --mm        or `m-' causes a copy of the specified message to be placed in
	       a temporary mailbox and mail(1) to be invoked on that mailbox.
	       Both `m' and `s' accept a numeric argument in place of the `-'.

     MMssggss keeps track of the next message you will see by a number in the file
     ._m_s_g_s_r_c in your home directory.  In the directory /_v_a_r/_m_s_g_s it keeps a
     set of files whose names are the (sequential) numbers of the messages
     they represent.  The file /_v_a_r/_m_s_g_s/_b_o_u_n_d_s shows the low and high number
     of the messages in the directory so that mmssggss can quickly determine if
     there are no messages for you.  If the contents of _b_o_u_n_d_s is incorrect it
     can be fixed by removing it; mmssggss will make a new _b_o_u_n_d_s file the next
     time it is run.

     The --ss option is used for setting up the posting of messages.  The line

	   msgs: "| /usr/ucb/msgs -s"

     should be included in /_e_t_c/_a_l_i_a_s_e_s (see newaliases(1)) to enable posting
     of messages.

     The --cc option is used for performing cleanup on /_v_a_r/_m_s_g_s.  An entry with
     the --cc option should be placed in /_e_t_c/_c_r_o_n_t_a_b to run every night.  This
     will remove all messages over 21 days old.  A different expiration may be
     specified on the command line to override the default.


     Options when reading messages include:

     --ff        which causes it not to say ``No new messages.''.  This is use-
	       ful in your  ._l_o_g_i_n file since this is often the case here.

     --qq        Queries whether there are messages, printing ``There are new
	       messages.'' if there are.  The command ``msgs -q'' is often
	       used in login scripts.

     --hh        causes mmssggss to print the first part of messages only.

     --ll        option causes only locally originated messages to be reported.

     _n_u_m       A message number can be given on the command line, causing mmssggss
	       to start at the specified message rather than at the next mes-
	       sage indicated by your ._m_s_g_s_r_c file.  Thus

		     msgs -h 1

	       prints the first part of all messages.

     -_n_u_m_b_e_r   will cause mmssggss to start _n_u_m_b_e_r messages back from the one in-
	       dicated by your ._m_s_g_s_r_c file, useful for reviews of recent mes-
	       sages.

     --pp        causes long messages to be piped through more(1).

     Within mmssggss you can also go to any specific message by typing its number
     when mmssggss requests input as to what to do.

EENNVVIIRROONNMMEENNTT
     MMssggss uses the HOME and TERM environment variables for the default home
     directory and terminal type.

FFIILLEESS
     /_u_s_r/_m_s_g_s/*   database
     ~/.msgsrc	   number of next message to be presented


AAUUTTHHOORRSS
     William Joy
     David Wasley

SSEEEE AALLSSOO
     aliases(5), mail(1), more(1)

HHIISSTTOORRYY
     MMssggss appeared in 3 BSD.

BBUUGGSS