getpagesize(3) cannot fail.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2017-04-26 14:28:27 +00:00
parent db4a195744
commit 76c239924e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317437

View File

@ -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