diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-24 02:07:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-24 02:07:37 +0000 |
commit | 621f100c9936469c76b0f6c5930b14ccf6e20fb3 (patch) | |
tree | 3fe3577bb9892dc8bbf0ccac590f607eaec654c2 /lib/libc/sys/setpgid.2 | |
parent | 1d4a1404777ee863d008569c38c15422c20909a0 (diff) |
fix mispelling of EACCES; bde
Diffstat (limited to 'lib/libc/sys/setpgid.2')
-rw-r--r-- | lib/libc/sys/setpgid.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index 1842d5e1fb5..75f469e3e7a 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -69,7 +69,7 @@ indicates the reason. .Fn Setpgid will fail and the process group will not be altered if: .Bl -tag -width Er -.It Bq Er EACCESS +.It Bq Er EACCES The value of the .Fa pid argument matches the process ID of a child process of the calling process, |