diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/posix1e/posix1e.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdlib/exit.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index fd606cd..84f8928 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -102,8 +102,8 @@ and While these APIs are not documented in POSIX.1e, they are similar in structure. .Sh SEE ALSO -.Xr acl 3 , .Xr extattr 2 , +.Xr acl 3 , .Xr mac 3 , .Xr acl 9 , .Xr extattr 9 , diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index b5e64bd..557af83 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -119,8 +119,8 @@ and functions never return. .Sh SEE ALSO -.Xr _exit 2 , .Xr wait 2 , +.Xr _exit 2 , .Xr atexit 3 , .Xr intro 3 , .Xr sysexits 3 , |