diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-06-17 15:30:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-06-17 15:30:02 +0000 |
commit | 34b00c71708ebe67122f1965b9f736f802ce14f2 (patch) | |
tree | e36b437cd775ffccdbe4534fbeba199cd75cdcf5 /doc | |
parent | fd6cf279c574247bc2f2b1fc4a4d07e99aae4eb4 (diff) | |
download | utmps-34b00c71708ebe67122f1965b9f736f802ce14f2.tar.xz |
Doc typo fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libutmps/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libutmps/index.html b/doc/libutmps/index.html index 0ff14fe..74d9f74 100644 --- a/doc/libutmps/index.html +++ b/doc/libutmps/index.html @@ -108,7 +108,7 @@ insufficient permissions. <code>int utmps_rewind (utmps *a, tain_t const *deadline, tain_t *stamp)</code> <br /> Performs the <tt>setutxent()</tt> functionality on the utmp database addressed via <em>a</em>, i.e. sets the internal pointer at the start of the database. -On success, stores the result into <em>*b</em> and returns 1. On failure, returns 0 and sets errno. +On success, returns 1. On failure, returns 0 and sets errno. </p> <p> |