summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-30 08:17:34 +0000
committerderaadt <deraadt@openbsd.org>1995-12-30 08:17:34 +0000
commit13da0d88e0e3a5e62555ff3493af7788ca757d87 (patch)
tree76cc1cbd2f717681c1319b77c75b6ca77f388044 /lib/libc/sys
parentfrom netbsd: Fixed %u to expand to a single digit (diff)
downloadwireguard-openbsd-13da0d88e0e3a5e62555ff3493af7788ca757d87.tar.xz
wireguard-openbsd-13da0d88e0e3a5e62555ff3493af7788ca757d87.zip
"advise" is a verb, "advice" is a noun; from seebs@taniemarie.solon.com;
netbsd pr#1846
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/madvise.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index e7155637a99..649083d7517 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: madvise.2,v 1.6 1995/10/12 15:41:03 jtc Exp $
+.\" $NetBSD: madvise.2,v 1.7 1995/12/27 21:17:02 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -38,7 +38,7 @@
.Os
.Sh NAME
.Nm madvise
-.Nd give advise about use of memory
+.Nd give advice about use of memory
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>