home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume5 / vis.patch1 / vis.man.diff < prev   
Encoding:
Text File  |  1989-02-03  |  2.4 KB  |  97 lines

  1. *** vis.man_orig    Sun Oct 23 15:10:27 1988
  2. --- vis.man    Sun Oct 23 15:47:13 1988
  3. ***************
  4. *** 1,4
  5. ! .TH VIS l "21 July 1988"
  6.   .SH NAME
  7.   vis \- repeatedly run command, refreshing screen
  8.   .SH SYNTAX
  9.  
  10. --- 1,4 -----
  11. ! .TH VIS l "24 October 1988"
  12.   .SH NAME
  13.   vis \- repeatedly run command, refreshing screen
  14.   .SH SYNTAX
  15. ***************
  16. *** 2,8
  17.   .SH NAME
  18.   vis \- repeatedly run command, refreshing screen
  19.   .SH SYNTAX
  20. ! .B vis "[-d delay] [-f] command [args]"
  21.   .SH DESCRIPTION
  22.   .I Vis
  23.   repeatedly executes a specified
  24.  
  25. --- 2,8 -----
  26.   .SH NAME
  27.   vis \- repeatedly run command, refreshing screen
  28.   .SH SYNTAX
  29. ! .B vis "[-d delay] [-f] [-h] [-s] command [args]"
  30.   .SH DESCRIPTION
  31.   .I Vis
  32.   repeatedly executes a specified
  33. ***************
  34. *** 67,72
  35.   status line by a ``!'' flag whenever a non-zero status has been returned
  36.   by
  37.   .B command .
  38.   .SH EXAMPLES
  39.   vis ps
  40.   .IP "" 5
  41.  
  42. --- 67,85 -----
  43.   status line by a ``!'' flag whenever a non-zero status has been returned
  44.   by
  45.   .B command .
  46. + .TP
  47. + .B -h
  48. + causes the entire status line and the following blank line to be
  49. + suppressed, which leaves the full screen available for the output of
  50. + .B command .
  51. + .TP
  52. + .B -s
  53. + causes
  54. + .I vis
  55. + to use standout mode for any bytes that have changed between the
  56. + previous execution of
  57. + .B command
  58. + and the current one.
  59.   .SH EXAMPLES
  60.   vis ps
  61.   .IP "" 5
  62. ***************
  63. *** 77,82
  64.   .IP "" 5
  65.   Display the system users and disk usage statistics every 60 seconds.
  66.   Separate the two with a blank line.
  67.   .SH "SEE ALSO"
  68.   User Commands (1):  sh, csh
  69.   .SH DIAGNOSTICS
  70.  
  71. --- 90,100 -----
  72.   .IP "" 5
  73.   Display the system users and disk usage statistics every 60 seconds.
  74.   Separate the two with a blank line.
  75. + .PP
  76. + vis -s ls -l
  77. + .IP "" 5
  78. + Continually display a long directory listing, highlighting via standout
  79. + mode the parts that change each time.
  80.   .SH "SEE ALSO"
  81.   User Commands (1):  sh, csh
  82.   .SH DIAGNOSTICS
  83. ***************
  84. *** 94,96
  85.   It has been substantially enhanced and generalized by George M. Sipe
  86.   (currently - 7/88, at rebel!george) to the point where Dan would no
  87.   longer recognize it.
  88.  
  89. --- 112,118 -----
  90.   It has been substantially enhanced and generalized by George M. Sipe
  91.   (currently - 7/88, at rebel!george) to the point where Dan would no
  92.   longer recognize it.
  93. + .PP
  94. + Steve Alter (alter@ttidca.tti.com) added the -h option.
  95. + .PP
  96. + Anton Chernoff (abc@lpi.uucp) added the -s option.
  97.