diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 08:17:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 08:17:35 +0000 |
commit | c20bae7cb19fb8ea99f1a13a937da6bf40f80d4d (patch) | |
tree | 63878526ead76069d0cc3c4a05f5cc5e957a2b22 /lib/libc/sys | |
parent | 8e5bc6018e5f045ce441fa2d7ce12aac13091b1a (diff) |
"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> |