Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 19:41:23 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r336208 - stable/11/contrib/openbsm/libbsm
Message-ID:  <201807111941.w6BJfN7F004631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Wed Jul 11 19:41:23 2018
New Revision: 336208
URL: https://svnweb.freebsd.org/changeset/base/336208

Log:
  MFC r334390:
  
  au_read_rec(3): correct return value in man page
  
  Submitted by:	aniketp
  Reviewed by:	csjp (earlier version)
  Sponsored by:	Google, Inc. (GSoC 2018)
  Differential Revision:	https://reviews.freebsd.org/D15618

Modified:
  stable/11/contrib/openbsm/libbsm/au_io.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/openbsm/libbsm/au_io.3
==============================================================================
--- stable/11/contrib/openbsm/libbsm/au_io.3	Wed Jul 11 19:39:56 2018	(r336207)
+++ stable/11/contrib/openbsm/libbsm/au_io.3	Wed Jul 11 19:41:23 2018	(r336208)
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 4, 2009
+.Dd May 30, 2018
 .Dt AU_IO 3
 .Os
 .Sh NAME
@@ -129,14 +129,14 @@ would be used to free the record buffer.
 Finally, the source stream would be closed by a call to
 .Xr fclose 3 .
 .Sh RETURN VALUES
-The
+On success,
 .Fn au_fetch_tok
-and
+returns 0 while
 .Fn au_read_rec
-functions
-return 0 on success, or \-1 on failure along with additional error information
-returned via
-.Va errno .
+returns the number of bytes read.
+Both functions return \-1 on failure with
+.Va errno
+set appropriately.
 .Sh SEE ALSO
 .Xr free 3 ,
 .Xr libbsm 3



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