Skip to content

Commit

Permalink
Update description and mention logo copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Dec 19, 2023
1 parent e6752b7 commit a16ca03
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/wdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

/** libwdog API
/** The libwdog API defines how to connect to watchdogd at runtime to
* query status, including reset cause data, adjust logging, and for
* advanced users: to ask watchdogd to monitor a process.
*
* Please note, the logo, "Watch Dog Detective Taking Notes", is licensed
* for use by the watchdogd project, copyright © Ron Leishman
*
* Typically a process' event/@c while(1) loop is instrumented with a
* call to "kick" the watchdog periodically to inform watchdogd that it
* is still operational. See the included examples for how this can be
* used
*
* @file wdog.h
* @example ex1.c
* @example ex2.c
Expand Down

0 comments on commit a16ca03

Please sign in to comment.