From owner-cvs-all Sat Jun 26 17:41:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FEB814CA9; Sat, 26 Jun 1999 17:41:26 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA69512; Sat, 26 Jun 1999 17:41:26 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Message-Id: <199906270041.RAA69512@freefall.freebsd.org> From: Mike Pritchard Date: Sat, 26 Jun 1999 17:41:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mlock.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mpp 1999/06/26 17:41:26 PDT Modified files: (Branch: RELENG_3) lib/libc/sys mlock.2 Log: MFC: Document that mlock() and munlock() can return EPERM if the caller is not the super-user. Also document that we do not currently support the per-process RLIMIT_MEMLOCK limit. PR: doc/11607 Revision Changes Path 1.4.2.1 +9 -1 src/lib/libc/sys/mlock.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message