summaryrefslogtreecommitdiff
path: root/lib/libc/sys/shmctl.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 16:34:52 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 16:34:52 +0000
commita5ed710ccd3bc63d9258bd8aef8acbdaa6e978cf (patch)
tree8aeda37daf69a55f7b237234fddb55ae594d2322 /lib/libc/sys/shmctl.2
parent62bdf2b7c6dd3823fa1949663f065e808d777f2d (diff)
Notes
Diffstat (limited to 'lib/libc/sys/shmctl.2')
-rw-r--r--lib/libc/sys/shmctl.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2
index b1c5a4bdf6b2..59036f20dc6a 100644
--- a/lib/libc/sys/shmctl.2
+++ b/lib/libc/sys/shmctl.2
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: shmctl.2,v 1.1 1995/10/03 19:17:21 joerg Exp $
.\"
.Dd July 17, 1995
.Dt SHMCTL 2
@@ -76,13 +76,13 @@ to succeed, the calling process's effective uid must match
.Fa shm_perm.uid
or
.Fa shm_perm.cuid ,
-or the process must have superuser privilges.
+or the process must have superuser privileges.
.\" .It Dv SHM_LOCK
.\" Locks the segment in memory. The calling process must have
.\" superuser privileges. Not implemented in FreeBSD.
.\" .It Dv SHM_UNLOCK
.\" Unlocks the segment from memory. The calling process must
-.\" have superuser priviliges. Not implemented in FreeBSD.
+.\" have superuser privileges. Not implemented in FreeBSD.
.El
.Pp
The