4.4BSD/usr/share/man/cat8/uupoll.0

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

UUPOLL(8)                 BSD System Manager's Manual                UUPOLL(8)

NNAAMMEE
     uuuuppoollll - poll a remote UUCP site

SSYYNNOOPPSSIISS
     uuuuppoollll [--gg_g_r_a_d_e] [--nn] _s_y_s_t_e_m

DDEESSCCRRIIPPTTIIOONN
     UUuuppoollll is used to force a poll of a remote system. It queues a null job
     for the remote system and then invokes uucico(8).

     The following options are available:

     --gg_g_r_a_d_e     Only send jobs of grade _g_r_a_d_e or higher on this call.

     --nn          Queue the null job, but do not invoke uucico.

     UUuuppoollll is usually run by cron(5) or by a user who wants to hurry a job
     along. A typical entry in _c_r_o_n_t_a_b could be:

     0    0,8,16     *    *    *    daemon    /usr/bin/uupoll ihnp4
     0    4,12,20    *    *    *    daemon    /usr/bin/uupoll ucbvax

     This will poll _i_h_n_p_4 at midnight, 0800, and 1600, and _u_c_b_v_a_x at 0400,
     noon, and 2000.

     If the local machine is already running uucico every hour and has a lim-
     ited number of outgoing modems, a more elegant approach might be:

     0    0,8,16    *    *    *    daemon    /usr/bin/uupoll -n ihnp4
     0    4,12,20   *    *    *    daemon    /usr/bin/uupoll -n ucbvax
     5        *     *    *    *    daemon    /usr/lib/uucp/uucico -r1

     This will queue null jobs for the remote sites at the top of hour; they
     will be processed by uucico when it runs five minutes later.

FFIILLEESS
     /usr/lib/uucp/UUCP  internal files/utilities
     /var/spool/uucp/    Spool directory

SSEEEE AALLSSOO
     uucp(1),  uux(1),  uucico(8)

HHIISSTTOORRYY
     The uuuuppoollll command appeared in 4.3BSD.

4.3 Berkeley Distribution        June 6, 1993                                1