Date: Wed, 26 Apr 2017 14:28:27 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317437 - head/lib/libc/gen Message-ID: <201704261428.v3QESRjW005315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Wed Apr 26 14:28:27 2017 New Revision: 317437 URL: https://svnweb.freebsd.org/changeset/base/317437 Log: getpagesize(3) cannot fail. Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/getpagesize.3 Modified: head/lib/libc/gen/getpagesize.3 ============================================================================== --- head/lib/libc/gen/getpagesize.3 Wed Apr 26 14:25:01 2017 (r317436) +++ head/lib/libc/gen/getpagesize.3 Wed Apr 26 14:28:27 2017 (r317437) @@ -28,7 +28,7 @@ .\" @(#)getpagesize.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd April 22, 2017 +.Dd April 26, 2017 .Dt GETPAGESIZE 3 .Os .Sh NAME @@ -51,9 +51,6 @@ management calls. The page size is a system page size and may not be the same as the underlying hardware page size. -.Sh RETURN VALUES -.Nm -returns the number of bytes in a page on success, -1 on failure. .Sh SEE ALSO .Xr pagesize 1 , .Xr sbrk 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704261428.v3QESRjW005315>