diff options
author | 1997-01-07 06:15:21 +0000 | |
---|---|---|
committer | 1997-01-07 06:15:21 +0000 | |
commit | b9f98e356a25f57c4402d3875f427ef20a1031d6 (patch) | |
tree | 5fa358f670151733df2d9c36b6dcf440912e8c83 | |
parent | Fix for final ptdi panic on i386 (diff) | |
download | wireguard-openbsd-b9f98e356a25f57c4402d3875f427ef20a1031d6.tar.xz wireguard-openbsd-b9f98e356a25f57c4402d3875f427ef20a1031d6.zip |
getpagesize(2) -> getpagesize(3)
-rw-r--r-- | usr.bin/pagesize/pagesize.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index 40d93cd76f3..c4ff472dca8 100644 --- a/usr.bin/pagesize/pagesize.1 +++ b/usr.bin/pagesize/pagesize.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pagesize.1,v 1.2 1996/06/26 05:37:43 deraadt Exp $ +.\" $OpenBSD: pagesize.1,v 1.3 1997/01/07 06:15:21 kstailey Exp $ .\" $NetBSD: pagesize.1,v 1.4 1995/08/31 23:38:50 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -46,11 +46,11 @@ .Nm Pagesize prints the size of a page of memory in bytes, as returned by -.Xr getpagesize 2 . +.Xr getpagesize 3 . This program is useful in constructing portable shell scripts. .Sh SEE ALSO -.Xr getpagesize 2 +.Xr getpagesize 3 .Sh HISTORY The .Nm pagesize |