diff options
author | 1995-12-30 08:17:34 +0000 | |
---|---|---|
committer | 1995-12-30 08:17:34 +0000 | |
commit | 13da0d88e0e3a5e62555ff3493af7788ca757d87 (patch) | |
tree | 76cc1cbd2f717681c1319b77c75b6ca77f388044 /lib/libc/sys | |
parent | from netbsd: Fixed %u to expand to a single digit (diff) | |
download | wireguard-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.2 | 4 |
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> |