cvs commit: src/share/man/man4 led.4

Poul-Henning Kamp phk at FreeBSD.org
Tue Apr 27 06:11:21 PDT 2004


phk         2004/04/27 06:11:20 PDT

  FreeBSD src repository

  Modified files:
    share/man/man4       led.4 
  Log:
  Document that '.' stops repetition of 's..." sequences.
  
  This is useful in order to get visual indication that something did
  not succeed:
  
          # Give it 5 seconds to run
          echo 'sjjjjjA.' > /dev/led/error
          random_program
          echo '0' > /dev/led/error
  
  If random_program takes more than 5 seconds or if it hangs, the LED
  will be turned on.
  
  Revision  Changes    Path
  1.5       +2 -1      src/share/man/man4/led.4


More information about the cvs-src mailing list