diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-05 17:12:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-05 17:12:53 +0000 |
| commit | 51f98e585be773f14da7e9013078c23c3c51506c (patch) | |
| tree | a02c71912e839502c1f4b3689082205a1471b3de /lib/libc | |
| parent | fa8c78c0435a96db2a5af79be611a33dd292e203 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getttyent.3 | 7 | ||||
| -rw-r--r-- | lib/libc/gen/shm_open.3 | 6 | ||||
| -rw-r--r-- | lib/libc/posix1e/acl_delete.3 | 2 | ||||
| -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 |
6 files changed, 13 insertions, 16 deletions
diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 4a8535fca367..9c2be8f899ae 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -39,11 +39,12 @@ .Nm getttyent , .Nm getttynam , .Nm setttyent , -.Nm endttyent -.Nd get ttys file entry +.Nm endttyent , .Nm isdialuptty , .Nm isnettty -.Nd determine tty type from ttys file entry +.Nd +.Xr ttys 5 +file routines .Sh LIBRARY .Lb libc .Sh SYNOPSIS diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3 index ac4c1109af27..7b62e9a72271 100644 --- a/lib/libc/gen/shm_open.3 +++ b/lib/libc/gen/shm_open.3 @@ -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 diff --git a/lib/libc/posix1e/acl_delete.3 b/lib/libc/posix1e/acl_delete.3 index 818b1af28639..fb2958b73e49 100644 --- a/lib/libc/posix1e/acl_delete.3 +++ b/lib/libc/posix1e/acl_delete.3 @@ -34,7 +34,7 @@ .Nm acl_delete_def_file , .Nm acl_delete_def_link_np , .Nm acl_delete_fd_np , -.Nm acl_delete_file_np +.Nm acl_delete_file_np , .Nm acl_delete_link_np .Nd delete an ACL from a file .Sh LIBRARY diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2 index 212a3e99305d..b22f50fd03c1 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 4e10672a8334..57ccadb824b7 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 ac4c1109af27..7b62e9a72271 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 |
