From bc92ddbb15bdddf1599e2a946d46eb153d758534 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 19 Jun 2010 04:29:32 +0200 Subject: [PATCH] fcntl.2: spfix Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 6343a2b66..802312c99 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1015,7 +1015,7 @@ between the system page size and the limit defined in .BR proc (5)). Attempts to set the pipe capacity below the page size are silently rounded up to the page size. -Attempts by an unprivielged process to set the pipe capacity above the limit in +Attempts by an unprivileged process to set the pipe capacity above the limit in .IR /proc/sys/fs/pipe-size-max yield the error .BR EPERM ;