diff options
author | ru <ru@FreeBSD.org> | 2004-07-05 17:12:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-05 17:12:53 +0000 |
commit | d384729d50978bc42ae8b4cf666e1de7b176d1ee (patch) | |
tree | a02c71912e839502c1f4b3689082205a1471b3de /lib/libc/sys | |
parent | 53aa64d4e62d2d6746d63cd9bbfa414ebdca0f5b (diff) | |
download | FreeBSD-src-d384729d50978bc42ae8b4cf666e1de7b176d1ee.zip FreeBSD-src-d384729d50978bc42ae8b4cf666e1de7b176d1ee.tar.gz |
Fix the NAME section making whatis(1) happy in particular.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/setuid.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/shm_open.2 | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2 index 212a3e9..b22f50f 100644 --- a/lib/libc/sys/extattr_get_file.2 +++ b/lib/libc/sys/extattr_get_file.2 @@ -36,12 +36,12 @@ .Nm extattr_list_fd , .Nm extattr_get_file , .Nm extattr_set_file , -.Nm extattr_delete_file +.Nm extattr_delete_file , .Nm extattr_list_file , .Nm extattr_get_link , .Nm extattr_set_link , -.Nm extattr_delete_link -.Nm extattr_list_link , +.Nm extattr_delete_link , +.Nm extattr_list_link .Nd system calls to manipulate VFS extended attributes .Sh LIBRARY .Lb libc diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 4e10672..57ccadb 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -39,7 +39,7 @@ .Nm setuid , .Nm seteuid , .Nm setgid , -.Nm setegid , +.Nm setegid .Nd set user and group ID .Sh LIBRARY .Lb libc diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2 index ac4c110..7b62e9a 100644 --- a/lib/libc/sys/shm_open.2 +++ b/lib/libc/sys/shm_open.2 @@ -32,10 +32,8 @@ .Dt SHM_OPEN 3 .Os .Sh NAME -.Nm shm_open -.Nd open or create a shared memory object -.Nm shm_unlink -.Nd remove a shared memory object +.Nm shm_open , shm_unlink +.Nd "shared memory object operations" .Sh LIBRARY .Lb libc .Sh SYNOPSIS |