Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 06:11:20 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 led.4
Message-ID:  <200404271311.i3RDBKVo045261@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404271311.i3RDBKVo045261>