Fix the NAME section making whatis(1) happy in particular.
This commit is contained in:
parent
fa8c78c043
commit
51f98e585b
@ -28,58 +28,58 @@
|
||||
.Dt archive_entry 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm archive_entry_acl_add_entry
|
||||
.Nm archive_entry_acl_add_entry_w
|
||||
.Nm archive_entry_acl_clear
|
||||
.Nm archive_entry_acl_count
|
||||
.Nm archive_entry_acl_next
|
||||
.Nm archive_entry_acl_next_w
|
||||
.Nm archive_entry_acl_reset
|
||||
.Nm archive_entry_acl_text_w
|
||||
.Nm archive_entry_clear
|
||||
.Nm archive_entry_clone
|
||||
.Nm archive_entry_copy_fflags_text_w
|
||||
.Nm archive_entry_copy_gname_w
|
||||
.Nm archive_entry_copy_hardlink
|
||||
.Nm archive_entry_copy_hardlink_w
|
||||
.Nm archive_entry_copy_pathname_w
|
||||
.Nm archive_entry_copy_stat
|
||||
.Nm archive_entry_copy_symlink_w
|
||||
.Nm archive_entry_copy_uname_w
|
||||
.Nm archive_entry_dev
|
||||
.Nm archive_entry_fflags
|
||||
.Nm archive_entry_fflags_text
|
||||
.Nm archive_entry_free
|
||||
.Nm archive_entry_gid
|
||||
.Nm archive_entry_gname
|
||||
.Nm archive_entry_hardlink
|
||||
.Nm archive_entry_ino
|
||||
.Nm archive_entry_mode
|
||||
.Nm archive_entry_mtime
|
||||
.Nm archive_entry_mtime_nsec
|
||||
.Nm archive_entry_new
|
||||
.Nm archive_entry_pathname
|
||||
.Nm archive_entry_pathname_w
|
||||
.Nm archive_entry_rdev
|
||||
.Nm archive_entry_rdevmajor
|
||||
.Nm archive_entry_rdevminor
|
||||
.Nm archive_entry_set_fflags
|
||||
.Nm archive_entry_set_gid
|
||||
.Nm archive_entry_set_gname
|
||||
.Nm archive_entry_set_hardlink
|
||||
.Nm archive_entry_set_link
|
||||
.Nm archive_entry_set_mode
|
||||
.Nm archive_entry_set_pathname
|
||||
.Nm archive_entry_set_rdevmajor
|
||||
.Nm archive_entry_set_rdevminor
|
||||
.Nm archive_entry_set_size
|
||||
.Nm archive_entry_set_symlink
|
||||
.Nm archive_entry_set_uid
|
||||
.Nm archive_entry_set_uname
|
||||
.Nm archive_entry_size
|
||||
.Nm archive_entry_stat
|
||||
.Nm archive_entry_symlink
|
||||
.Nm archive_entry_uid
|
||||
.Nm archive_entry_acl_add_entry ,
|
||||
.Nm archive_entry_acl_add_entry_w ,
|
||||
.Nm archive_entry_acl_clear ,
|
||||
.Nm archive_entry_acl_count ,
|
||||
.Nm archive_entry_acl_next ,
|
||||
.Nm archive_entry_acl_next_w ,
|
||||
.Nm archive_entry_acl_reset ,
|
||||
.Nm archive_entry_acl_text_w ,
|
||||
.Nm archive_entry_clear ,
|
||||
.Nm archive_entry_clone ,
|
||||
.Nm archive_entry_copy_fflags_text_w ,
|
||||
.Nm archive_entry_copy_gname_w ,
|
||||
.Nm archive_entry_copy_hardlink ,
|
||||
.Nm archive_entry_copy_hardlink_w ,
|
||||
.Nm archive_entry_copy_pathname_w ,
|
||||
.Nm archive_entry_copy_stat ,
|
||||
.Nm archive_entry_copy_symlink_w ,
|
||||
.Nm archive_entry_copy_uname_w ,
|
||||
.Nm archive_entry_dev ,
|
||||
.Nm archive_entry_fflags ,
|
||||
.Nm archive_entry_fflags_text ,
|
||||
.Nm archive_entry_free ,
|
||||
.Nm archive_entry_gid ,
|
||||
.Nm archive_entry_gname ,
|
||||
.Nm archive_entry_hardlink ,
|
||||
.Nm archive_entry_ino ,
|
||||
.Nm archive_entry_mode ,
|
||||
.Nm archive_entry_mtime ,
|
||||
.Nm archive_entry_mtime_nsec ,
|
||||
.Nm archive_entry_new ,
|
||||
.Nm archive_entry_pathname ,
|
||||
.Nm archive_entry_pathname_w ,
|
||||
.Nm archive_entry_rdev ,
|
||||
.Nm archive_entry_rdevmajor ,
|
||||
.Nm archive_entry_rdevminor ,
|
||||
.Nm archive_entry_set_fflags ,
|
||||
.Nm archive_entry_set_gid ,
|
||||
.Nm archive_entry_set_gname ,
|
||||
.Nm archive_entry_set_hardlink ,
|
||||
.Nm archive_entry_set_link ,
|
||||
.Nm archive_entry_set_mode ,
|
||||
.Nm archive_entry_set_pathname ,
|
||||
.Nm archive_entry_set_rdevmajor ,
|
||||
.Nm archive_entry_set_rdevminor ,
|
||||
.Nm archive_entry_set_size ,
|
||||
.Nm archive_entry_set_symlink ,
|
||||
.Nm archive_entry_set_uid ,
|
||||
.Nm archive_entry_set_uname ,
|
||||
.Nm archive_entry_size ,
|
||||
.Nm archive_entry_stat ,
|
||||
.Nm archive_entry_symlink ,
|
||||
.Nm archive_entry_uid ,
|
||||
.Nm archive_entry_uname
|
||||
.Nd functions for manipulating archive entry descriptions
|
||||
.Sh SYNOPSIS
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -39,7 +39,7 @@
|
||||
.Nm setuid ,
|
||||
.Nm seteuid ,
|
||||
.Nm setgid ,
|
||||
.Nm setegid ,
|
||||
.Nm setegid
|
||||
.Nd set user and group ID
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
|
@ -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
|
||||
|
@ -36,6 +36,7 @@
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm PAE
|
||||
.Nd Physical Address Extensions
|
||||
.Sh SYNOPSIS
|
||||
.Cd "options PAE"
|
||||
.Sh DESCRIPTION
|
||||
|
@ -32,7 +32,7 @@
|
||||
.Nm ithread_create ,
|
||||
.Nm ithread_destroy ,
|
||||
.Nm ithread_priority ,
|
||||
.Nm ithread_remove_handler,
|
||||
.Nm ithread_remove_handler ,
|
||||
.Nm ithread_schedule
|
||||
.Nd kernel interrupt threads
|
||||
.Sh SYNOPSIS
|
||||
|
@ -48,7 +48,7 @@
|
||||
.Nm mtx_initialized ,
|
||||
.Nm mtx_owned ,
|
||||
.Nm mtx_recursed ,
|
||||
.Nm mtx_assert,
|
||||
.Nm mtx_assert ,
|
||||
.Nm MTX_SYSINIT
|
||||
.Nd kernel synchronization primitives
|
||||
.Sh SYNOPSIS
|
||||
|
@ -30,14 +30,14 @@
|
||||
.Dt SIGNAL 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm signal
|
||||
.Nm signal ,
|
||||
.Nm SIGADDSET ,
|
||||
.Nm SIGDELSET ,
|
||||
.Nm SETEMPTYSET ,
|
||||
.Nm SIGFILLSET ,
|
||||
.Nm SIGISMEMBER ,
|
||||
.Nm SIGISEMPTY ,
|
||||
.Nm SIGNOTEMPTY,
|
||||
.Nm SIGNOTEMPTY ,
|
||||
.Nm SIGSETEQ ,
|
||||
.Nm SIGSETNEQ ,
|
||||
.Nm SIGSETOR ,
|
||||
|
@ -41,7 +41,7 @@
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm compress ,
|
||||
.Nm uncompress ,
|
||||
.Nm uncompress
|
||||
.Nd compress and expand data
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user