summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-06-17 15:30:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-06-17 15:30:02 +0000
commit34b00c71708ebe67122f1965b9f736f802ce14f2 (patch)
treee36b437cd775ffccdbe4534fbeba199cd75cdcf5
parentfd6cf279c574247bc2f2b1fc4a4d07e99aae4eb4 (diff)
downloadutmps-34b00c71708ebe67122f1965b9f736f802ce14f2.tar.xz
Doc typo fix
-rw-r--r--doc/libutmps/index.html2
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>