]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
s/EACCESS/EACCES/
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Dec 2006 01:47:20 +0000 (01:47 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Dec 2006 01:47:20 +0000 (01:47 +0000)
man2/inotify_add_watch.2
man3/sem_open.3

index 5b150bb1f632c50b9035591132b8f4fc42e387f1..5a8eec0c79e24ecf0d850f131025569af9ca776c 100644 (file)
@@ -84,7 +84,7 @@ On error \-1 is returned and
 is set appropriately.
 .SH ERRORS
 .TP
-.B EACCESS
+.B EACCES
 Read access to the given file is not permitted.
 .TP
 .B EBADF
index 4b1bac131faee4893fdb91b799cbb0942da553f1..010eb3046c91078961b4a9ec8e13c3d92aefc9a8 100644 (file)
@@ -104,7 +104,7 @@ with
 set to indicate the error.
 .SH ERRORS
 .TP
-.B EACCESS
+.B EACCES
 The semaphore exists, but the caller does not have permission to 
 open it.
 .TP