svn commit: r348154 - head/share/man/man4

Andriy Gapon avg at FreeBSD.org
Thu May 23 11:21:28 UTC 2019


Author: avg
Date: Thu May 23 11:21:27 2019
New Revision: 348154
URL: https://svnweb.freebsd.org/changeset/base/348154

Log:
  gpioled: update the manual page after r348153
  
  MFC after:	2 weeks

Modified:
  head/share/man/man4/gpioled.4

Modified: head/share/man/man4/gpioled.4
==============================================================================
--- head/share/man/man4/gpioled.4	Thu May 23 11:15:22 2019	(r348153)
+++ head/share/man/man4/gpioled.4	Thu May 23 11:21:27 2019	(r348154)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 30, 2016
+.Dd May 23, 2019
 .Dt GPIOLED 4
 .Os
 .Sh NAME
@@ -73,6 +73,10 @@ Please note that this mask should only ever have one b
 (any other bits - i.e., pins - will be ignored).
 .It Va hint.gpioled.%d.invert
 If set to 1, the pin will be set to 0 to light the LED, and 1 to clear it.
+.It Va hint.gpioled.%d.state
+The initial state of the LED when driver takes control over.
+If set to 1 or 0, the LED will be on or off correspondingly.
+If set to -1 the LED will be kept in its original state.
 .El
 .Pp
 On a


More information about the svn-src-all mailing list