ALTQ(4)                  - alternate queuing of network packets
ALTQ(9)                  - kernel interfaces for manipulating output queues on network interfaces
BUF_LOCK(9)              - locks a buffer
BUF_LOCKFREE(9)          - destroys a buffer's lock
BUF_LOCKINIT(9)          - initializes a buffer lock
BUF_REFCNT(9)            - returns the reference count on a buffer's lock
BUF_TIMELOCK(9)          - locks a buffer
BUF_UNLOCK(9)            - unlocks a locked buffer
BUS_ADD_CHILD(9)         - add a device node to the tree with a given priority
BUS_CONFIG_INTR(9)       - configure interrupt polarity and trigger mode
BUS_PRINT_CHILD(9)       - print information about a device
BUS_READ_IVAR(9), BUS_WRITE_IVAR(9) - manipulate bus-specific device instance variables
BUS_SETUP_INTR(9), bus_setup_intr(9), BUS_TEARDOWN_INTR(9), bus_teardown_intr(9) - create, attach and teardown an interrupt handler
CPU_ELAN(4)              - AMD Elan 520 CPU support
CTASSERT(9)              - compile time assertion macro
CTR0(9), CTR1(9), CTR2(9), CTR3(9), CTR4(9), CTR5(9) - kernel tracing facility
DECLARE_GEOM_CLASS(9)    - GEOM class declaration macro
DECLARE_MODULE(9)        - kernel module declaration macro
DELAY(9)                 - busy loop for an interval
DEVICE_ATTACH(9)         - attach a device
DEVICE_DETACH(9)         - detach a device
DEVICE_IDENTIFY(9)       - identify a device, register it
DEVICE_PROBE(9)          - probe for device existence
DEVICE_SHUTDOWN(9)       - called during system shutdown
DEV_MODULE(9)            - device driver module declaration macro
DRIVER_MODULE(9)         - kernel driver declaration macro
EVENTHANDLER(9)          - kernel event handling functions
GEOM(4)                  - modular disk I/O request transformation framework
IPXrouted(8)             - IPX Routing Information Protocol daemon
KASSERT(9)               - kernel expression verification macro
MAKEDEV(8)               - old script for creating device nodes
MD2Init(3), MD2Update(3), MD2Pad(3), MD2Final(3), MD2End(3), MD2File(3), MD2FileChunk(3), MD2Data(3) - calculate the RSA Data Security, Inc., ``MD2'' message digest
MD4Init(3), MD4Update(3), MD4Pad(3), MD4Final(3), MD4End(3), MD4File(3), MD4FileChunk(3), MD4Data(3) - calculate the RSA Data Security, Inc., ``MD4'' message digest
MD5(9), MD5Init(9), MD5Transform(9) - message digest routines
MD5Init(3), MD5Update(3), MD5Pad(3), MD5Final(3), MD5End(3), MD5File(3), MD5FileChunk(3), MD5Data(3) - calculate the RSA Data Security, Inc., ``MD5'' message digest
MODULE_DEPEND(9)         - set kernel module dependencies
MODULE_VERSION(9)        - set kernel module version
MUTEX_PROFILING(9)       - kernel mutex profiling support
NgMkSockNode(3), NgNameNode(3), NgSendMsg(3), NgSendAsciiMsg(3), NgSendMsgReply(3), NgRecvMsg(3), NgAllocRecvMsg(3), NgRecvAsciiMsg(3), NgAllocRecvAsciiMsg(3), NgSendData(3), NgRecvData(3), NgAllocRecvData(3), NgSetDebug(3), NgSetErrLog(3) - netgraph user library
PAE(4)                   - Physical Address Extensions
RIPEMD160_Init(3), RIPEMD160_Update(3), RIPEMD160_Final(3), RIPEMD160_End(3), RIPEMD160_File(3), RIPEMD160_FileChunk(3), RIPEMD160_Data(3) - calculate the RIPEMD160 message digest
SCSI(4), CAM(4)          - CAM SCSI subsystem
SDP_GET8(3), SDP_GET16(3), SDP_GET32(3), SDP_GET64(3), SDP_GET128(3), SDP_GET_UUID128(3), SDP_PUT8(3), SDP_PUT16(3), SDP_PUT32(3), SDP_PUT64(3), SDP_PUT128(3), SDP_PUT_UUID128(3), sdp_open(3), sdp_open_local(3), sdp_close(3), sdp_error(3), sdp_search(3), sdp_attr2desc(3), sdp_uuid2desc(3) - Bluetooth SDP routines
SHA256_Init(3), SHA256_Update(3), SHA256_Final(3), SHA256_End(3), SHA256_File(3), SHA256_FileChunk(3), SHA256_Data(3) - calculate the FIPS 180-2 ``SHA-256'' message digest
SHA_Init(3), SHA_Update(3), SHA_Final(3), SHA_End(3), SHA_File(3), SHA_FileChunk(3), SHA_Data(3), SHA1_Init(3), SHA1_Update(3), SHA1_Final(3), SHA1_End(3), SHA1_File(3), SHA1_FileChunk(3), SHA1_Data(3) - calculate the FIPS 160 and 160-1 ``SHA'' message digests
SLIST_EMPTY(3), SLIST_ENTRY(3), SLIST_FIRST(3), SLIST_FOREACH(3), SLIST_FOREACH_SAFE(3), SLIST_HEAD(3), SLIST_HEAD_INITIALIZER(3), SLIST_INIT(3), SLIST_INSERT_AFTER(3), SLIST_INSERT_HEAD(3), SLIST_NEXT(3), SLIST_REMOVE_HEAD(3), SLIST_REMOVE(3), STAILQ_CONCAT(3), STAILQ_EMPTY(3), STAILQ_ENTRY(3), STAILQ_FIRST(3), STAILQ_FOREACH(3), STAILQ_FOREACH_SAFE(3), STAILQ_HEAD(3), STAILQ_HEAD_INITIALIZER(3), STAILQ_INIT(3), STAILQ_INSERT_AFTER(3), STAILQ_INSERT_HEAD(3), STAILQ_INSERT_TAIL(3), STAILQ_LAST(3), STAILQ_NEXT(3), STAILQ_REMOVE_HEAD(3), STAILQ_REMOVE(3), LIST_EMPTY(3), LIST_ENTRY(3), LIST_FIRST(3), LIST_FOREACH(3), LIST_FOREACH_SAFE(3), LIST_HEAD(3), LIST_HEAD_INITIALIZER(3), LIST_INIT(3), LIST_INSERT_AFTER(3), LIST_INSERT_BEFORE(3), LIST_INSERT_HEAD(3), LIST_NEXT(3), LIST_REMOVE(3), TAILQ_CONCAT(3), TAILQ_EMPTY(3), TAILQ_ENTRY(3), TAILQ_FIRST(3), TAILQ_FOREACH(3), TAILQ_FOREACH_SAFE(3), TAILQ_FOREACH_REVERSE(3), TAILQ_FOREACH_REVERSE_SAFE(3), TAILQ_HEAD(3), TAILQ_HEAD_INITIALIZER(3), TAILQ_INIT(3), TAILQ_INSERT_AFTER(3), TAILQ_INSERT_BEFORE(3), TAILQ_INSERT_HEAD(3), TAILQ_INSERT_TAIL(3), TAILQ_LAST(3), TAILQ_NEXT(3), TAILQ_PREV(3), TAILQ_REMOVE(3) - implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SMP(4)                   - description of the FreeBSD Symmetric Multi-Processor kernel
SPLAY_PROTOTYPE(3), SPLAY_GENERATE(3), SPLAY_ENTRY(3), SPLAY_HEAD(3), SPLAY_INITIALIZER(3), SPLAY_ROOT(3), SPLAY_EMPTY(3), SPLAY_NEXT(3), SPLAY_MIN(3), SPLAY_MAX(3), SPLAY_FIND(3), SPLAY_LEFT(3), SPLAY_RIGHT(3), SPLAY_FOREACH(3), SPLAY_INIT(3), SPLAY_INSERT(3), SPLAY_REMOVE(3), RB_PROTOTYPE(3), RB_GENERATE(3), RB_ENTRY(3), RB_HEAD(3), RB_INITIALIZER(3), RB_ROOT(3), RB_EMPTY(3), RB_NEXT(3), RB_MIN(3), RB_MAX(3), RB_FIND(3), RB_LEFT(3), RB_RIGHT(3), RB_PARENT(3), RB_FOREACH(3), RB_INIT(3), RB_INSERT(3), RB_REMOVE(3) - implementations of splay and red-black trees
SYSCALL_MODULE(9)        - syscall kernel module declaration macro
VFS(9)                   - kernel interface to file systems
VFS_CHECKEXP(9)          - check if a file system is exported to a client
VFS_FHTOVP(9)            - turn an NFS filehandle into a vnode
VFS_LOCK_GIANT(9), VFS_UNLOCK_GIANT(9) - Conditionally lock and unlock Giant around entry into VFS
VFS_MOUNT(9)             - mount a file system
VFS_QUOTACTL(9)          - manipulate file system quotas
VFS_ROOT(9)              - return the root vnode of a file system
VFS_SET(9)               - set up loadable file system vfsconf
VFS_STATFS(9)            - return file system status
VFS_SYNC(9)              - flush unwritten data
VFS_UNMOUNT(9)           - unmount a file system
VFS_VGET(9)              - convert an inode number to a vnode
VFS_VPTOFH(9)            - turn a vnode into an NFS filehandle
VGLBitmapAllocateBits(3), VGLBitmapCopy(3), VGLBitmapCreate(3), VGLBitmapDestroy(3), VGLBitmapPutChar(3), VGLBitmapString(3), VGLBlankDisplay(3), VGLBox(3), VGLCheckSwitch(3), VGLClear(3), VGLEllipse(3), VGLEnd(3), VGLFilledBox(3), VGLFilledEllipse(3), VGLGetXY(3), VGLInit(3), VGLLine(3), VGLKeyboardInit(3), VGLKeyboardEnd(3), VGLKeyboardGetCh(3), VGLMouseInit(3), VGLMouseMode(3), VGLMouseSetImage(3), VGLMouseSetStdImage(3), VGLMouseStatus(3), VGLPanScreen(3), VGLSetBorder(3), VGLSetPalette(3), VGLSetPaletteIndex(3), VGLSetVScreenSize(3), VGLSetXY(3), VGLTextSetFontFile(3) - Video Graphics Library functions
VOP_ACCESS(9)            - check access permissions of a file or Unix domain socket
VOP_ACLCHECK(9)          - check an access control list for a vnode
VOP_ADVLOCK(9)           - advisory record locking
VOP_BWRITE(9)            - write a file system buffer
VOP_CREATE(9), VOP_MKNOD(9), VOP_MKDIR(9), VOP_SYMLINK(9) - create a file, socket, fifo, device, directory or symlink
VOP_CREATEVOBJECT(9), VOP_DESTROYVOBJECT(9), VOP_GETVOBJECT(9) - VM object interaction
VOP_FSYNC(9)             - flush file system buffers for a file
VOP_GETACL(9)            - retrieve access control list for a vnode
VOP_GETATTR(9), VOP_SETATTR(9) - get and set attributes on a file or directory
VOP_GETEXTATTR(9)        - retrieve named extended attribute from a vnode
VOP_GETPAGES(9), VOP_PUTPAGES(9) - read or write VM pages from a file
VOP_INACTIVE(9), VOP_RECLAIM(9) - reclaim file system resources for a vnode
VOP_IOCTL(9)             - device specific control
VOP_LEASE(9)             - validate a vnode for a particular set of credentials and operation type
VOP_LINK(9)              - create a new name for a file
VOP_LISTEXTATTR(9)       - retrieve a list of named extended attribute from a vnode
VOP_LOCK(9), VOP_UNLOCK(9), VOP_ISLOCKED(9), vn_lock(9) - serialize access to a vnode
VOP_LOOKUP(9)            - lookup a component of a pathname
VOP_OPEN(9), VOP_CLOSE(9) - open or close a file
VOP_PATHCONF(9)          - return POSIX pathconf information
VOP_PRINT(9)             - print debugging information
VOP_READ(9), VOP_WRITE(9) - read or write a file
VOP_READDIR(9)           - read contents of a directory
VOP_READLINK(9)          - read the target of a symbolic link
VOP_REALLOCBLKS(9)       - rearrange blocks in a file to be contiguous
VOP_REMOVE(9), VOP_RMDIR(9) - remove a file or directory
VOP_RENAME(9)            - rename a file
VOP_REVOKE(9)            - revoke access to a device and its aliases
VOP_SETACL(9)            - set the access control list for a vnode
VOP_SETEXTATTR(9)        - set named extended attribute for a vnode
VOP_STRATEGY(9)          - read or write a file system buffer
_exit(2)                 - terminate the calling process
_secure_path(3)          - determine if a file appears to be secure
a.out(5)                 - format of executable binary files
aac(4)                   - Adaptec AdvancedRAID Controller driver
abort(3)                 - cause abnormal program termination
abs(3)                   - integer absolute value function
ac(8)                    - connect time accounting
accept(2)                - accept a connection on a socket
accept_filter(9), accept_filt_add(9), accept_filt_del(9), accept_filt_generic_mod_event(9), accept_filt_get(9) - filter incoming connections
access(2), eaccess(2)    - check accessibility of a file
accf_data(9)             - buffer incoming connections until data arrives
accf_http(9)             - buffer incoming connections until a certain complete HTTP requests arrive
acct(2)                  - enable or disable process accounting
acct(5)                  - execution accounting file
accton(8)                - enable/disable system accounting
acl(3)                   - introduction to the POSIX.1e ACL security API
acl(9)                   - virtual file system access control lists
acl_add_perm(3)          - add permissions to a permission set
acl_calc_mask(3)         - calculate and set ACL mask permissions
acl_clear_perms(3)       - clear permissions from a permission set
acl_copy_entry(3)        - copy an ACL entry to another ACL entry
acl_create_entry(3)      - create a new ACL entry
acl_delete_def_file(3), acl_delete_def_link_np(3), acl_delete_fd_np(3), acl_delete_file_np(3), acl_delete_link_np(3) - delete an ACL from a file
acl_delete_entry(3)      - delete an ACL entry from an ACL
acl_delete_perm(3)       - delete permissions from a permission set
acl_dup(3)               - duplicate an ACL
acl_free(3)              - free ACL working state
acl_from_text(3)         - create an ACL from text
acl_get_entry(3)         - retrieve an ACL entry from an ACL
acl_get_fd(3), acl_get_fd_np(3), acl_get_file(3), acl_get_link_np(3) - get an ACL for a file
acl_get_perm_np(3)       - check if a permission is set in a permission set
acl_get_permset(3)       - retrieve permission set from an ACL entry
acl_get_qualifier(3)     - retrieve the qualifier from an ACL entry
acl_get_tag_type(3)      - retrieve the tag type from an ACL entry
acl_init(3)              - initialize ACL working storage
acl_set_fd(3), acl_set_fd_np(3), acl_set_file(3), acl_set_link_np(3) - set an ACL for a file
acl_set_permset(3)       - set the permissions of an ACL entry
acl_set_qualifier(3)     - set ACL tag qualifier
acl_set_tag_type(3)      - set the tag type of an ACL entry
acl_to_text(3)           - convert an ACL to text
acl_valid(3), acl_valid_fd_np(3), acl_valid_file_np(3), acl_valid_link_np(3) - validate an ACL
acos(3), acosf(3)        - arc cosine functions
acosh(3), acoshf(3)      - inverse hyperbolic cosine functions
acpi(4)                  - Advanced Configuration and Power Management support
acpi_asus(4)             - Asus Laptop Extras
acpi_fujitsu(4)          - Fujitsu Laptop Extras
acpi_ibm(4)              - ACPI extras driver for IBM laptops
acpi_panasonic(4)        - ACPI hotkey driver for Panasonic laptops
acpi_sony(4)             - ACPI notebook controller driver for Sony laptops
acpi_thermal(4)          - ACPI thermal management subsystem
acpi_toshiba(4)          - Toshiba HCI interface
acpi_video(4)            - ACPI Video Extensions driver
acpiconf(8)              - control ACPI power management
acpidb(8)                - ACPI DSDT debugger
acpidump(8)              - dump ACPI tables and ASL
addch(3), waddch(3), mvaddch(3), mvwaddch(3), echochar(3), wechochar(3) - add a character (with attributes) to a curses window, then advance the cursor
addchstr(3), addchnstr(3), waddchstr(3), waddchnstr(3), mvaddchstr(3), mvaddchnstr(3), mvwaddchstr(3), mvwaddchnstr(3) - add a string of characters (and attributes) to a curses window
addftinfo(1)             - add information to troff font files for use with groff
adding_user(8)           - procedure for adding new users
addr2ascii(3), ascii2addr(3) - Generic address formatting routines
addr2line(1)             - convert addresses into file names and line numbers
addstr(3), addnstr(3), waddstr(3), waddnstr(3), mvaddstr(3), mvaddnstr(3), mvwaddstr(3), mvwaddnstr(3) - add a string of characters to a curses window and advance cursor
adduser(8)               - command for adding new users
adduser.conf(5)          - adduser(8) configuration file
adjkerntz(8)             - adjust local time CMOS clock to reflect time zone changes and keep current timezone offset for the kernel
adjtime(2)               - correct the time to allow synchronization of the system clock
adv(4)                   - Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver
adw(4)                   - Advansys PCI 16bit SCSI Host adapter driver
afmtodit(1)              - create font files for use with groff -Tps
agp(4)                   - generic interface to the Accelerated Graphics Port (AGP)
aha(4)                   - Adaptec SCSI host adapter driver
ahb(4)                   - Adaptec EISA SCSI host adapter driver
ahc(4)                   - Adaptec VL/EISA/PCI SCSI host adapter driver
ahd(4)                   - Adaptec PCI/PCI-X Ultra320 SCSI host adapter driver
aic(4)                   - Adaptec AIC-6260 and AIC-6360 SCSI driver
aio(4)                   - asynchronous I/O
aio_cancel(2)            - cancel an outstanding asynchronous I/O operation (REALTIME)
aio_error(2)             - retrieve error status of asynchronous I/O operation (REALTIME)
aio_read(2)              - asynchronous read from a file (REALTIME)
aio_return(2)            - retrieve return status of asynchronous I/O operation (REALTIME)
aio_suspend(2)           - suspend until asynchronous I/O operations or timeout complete (REALTIME)
aio_waitcomplete(2)      - wait for the next completion of an aio request
aio_write(2)             - asynchronous write to a file (REALTIME)
alarm(3)                 - set signal timer alarm
aliases(5)               - aliases file for sendmail
alloca(3)                - memory allocator
alpm(4)                  - Acer Aladdin 15x3 Power Management controller driver
alq(9), alq_open(9), alq_write(9), alq_flush(9), alq_close(9), alq_get(9), alq_post(9) - Asynchronous Logging Queues
amd(4)                   - amd53c974 PCI SCSI driver
amd(8)                   - automatically mount file systems
amd.conf(5)              - amd configuration file
amdpm(4)                 - AMD 756 Power Management controller driver
amq(8)                   - automounter query tool
amr(4)                   - MegaRAID SCSI/ATA/SATA RAID driver
an(4)                    - Aironet Communications 4500/4800 wireless network adapter driver
ancontrol(8)             - configure Aironet 4500/4800 devices
apm(4)                   - APM BIOS interface
apm(8), zzz(8)           - control the APM BIOS and display its information
apmd(8)                  - Advanced Power Management monitor daemon
apply(1)                 - apply a command to a set of arguments
apropos(1), whatis(1)    - search the whatis database
ar(1)                    - create, modify, and extract from archives
ar(4)                    - synchronous Digi/Arnet device driver
arc4rand(9), arc4random(9), random(9), read_random(9), srandom(9) - supply pseudo-random numbers
arc4random(3), arc4random_stir(3), arc4random_addrandom(3) - arc4 random number generator
archive_compression(3), archive_compression_name(3), archive_errno(3), archive_error_string(3), archive_format(3), archive_format_name(3), archive_set_error(3) - libarchive utility functions
archive_entry_acl_add_entry(3), archive_entry_acl_add_entry_w(3), archive_entry_acl_clear(3), archive_entry_acl_count(3), archive_entry_acl_next(3), archive_entry_acl_next_w(3), archive_entry_acl_reset(3), archive_entry_acl_text_w(3), archive_entry_atime(3), archive_entry_atime_nsec(3), archive_entry_clear(3), archive_entry_clone(3), archive_entry_copy_fflags_text_w(3), archive_entry_copy_gname_w(3), archive_entry_copy_hardlink(3), archive_entry_copy_hardlink_w(3), archive_entry_copy_pathname_w(3), archive_entry_copy_stat(3), archive_entry_copy_symlink_w(3), archive_entry_copy_uname_w(3), archive_entry_dev(3), archive_entry_fflags(3), archive_entry_fflags_text(3), archive_entry_free(3), archive_entry_gid(3), archive_entry_gname(3), archive_entry_hardlink(3), archive_entry_ino(3), archive_entry_mode(3), archive_entry_mtime(3), archive_entry_mtime_nsec(3), archive_entry_new(3), archive_entry_pathname(3), archive_entry_pathname_w(3), archive_entry_rdev(3), archive_entry_rdevmajor(3), archive_entry_rdevminor(3), archive_entry_set_fflags(3), archive_entry_set_gid(3), archive_entry_set_gname(3), archive_entry_set_hardlink(3), archive_entry_set_link(3), archive_entry_set_mode(3), archive_entry_set_mtime(3), archive_entry_set_pathname(3), archive_entry_set_rdevmajor(3), archive_entry_set_rdevminor(3), archive_entry_set_size(3), archive_entry_set_symlink(3), archive_entry_set_uid(3), archive_entry_set_uname(3), archive_entry_size(3), archive_entry_stat(3), archive_entry_symlink(3), archive_entry_uid(3), archive_entry_uname(3) - functions for manipulating archive entry descriptions
archive_read_new(3), archive_read_set_bytes_per_block(3), archive_read_support_compression_all(3), archive_read_support_compression_bzip2(3), archive_read_support_compression_compress(3), archive_read_support_compression_gzip(3), archive_read_support_compression_none(3), archive_read_support_format_all(3), archive_read_support_format_cpio(3), archive_read_support_format_iso9660(3), archive_read_support_format_tar(3), archive_read_support_format_zip(3), archive_read_open(3), archive_read_open_fd(3), archive_read_open_file(3), archive_read_next_header(3), archive_read_data(3), archive_read_data_block(3), archive_read_data_skip(3), archive_read_data_into_buffer(3), archive_read_data_into_fd(3), archive_read_extract(3), archive_read_extract_set_progress_callback(3), archive_read_close(3), archive_read_finish(3) - functions for reading streaming archives
archive_write_new(3), archive_write_set_format_cpio(3), archive_write_set_format_pax(3), archive_write_set_format_pax_restricted(3), archive_write_set_format_shar(3), archive_write_set_format_shar_binary(3), archive_write_set_format_ustar(3), archive_write_set_bytes_per_block(3), archive_write_set_bytes_in_last_block(3), archive_write_set_compressor_gzip(3), archive_write_set_compressor_bzip2(3), archive_write_open(3), archive_write_open_fd(3), archive_write_open_file(3), archive_write_prepare(3), archive_write_header(3), archive_write_data(3), archive_write_close(3), archive_write_finish(3) - functions for creating archives
arcmsr(4)                - Areca SATA II RAID Controller driver
arl(4)                   - Aironet Arlan 655 wireless network adapter driver
arlcontrol(8)            - configure Aironet Arlan 655 device
arp(4)                   - Address Resolution Protocol
arp(8)                   - address resolution display and control
as(1), AS(1)             - the portable GNU assembler
asa(1)                   - interpret carriage-control characters
ascii(7)                 - octal, hexadecimal and decimal ASCII character sets
asctime(3), asctime_r(3), ctime(3), ctime_r(3), difftime(3), gmtime(3), gmtime_r(3), localtime(3), localtime_r(3), mktime(3), timegm(3) - transform binary date and time values
asf(8)                   - add symbol files
asin(3), asinf(3)        - arc sine functions
asinh(3), asinhf(3)      - inverse hyperbolic sine functions
asn1(3), asn_get_header(3), asn_put_header(3), asn_put_temp_header(3), asn_commit_header(3), asn_get_integer_raw(3), asn_get_integer(3), asn_put_integer(3), asn_get_octetstring_raw(3), asn_get_octetstring(3), asn_put_octetstring(3), asn_get_null_raw(3), asn_get_null(3), asn_put_null(3), asn_put_exception(3), asn_get_objid_raw(3), asn_get_objid(3), asn_put_objid(3), asn_get_sequence(3), asn_get_ipaddress_raw(3), asn_get_ipaddress(3), asn_put_ipaddress(3), asn_get_uint32_raw(3), asn_put_uint32(3), asn_get_counter64_raw(3), asn_put_counter64(3), asn_get_timeticks(3), asn_put_timeticks(3), asn_skip(3), asn_slice_oid(3), asn_append_oid(3), asn_compare_oid(3), asn_is_suboid(3), asn_oid2str_r(3), asn_oid2str(3) - ASN.1 library for SNMP
asr(4)                   - driver for Adaptec I2O based SCSI/ATA host bus adapters
assert(3)                - expression verification macro
at(1), batch(1), atq(1), atrm(1) - queue, examine or delete jobs for later execution
ata(4), ar(4), acd(4), ad(4), afd(4), ast(4) - generic ATA/ATAPI disk controller driver
atacontrol(8)            - ATA device driver control program
atan(3), atanf(3)        - arc tangent functions of one variable
atan2(3), atan2f(3)      - arc tangent functions of two variables
atanh(3), atanhf(3)      - inverse hyperbolic tangent functions
atapicam(4)              - CAM XPT (transport) module for ATAPI devices
ataraid(4)               - ATA software RAID support
atexit(3)                - register a function to be called on exit
ath(4)                   - Atheros IEEE 802.11 wireless network driver
ath_hal(4)               - Atheros Hardware Access Layer (HAL)
atkbd(4)                 - the AT keyboard interface
atkbdc(4)                - the AT keyboard controller interface
atm(8)                   - user configuration and display command for HARP ATM interface
atmarpd(8)               - ATMARP/SCSP interface daemon
atmconfig(8)             - ATM configuration tool
atof(3)                  - convert ASCII string to double
atoi(3)                  - convert ASCII string to integer
atol(3), atoll(3)        - convert ASCII string to long or long long integer
atomic_add(9), atomic_clear(9), atomic_cmpset(9), atomic_fetchadd(9), atomic_load(9), atomic_readandclear(9), atomic_set(9), atomic_subtract(9), atomic_store(9) - atomic operations
atrun(8)                 - run jobs queued for later execution
attroff(3), wattroff(3), attron(3), wattron(3), attrset(3), wattrset(3), color_set(3), wcolor_set(3), standend(3), wstandend(3), standout(3), wstandout(3), attr_get(3), wattr_get(3), attr_off(3), wattr_off(3), attr_on(3), wattr_on(3), attr_set(3), wattr_set(3), chgat(3), wchgat(3), mvchgat(3), mvwchgat(3), PAIR_NUMBER(3) - curses character and window attribute control routines
aue(4)                   - ADMtek AN986 Pegasus USB Ethernet driver
auth.conf(5)             - authentication capability database
auth_checknologin(3), auth_cat(3) - authentication style support library for login class capabilities database
auth_destroy(3), authnone_create(3), authsys_create(3), authsys_create_default(3) - library routines for client side remote procedure call authentication
auth_getval(3)           - functions for reading values from /etc/auth.conf
auth_ttyok(3), auth_hostok(3), auth_timeok(3) - functions for checking login class based login restrictions
authpf(8)                - authenticating gateway user shell
awi(4)                   - AMD PCnetMobile IEEE 802.11 PCMCIA wireless network driver
awk(1)                   - pattern-directed scanning and processing language
axe(4)                   - ASIX Electronics AX88172 USB Ethernet driver
badsect(8)               - create files to contain bad sectors
banner(6)                - print large banner on printer
basename(1), dirname(1)  - return filename or directory portion of pathname
basename(3)              - extract the base portion of a pathname
baudrate(3), erasechar(3), erasewchar(3), has_ic(3), has_il(3), killchar(3), killwchar(3), longname(3), term_attrs(3), termattrs(3), termname(3) - curses environment query routines
bc(1)                    - An arbitrary precision calculator language
bcd(6), ppt(6)           - reformat input as punch cards or paper tape
bcmfw(8)                 - firmware download utility for Broadcom BCM2033 chip based Bluetooth USB devices
bcmp(3)                  - compare byte string
bcmp(3), bcopy(3), bzero(3), memccpy(3), memchr(3), memcmp(3), memcpy(3), memmove(3), memset(3) - byte string operations
bcopy(3)                 - copy byte string
bdes(1)                  - encrypt/decrypt using the Data Encryption Standard (DES)
beep(3), flash(3)        - curses bell and screen flash routines
bfe(4)                   - Broadcom BCM4401 Ethernet Device Driver
bge(4)                   - Broadcom BCM570x/5714/5721/5750/5751/5789 PCI Gigabit Ethernet adapter driver
biff(1)                  - be notified if mail arrives and who it is from
big5(5)                  - Big Five encoding for Traditional Chinese text
bind(2)                  - assign a local protocol address to a socket
bindresvport(3), bindresvport_sa(3) - bind a socket to a privileged IP port
bintime(9), getbintime(9), microtime(9), getmicrotime(9), nanotime(9), getnanotime(9) - get the current time
binuptime(9), getbinuptime(9), microuptime(9), getmicrouptime(9), nanouptime(9), getnanouptime(9) - get the time elapsed since boot
bios(9), bios_sigsearch(9), bios32_SDlookup(9), bios32(9) - interact with PC BIOS
bit_alloc(3), bit_clear(3), bit_decl(3), bit_ffs(3), bit_nclear(3), bit_nset(3), bit_set(3), bitstr_size(3), bit_test(3) - bit-string manipulation macros
bkgdset(3), wbkgdset(3), bkgd(3), wbkgd(3), getbkgd(3) - curses window background manipulation routines
bktr(4)                  - Brooktree Bt848/849/878/879 and Pinnacle PCTV video capture driver
blackhole(4)             - a sysctl(8) MIB for manipulating behaviour in respect of refused TCP or UDP connection attempts
bluetooth.hosts(5)       - Bluetooth host name database
bluetooth.protocols(5)   - Bluetooth Protocol Service Multiplexor database
boot(8)                  - system bootstrapping procedures
boot(9)                  - halt or reboot the system
boot0cfg(8)              - boot manager installation/configuration utility
bootparamd(8)            - boot parameter server
bootparams(5)            - boot parameter database
bootpd(8), bootpgw(8)    - Internet Boot Protocol server/gateway
bootpef(8)               - BOOTP Extension File compiler
bootptab(5)              - Internet Bootstrap Protocol server database
bootptest(8)             - send BOOTP queries and print responses
boottime(9), time_second(9), time_uptime(9) - system time variables
border(3), wborder(3), box(3), hline(3), whline(3), vline(3), wvline(3), mvhline(3), mvwhline(3), mvvline(3), mvwvline(3) - create curses borders, horizontal and vertical lines
bpf(4)                   - Berkeley Packet Filter
bpf(9)                   - Berkeley Packet Filter
brandelf(1)              - mark an ELF binary for a specific ABI
bread(3), bwrite(3)      - read and write blocks of a UFS file system
bridge(4)                - bridging support
brk(2), sbrk(2)          - change data segment size
bsde_add_rule(3), bsde_get_rule(3), bsde_set_rule(3), bsde_delete_rule(3) - file system firewall rules list management
bsde_get_rule_count(3), bsde_get_rule_slots(3) - file system firewall statistics
bsde_parse_rule(3), bsde_parse_rule_string(3) - parse file system firewall rules
bsde_rule_to_string(3)   - convert a ugidfw rule into its text representation
bsdiff(1)                - generate a patch between two binary files
bsdlabel(8)              - read and write disk pack label
bsearch(3)               - binary search of a sorted table
bsnmpagent(3), snmp_depop_t(3), snmp_op_t(3), tree(3), tree_size(3), snmp_trace(3), snmp_debug(3), snmp_get(3), snmp_getnext(3), snmp_getbulk(3), snmp_set(3), snmp_make_errresp(3), snmp_dep_lookup(3), snmp_init_context(3), snmp_dep_commit(3), snmp_dep_rollback(3), snmp_dep_finish(3) - SNMP agent library
bsnmpclient(3), snmp_client(3), snmp_send_cb_f(3), snmp_timeout_cb_f(3), snmp_timeout_start_f(3), snmp_timeout_stop_f(3), snmp_open(3), snmp_close(3), snmp_pdu_create(3), snmp_add_binding(3), snmp_pdu_check(3), snmp_pdu_send(3), snmp_oid_append(3), snmp_parse_server(3), snmp_receive(3), snmp_table_cb_f(3), snmp_table_fetch(3), snmp_table_fetch_async(3), snmp_dialog(3) - SNMP client library
bsnmpd(1), snmpd(1)      - simple and extendable SNMP daemon
bsnmplib(3), snmp_value_free(3), snmp_value_parse(3), snmp_value_copy(3), snmp_pdu_free(3), snmp_code snmp_pdu_decode(3), snmp_code snmp_pdu_encode(3), snmp_pdu_dump(3), TRUTH_MK(3), TRUTH_GET(3), TRUTH_OK(3) - SNMP decoding and encoding library
bspatch(1)               - apply a patch built with bsdiff(1)
bswap16(9), bswap32(9), bswap64(9), be16toh(9), be32toh(9), be64toh(9), htobe16(9), htobe32(9), htobe64(9), htole16(9), htole32(9), htole64(9), le16toh(9), le32toh(9), le64toh(9), be16enc(9), be16dec(9), be32enc(9), be32dec(9), be64enc(9), be64dec(9), le16enc(9), le16dec(9), le32enc(9), le32dec(9), le64enc(9), le64dec(9) - byte order operations
bt(4)                    - Buslogic/Mylex MultiMaster SCSI host adapter driver
bt3cfw(8)                - firmware download utility for 3Com Bluetooth PC card driver
bt_gethostbyname(3), bt_gethostbyaddr(3), bt_gethostent(3), bt_sethostent(3), bt_endhostent(3), bt_getprotobyname(3), bt_getprotobynumber(3), bt_getprotoent(3), bt_setprotoent(3), bt_endprotoent(3), bt_aton(3), bt_ntoa(3) - Bluetooth routines
bthost(1)                - look up Bluetooth host names and Protocol Service Multiplexor values
btowc(3), wctob(3)       - convert between wide and single-byte characters
btree(3)                 - btree database access method
btsockstat(1)            - show Bluetooth sockets information
btxld(8)                 - link editor for BTX clients
buf(9)                   - kernel buffer I/O scheme used in FreeBSD VM system
build(7)                 - information on how to build the system
builtin(1), !(1), %(1), .(1), :(1), @(1), {(1), }(1), alias(1), alloc(1), bg(1), bind(1), bindkey(1), break(1), breaksw(1), builtins(1), case(1), cd(1), chdir(1), command(1), complete(1), continue(1), default(1), dirs(1), do(1), done(1), echo(1), echotc(1), elif(1), else(1), end(1), endif(1), endsw(1), esac(1), eval(1), exec(1), exit(1), export(1), false(1), fc(1), fg(1), filetest(1), fi(1), for(1), foreach(1), getopts(1), glob(1), goto(1), hash(1), hashstat(1), history(1), hup(1), if(1), jobid(1), jobs(1), kill(1), limit(1), local(1), log(1), login(1), logout(1), ls-F(1), nice(1), nohup(1), notify(1), onintr(1), popd(1), printenv(1), pushd(1), pwd(1), read(1), readonly(1), rehash(1), repeat(1), return(1), sched(1), set(1), setenv(1), settc(1), setty(1), setvar(1), shift(1), source(1), stop(1), suspend(1), switch(1), telltc(1), test(1), then(1), time(1), trap(1), true(1), type(1), ulimit(1), umask(1), unalias(1), uncomplete(1), unhash(1), unlimit(1), unset(1), unsetenv(1), until(1), wait(1), where(1), which(1), while(1) - shell built-in commands
burncd(8)                - control the ATAPI CD-R/RW driver
bus_activate_resource(9), bus_deactivate_resource(9) - activate or deactivate a resource
bus_alloc_resource(9), bus_alloc_resource_any(9) - allocate resources from a parent bus
bus_child_present(9)     - ask the bus driver to see if this device is still really present
bus_dma(9), bus_dma_tag_create(9), bus_dma_tag_destroy(9), bus_dmamap_create(9), bus_dmamap_destroy(9), bus_dmamap_load(9), bus_dmamap_load_mbuf(9), bus_dmamap_load_mbuf_sg(9), bus_dmamap_load_uio(9), bus_dmamap_unload(9), bus_dmamap_sync(9), bus_dmamem_alloc(9), bus_dmamem_free(9) - Bus and Machine Independent DMA Mapping Interface
bus_generic_attach(9)    - generic implementation of DEVICE_ATTACH for busses
bus_generic_detach(9)    - generic implementation of DEVICE_DETACH for busses
bus_generic_print_child(9) - generic implementation of DEVICE_PRINT_CHILD for busses
bus_generic_read_ivar(9), bus_generic_write_ivar(9) - generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for busses
bus_generic_shutdown(9)  - generic implementation of DEVICE_SHUTDOWN for busses
bus_release_resource(9)  - release resources on a bus
bus_set_resource(9)      - associate a definite resource with a given resource ID
bus_space(9), bus_space_barrier(9), bus_space_copy_region_1(9), bus_space_copy_region_2(9), bus_space_copy_region_4(9), bus_space_copy_region_8(9), bus_space_free(9), bus_space_map(9), bus_space_read_1(9), bus_space_read_2(9), bus_space_read_4(9), bus_space_read_8(9), bus_space_read_multi_1(9), bus_space_read_multi_2(9), bus_space_read_multi_4(9), bus_space_read_multi_8(9), bus_space_read_region_1(9), bus_space_read_region_2(9), bus_space_read_region_4(9), bus_space_read_region_8(9), bus_space_set_region_1(9), bus_space_set_region_2(9), bus_space_set_region_4(9), bus_space_set_region_8(9), bus_space_subregion(9), bus_space_unmap(9), bus_space_set_multi_1(9), bus_space_set_multi_2(9), bus_space_set_multi_4(9), bus_space_set_multi_8(9), bus_space_write_1(9), bus_space_write_2(9), bus_space_write_4(9), bus_space_write_8(9), bus_space_write_multi_1(9), bus_space_write_multi_2(9), bus_space_write_multi_4(9), bus_space_write_multi_8(9), bus_space_write_region_1(9), bus_space_write_region_2(9), bus_space_write_region_4(9), bus_space_write_region_8(9) - bus space manipulation functions
bzero(3)                 - write zeroes to a byte string
bzip2(1), bunzip2(1)     - a block-sorting file compressor, v1.0.3 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files
c89(1)                   - POSIX.2 C language compiler
c99(1)                   - standard C language compiler
caesar(6), rot13(6)      - decrypt caesar ciphers
cal(1), ncal(1)          - displays a calendar and the date of easter
calendar(1)              - reminder service
cam_open_device(3), cam_open_spec_device(3), cam_open_btl(3), cam_open_pass(3), cam_close_device(3), cam_close_spec_device(3), cam_getccb(3), cam_send_ccb(3), cam_freeccb(3), cam_path_string(3), cam_device_dup(3), cam_device_copy(3), cam_get_device(3) - CAM user library
camcontrol(8)            - CAM control program
cap_mkdb(1)              - create capability database
cardbus(4)               - CardBus bus driver
carp(4)                  - Common Address Redundancy Protocol
cat(1)                   - concatenate and print files
catclose(3)              - close message catalog
catgets(3)               - retrieve string from message catalog
catman(1)                - preformat man pages
catopen(3)               - open message catalog
cbreak(3), nocbreak(3), echo(3), noecho(3), halfdelay(3), intrflush(3), keypad(3), meta(3), nodelay(3), notimeout(3), raw(3), noraw(3), noqiflush(3), qiflush(3), timeout(3), wtimeout(3), typeahead(3) - curses input options
cbrt(3), cbrtf(3), sqrt(3), sqrtf(3) - cube root and square root functions
ccd(4)                   - Concatenated Disk driver
ccdconfig(8)             - configuration utility for the concatenated disk driver
cd(4)                    - SCSI CD-ROM driver
cd(9)                    - CDROM driver for the CAM SCSI subsystem
cdce(4)                  - USB Communication Device Class Ethernet driver
cdcontrol(1)             - compact disc control utility
ceil(3), ceilf(3), ceill(3) - smallest integral value greater than or equal to x
cfgetispeed(3), cfsetispeed(3), cfgetospeed(3), cfsetospeed(3), cfsetspeed(3), cfmakeraw(3), tcgetattr(3), tcsetattr(3) - manipulating the termios structure
cfree(3)                 - free up allocated memory
cftime(3), ascftime(3)   - convert date and time to string
cgetent(3), cgetset(3), cgetmatch(3), cgetcap(3), cgetnum(3), cgetstr(3), cgetustr(3), cgetfirst(3), cgetnext(3), cgetclose(3) - capability database access routines
cgread(3), cgread1(3)    - read cylinder groups of UFS disks
ch(4)                    - SCSI media-changer (juke box) driver
chat(8)                  - Automated conversational script with a modem
chdir(2), fchdir(2)      - change current working directory
check_utility_compat(3)  - determine whether a utility should be compatible
checknr(1)               - check nroff/troff files
chflags(1)               - change file flags
chflags(2), lchflags(2), fchflags(2) - set file flags
chgrp(1)                 - change group
chio(1)                  - medium changer control utility
chkey(1)                 - change your encryption key
chkgrp(8)                - check the syntax of the group file
chkprintcap(8)           - check validity of entries in the print spooler database
chmod(1)                 - change file modes
chmod(2), fchmod(2), lchmod(2) - change mode of file
chooseproc(9), procrunnable(9), remrunqueue(9), setrunqueue(9) - manage the queue of runnable processes
chown(2), fchown(2), lchown(2) - change owner and group of a file
chown(8)                 - change file owner and group
chpass(1), chfn(1), chsh(1), ypchpass(1), ypchfn(1), ypchsh(1) - add or change user database information
chroot(2)                - change root directory
chroot(8)                - change root directory
ci(1)                    - check in RCS revisions
cimag(3), cimagf(3), cimagl(3), conj(3), conjf(3), conjl(3), creal(3), crealf(3), creall(3) - functions to manipulate complex numbers
ciss(4)                  - Common Interface for SCSI-3 Support driver
ckdist(1)                - check software distributions
cksum(1), sum(1)         - display file checksums and block counts
clearerr(3), clearerr_unlocked(3), feof(3), feof_unlocked(3), ferror(3), ferror_unlocked(3), fileno(3), fileno_unlocked(3) - check and reset stream status
clearok(3), idlok(3), idcok(3), immedok(3), leaveok(3), setscrreg(3), wsetscrreg(3), scrollok(3), nl(3), nonl(3) - curses output options
clock(3)                 - determine processor time used
clock_gettime(2), clock_settime(2), clock_getres(2) - get/set/calibrate date and time
clocks(7)                - various system timers
close(2)                 - delete a descriptor
clri(8)                  - clear an inode
cm(4)                    - SMC Arcnet Ethernet device driver
cmp(1)                   - compare two files
cnw(4)                   - Netwave AirSurfer wireless network driver
co(1)                    - check out RCS revisions
col(1)                   - filter reverse line feeds from input
colcrt(1)                - filter nroff output for CRT previewing
colldef(1)               - convert collation sequence source definition
colrm(1)                 - remove columns from a file
column(1)                - columnate lists
com_err(3)               - common error display routine
comcontrol(8)            - control a special tty device
comm(1)                  - select or reject lines common to two files
compile_et(1)            - error table compiler
compress(1), uncompress(1) - compress and expand data
comsat(8)                - biff server
condvar(9), cv_init(9), cv_destroy(9), cv_wait(9), cv_wait_sig(9), cv_timedwait(9), cv_timedwait_sig(9), cv_signal(9), cv_broadcast(9), cv_broadcastpri(9), cv_wmesg(9) - kernel condition variable
config(5)                - kernel configuration file format
config(8)                - build system configuration files
confstr(3)               - get string-valued configurable variables
connect(2)               - initiate a connection on a socket
conscontrol(8)           - control physical console devices
contigmalloc(9), contigfree(9) - manage contiguous kernel physical memory
copy(9), copyin(9), copyout(9), copystr(9), copyinstr(9) - kernel copy functions
copysign(3), copysignf(3), copysignl(3) - copy sign
core(5)                  - memory image file format
cos(3), cosf(3)          - cosine functions
cosh(3), coshf(3)        - hyperbolic cosine functions
cp(1)                    - copy files
cp(4)                    - driver for synchronous Cronyx Tau-PCI WAN adapters
cpio(1)                  - copy files to and from archives
cpp(1)                   - The GNU C-Compatible Compiler Preprocessor
cpufreq(4)               - CPU frequency control framework
cr_seeothergids(9)       - determine visibility of objects given their group memberships
cr_seeotheruids(9)       - determine visibility of objects given their user credentials
crash(8)                 - FreeBSD system failures
creat(2)                 - create a new file
critical_enter(9), critical_exit(9) - enter and exit a critical region
cron(8)                  - daemon to execute scheduled commands (Vixie Cron)
crontab(1)               - maintain crontab files for individual users (V3)
crontab(5)               - tables for driving cron
crunchgen(1)             - generates build environment for a crunched binary
crunchide(1)             - hides symbol names from ld, for crunching programs together
crypt(3)                 - Trapdoor encryption
crypto(4), cryptodev(4)  - hardware crypto access driver
crypto(9)                - API for cryptographic services in the kernel
cs(4)                    - Ethernet device driver
csio_build(3), csio_build_visit(3), csio_decode(3), csio_decode_visit(3), buff_decode(3), buff_decode_visit(3), csio_encode(3), csio_encode_visit(3), buff_encode_visit(3) - CAM user library SCSI buffer parsing routines
csplit(1)                - split files based on context
ct(4)                    - WD33C93[ABC] based CBUS SCSI host adapter driver
ctags(1)                 - create a tags file
ctau(4)                  - driver for synchronous Cronyx Tau WAN adapters
ctermid(3)               - generate terminal pathname
ctm(1)                   - source code mirror program
ctm(5)                   - source code mirror system
ctm_smail(1), ctm_dequeue(1), ctm_rmail(1) - send and receive ctm(1) deltas via mail
cue(4)                   - CATC USB-EL1210A USB Ethernet driver
curpriority_cmp(9), maybe_resched(9), resetpriority(9), roundrobin(9), roundrobin_interval(9), sched_setup(9), schedclock(9), schedcpu(9), setrunnable(9), updatepri(9) - perform round-robin scheduling of runnable processes
curs_trace(3), _tracef(3), _tracedump(3), _traceattr(3), _traceattr2(3), _nc_tracebits(3), _tracechar(3), _tracechtype(3), _tracechtype2(3), _tracemouse(3), trace(3) - curses debugging routines
curses_version(3), use_extended_names(3) - miscellaneous curses extensions
cursor(1)                - set cursor shape for the pcvt VT220 video driver
cuserid(3)               - get user name associated with effective UID
cut(1)                   - select portions of each line of a file
cvs(1)                   - Concurrent Versions System
cvs(5)                   - Concurrent Versions System support files
cvsbug(8)                - send problem report (PR) about CVS to a central support site
cx(4)                    - driver for synchronous/asynchronous Cronyx Sigma WAN adapters
cy(4)                    - Cyclades Cyclom-Y serial driver
da(4)                    - SCSI Direct Access device driver
daemon(3)                - run in the background
daemon(8)                - run detached from the controlling terminal
date(1)                  - display or set date and time
dbm_clearerr(3), dbm_close(3), dbm_delete(3), dbm_dirfno(3), dbm_error(3), dbm_fetch(3), dbm_firstkey(3), dbm_nextkey(3), dbm_open(3), dbm_store(3) - database access functions
dbopen(3)                - database access methods
dc(1)                    - an arbitrary precision calculator
dc(4)                    - DEC/Intel 21143 and clone 10/100 Ethernet driver
dcons(4)                 - dumb console device driver
dcons_crom(4)            - Configuration ROM stub for dcons(4)
dconschat(8)             - user interface to dcons(4)
dd(1)                    - convert and copy a file
ddb(4)                   - interactive kernel debugger
de(4)                    - DEC DC21x4x Ethernet device driver
def_prog_mode(3), def_shell_mode(3), reset_prog_mode(3), reset_shell_mode(3), resetty(3), savetty(3), getsyx(3), setsyx(3), ripoffline(3), curs_set(3), napms(3) - low-level curses routines
define_key(3)            - define a keycode
del_curterm(3), mvcur(3), putp(3), restartterm(3), set_curterm(3), setterm(3), setupterm(3), tigetflag(3), tigetnum(3), tigetstr(3), tparm(3), tputs(3), vid_attr(3), vid_puts(3), vidattr(3), vidputs(3) - curses interfaces to terminfo database
delay_output(3), filter(3), flushinp(3), getwin(3), key_name(3), keyname(3), putwin(3), unctrl(3), use_env(3), wunctrl(3) - miscellaneous curses utility routines
delch(3), wdelch(3), mvdelch(3), mvwdelch(3) - delete character under the cursor in a curses window
deleteln(3), wdeleteln(3), insdelln(3), winsdelln(3), insertln(3), winsertln(3) - delete and insert lines in a curses window
des_crypt(3), ecb_crypt(3), cbc_crypt(3), des_setparity(3) - fast DES encryption
devclass(9)              - object representing a class of devices
devclass_add_driver(9), devclass_delete_driver(9), devclass_find_driver(9) - manipulate the drivers in a devclass
devclass_find(9)         - search for a devclass
devclass_get_device(9)   - translate unit number to device
devclass_get_devices(9)  - get a list of devices in a devclass
devclass_get_drivers(9)  - get a list of drivers in a devclass
devclass_get_maxunit(9)  - find the maximum unit number in the class
devclass_get_name(9)     - access the name of a devclass
devclass_get_softc(9)    - translate unit number to driver private structure
devctl(4)                - device event reporting and device control interface
devd(8)                  - device state change daemon
devd.conf(5)             - configuration file for devd(8)
development(7)           - introduction to development with the FreeBSD codebase
devfs(5)                 - device file system
devfs(8)                 - DEVFS control
devfs.conf(5)            - boot-time devfs configuration information
devfs.rules(5)           - devfs configuration information
device(9)                - an abstract representation of a device
device.hints(5)          - device resource hints
device_add_child(9), device_add_child_ordered(9) - add a new device as a child of an existing device
device_delete_child(9)   - delete a child from a device
device_enable(9), device_disable(9), device_is_enabled(9) - manipulate device enabled flag
device_find_child(9)     - search for a child of a device
device_get_children(9)   - get a list of devices connected to a device
device_get_devclass(9)   - access the devclass of a device
device_get_driver(9)     - access the current driver of a device
device_get_ivars(9), device_set_ivars(9) - access bus private variables
device_get_name(9), device_get_nameunit(9) - access the name of a device's device class or instance
device_get_parent(9)     - return the device's parent
device_get_softc(9)      - access driver private instance variables
device_get_state(9), device_busy(9), device_unbusy(9), device_is_alive(9), device_is_attached(9) - manipulate device state
device_get_unit(9)       - access the unit number of a device
device_ids(9), major(9), minor(9), umajor(9), uminor(9) - calculate device ids
device_printf(9)         - formatted output conversion
device_probe_and_attach(9) - initialise a device
device_quiet(9), device_verbose(9), device_is_quiet(9) - manipulate device quiet flag
device_set_desc(9), device_set_desc_copy(9), device_get_desc(9) - access the description of a device
device_set_driver(9)     - associate a specific driver with a device node in the tree
device_set_flags(9), device_get_flags(9) - manipulate driver flags
devinfo(3), devinfo_init(3), devinfo_free(3), devinfo_handle_to_device(3), devinfo_handle_to_resource(3), devinfo_handle_to_rman(3), devinfo_foreach_device_child(3), devinfo_foreach_device_resource(3), devinfo_foreach_rman_resource(3), devinfo_foreach_rman(3) - device and resource information utility library
devinfo(8)               - print information about system device configuration
devname(3)               - get device name
devstat(3), devstat_getnumdevs(3), devstat_getgeneration(3), devstat_getversion(3), devstat_checkversion(3), devstat_getdevs(3), devstat_selectdevs(3), devstat_buildmatch(3), devstat_compute_statistics(3), devstat_compute_etime(3) - device statistics utility library
devstat(9), devstat_add_entry(9), devstat_end_transaction(9), devstat_end_transaction_bio(9), devstat_remove_entry(9), devstat_start_transaction(9) - kernel interface for keeping device statistics
devsw(9)                 - returns the cdevsw structure
devtoname(9)             - converts dev_t data into a string indicating the device name
df(1)                    - display free disk space
dhclient(8)              - Dynamic Host Configuration Protocol (DHCP) client
dhclient-script(8)       - DHCP client network configuration script
dhclient.conf(5)         - DHCP client configuration file
dhclient.leases(5)       - DHCP client lease database
dhcp-options(5)          - Dynamic Host Configuration Protocol options
dialog(1)                - display dialog boxes from shell scripts
diff(1)                  - find differences between two files
diff3(1)                 - find differences between three files
dig(1)                   - DNS lookup utility
digi(4)                  - DigiBoard intelligent serial cards driver
digictl(8)               - control Digiboard devices
digittoint(3)            - convert a numeric character to its integer value
digittoint(3), isalnum(3), isalpha(3), isascii(3), isblank(3), iscntrl(3), isdigit(3), isgraph(3), ishexnumber(3), isideogram(3), islower(3), isnumber(3), isphonogram(3), isprint(3), ispunct(3), isrune(3), isspace(3), isspecial(3), isupper(3), isxdigit(3), toascii(3), tolower(3), toupper(3) - character classification macros
dir(5), dirent(5)        - directory file format
dirname(3)               - extract the directory part of a pathname
disc(4)                  - software discard network interface
disk(9)                  - kernel disk storage API
diskinfo(8)              - get information about disk device
diskless(8)              - booting a system over the network
disktab(5)               - disk description file
ditroff(7)               - classical device independent roff
div(3)                   - return quotient and remainder from division
divert(4)                - kernel packet diversion mechanism
dladdr(3)                - find the shared object containing a given address
dlinfo(3)                - information about dynamically loaded object
dllockinit(3)            - register thread locking methods with the dynamic linker
dlopen(3), dlsym(3), dlfunc(3), dlerror(3), dlclose(3) - programmatic interface to the dynamic linker
dmesg(8)                 - display the system message buffer
dnssec-keygen(8)         - DNSSEC key generation tool
dnssec-signzone(8)       - DNSSEC zone signing tool
domainname(1)            - set or print name of current YP/NIS domain
doupdate(3), redrawwin(3), refresh(3), wnoutrefresh(3), wredrawln(3), wrefresh(3) - refresh curses windows and lines
dpt(4)                   - DPT RAID Controller SCSI driver
drand48(3), erand48(3), lrand48(3), nrand48(3), mrand48(3), jrand48(3), srand48(3), seed48(3), lcong48(3) - pseudo random number generators and initialization routines
draw_shadow(3), draw_box(3), line_edit(3), strheight(3), strwidth(3), dialog_create_rc(3), dialog_yesno(3), dialog_noyes(3), dialog_prgbox(3), dialog_msgbox(3), dialog_textbox(3), dialog_menu(3), dialog_checklist(3), dialog_radiolist(3), dialog_inputbox(3), dialog_clear_norefresh(3), dialog_clear(3), dialog_update(3), dialog_fselect(3), dialog_notify(3), dialog_mesgbox(3), dialog_gauge(3), init_dialog(3), end_dialog(3), use_helpfile(3), use_helpline(3), get_helpline(3), restore_helpline(3), dialog_ftree(3), dialog_tree(3) - provide a simple ncurses-based GUI interface
driver(9)                - structure describing a device driver
dtmfdecode(1)            - decodes DTMF tones from A-law audio data
du(1)                    - display disk usage statistics
dummynet(4)              - traffic shaper, bandwidth manager and delay emulator
dump(8), rdump(8)        - file system backup
dumpfs(8)                - dump file system information
dumpon(8)                - specify a device for crash dumps
dup(2), dup2(2)          - duplicate an existing file descriptor
easterg(3), easterog(3), easteroj(3), gdate(3), jdate(3), ndaysg(3), ndaysj(3), week(3), weekday(3) - Calendar arithmetic for the Christian era
echo(1)                  - write arguments to the standard output
ed(1), red(1)            - text editor
ed(4)                    - NE-2000 and WD-80x3 Ethernet driver
editline(3), el_init(3), el_end(3), el_reset(3), el_gets(3), el_getc(3), el_push(3), el_parse(3), el_set(3), el_source(3), el_resize(3), el_line(3), el_insertstr(3), el_deletestr(3), history_init(3), history_end(3), history(3), tok_init(3), tok_end(3), tok_reset(3), tok_line(3), tok_str(3) - line editor, history and tokenization functions
editmap(8)               - query and edit single records in database maps for sendmail
editrc(5)                - configuration file for editline library
edquota(8)               - edit user quotas
ee(1)                    - easy editor
ef(4)                    - pseudo-device driver providing support for multiple Ethernet frame types
ehci(4)                  - USB Enhanced Host Controller driver
el(4)                    - Ethernet driver for 3Com Etherlink 3C501 devices
elf(5)                   - format of ELF executable binary files
elfdump(1)               - display information about ELF files
em(4)                    - Intel(R) PRO/1000 Gigabit Ethernet adapter driver
en(4)                    - device driver for Midway-based ATM interfaces
end(3), etext(3), edata(3) - end boundaries of image segments
enigma(1), crypt(1)      - very simple file encryption
env(1)                   - set environment and execute command, or print environment
environ(7)               - user environment
ep(4)                    - Ethernet driver for 3Com Etherlink III (3c5x9) interfaces
eqn(1)                   - format equations for troff
erase(3), werase(3), clear(3), wclear(3), clrtobot(3), wclrtobot(3), clrtoeol(3), wclrtoeol(3) - clear all or part of a curses window
erf(3), erff(3), erfc(3), erfcf(3) - error function operators
err(3), verr(3), errc(3), verrc(3), errx(3), verrx(3), warn(3), vwarn(3), warnc(3), vwarnc(3), warnx(3), vwarnx(3), err_set_exit(3), err_set_file(3) - formatted error messages
esp(4)                   - Qlogic FEPS and FAS366 SCSI driver
ethers(3), ether_line(3), ether_aton(3), ether_ntoa(3), ether_ntohost(3), ether_hostton(3) - Ethernet address conversion and lookup routines
ethers(5)                - ethernet address database
euc(5)                   - EUC encoding of wide characters
eui64(3), eui64_aton(3), eui64_ntoa(3), eui64_ntohost(3), eui64_hostton(3) - IEEE EUI-64 conversion and lookup routines
eui64(5)                 - IEEE EUI-64 address database
ex(1), vi(1), view(1)    - text editors
ex(4)                    - Ethernet device driver for the Intel EtherExpress Pro/10 and Pro/10+
exca(4)                  - helper module for PC Card and CardBus systems
execl(3), execlp(3), execle(3), exect(3), execv(3), execvp(3), execvP(3) - execute a file
execve(2)                - execute a file
exit(3), _Exit(3)        - perform normal program termination
exp(3), expf(3), exp2(3), exp2f(3), expm1(3), expm1f(3), log(3), logf(3), log10(3), log10f(3), log1p(3), log1pf(3), pow(3), powf(3) - exponential, logarithm, power functions
expand(1), unexpand(1)   - expand tabs to spaces, and vice versa
exports(5)               - define remote mount points for NFS mount requests
expr(1)                  - evaluate expression
extattr(9)               - virtual file system named extended attributes
extattr_get_fd(2), extattr_set_fd(2), extattr_delete_fd(2), extattr_list_fd(2), extattr_get_file(2), extattr_set_file(2), extattr_delete_file(2), extattr_list_file(2), extattr_get_link(2), extattr_set_link(2), extattr_delete_link(2), extattr_list_link(2) - system calls to manipulate VFS extended attributes
extattr_namespace_to_string(3), extattr_string_to_namespace(3) - convert an extended attribute namespace identifier to a string and vice versa
extattrctl(8)            - manage UFS1 extended attributes
f77(1), g77(1)           - GNU project Fortran 77 compiler
fabs(3), fabsf(3), fabsl(3) - floating-point absolute value functions
factor(6), primes(6)     - factor a number, generate primes
faith(4)                 - IPv6-to-IPv4 TCP relay capturing interface
faithd(8)                - FAITH IPv6/v4 translator daemon
false(1)                 - return false value
fast_ipsec(4), Fast IPsec(4) - hardware-accelerated IP Security Protocols
fatm(4)                  - device driver for Fore PCA200E ATM interfaces
fbtab(5)                 - change device protection upon login
fclose(3)                - close a stream
fcntl(2)                 - file control
fd(4), stdin(4), stdout(4), stderr(4) - file descriptor files
fdc(4)                   - PC architecture floppy disk controller driver
fdcontrol(8)             - display and modify floppy disk parameters
fdescfs(5)               - file-descriptor file system
fdformat(1)              - format floppy disks
fdim(3), fdimf(3), fdiml(3) - positive difference functions
fdisk(8)                 - PC slice table maintenance utility
fdread(1)                - read floppy disks
fdwrite(1)               - format and write floppy disks
fe(4)                    - Fujitsu MB86960A/MB86965A based Ethernet adapters
feclearexcept(3), fegetexceptflag(3), feraiseexcept(3), fesetexceptflag(3), fetestexcept(3) - floating-point exception flag manipulation
feclearexcept(3), fegetexceptflag(3), feraiseexcept(3), fesetexceptflag(3), fetestexcept(3), fegetround(3), fesetround(3), fegetenv(3), feholdexcept(3), fesetenv(3), feupdateenv(3), feenableexcept(3), fedisableexcept(3), fegetexcept(3) - floating-point environment control
feenableexcept(3), fedisableexcept(3), fegetexcept(3) - floating-point exception masking
fegetenv(3), feholdexcept(3), fesetenv(3), feupdateenv(3) - floating-point environment save and restore
fegetround(3), fesetround(3) - floating-point rounding control
fetch(1)                 - retrieve a file by Uniform Resource Locator
fetch(9), fubyte(9), fusword(9), fuswintr(9), fuword(9) - fetch data from user-space
fetchMakeURL(3), fetchParseURL(3), fetchFreeURL(3), fetchXGetURL(3), fetchGetURL(3), fetchPutURL(3), fetchStatURL(3), fetchListURL(3), fetchXGet(3), fetchGet(3), fetchPut(3), fetchStat(3), fetchList(3), fetchXGetFile(3), fetchGetFile(3), fetchPutFile(3), fetchStatFile(3), fetchListFile(3), fetchXGetHTTP(3), fetchGetHTTP(3), fetchPutHTTP(3), fetchStatHTTP(3), fetchListHTTP(3), fetchXGetFTP(3), fetchGetFTP(3), fetchPutFTP(3), fetchStatFTP(3), fetchListFTP(3) - file transfer functions
fflagstostr(3), strtofflags(3) - convert between file flag bits and their string names
fflush(3), fpurge(3)     - flush a stream
ffs(3), ffsl(3), fls(3), flsl(3) - find first or last bit set in a bit string
ffs(7)                   - Berkeley fast file system
ffsinfo(8)               - dump all meta information of an existing ufs file system
fgetc(3), getc(3), getc_unlocked(3), getchar(3), getchar_unlocked(3), getw(3) - get next character or word from input stream
fgetln(3)                - get a line from a stream
fgetpos(3), fseek(3), fseeko(3), fsetpos(3), ftell(3), ftello(3), rewind(3) - reposition a stream
fgets(3), gets(3)        - get a line from a stream
fgetwc(3), getwc(3), getwchar(3) - get next wide character from input stream
fgetwln(3)               - get a line of wide characters from a stream
fgetws(3)                - get a line of wide characters from a stream
fhopen(2), fhstat(2), fhstatfs(2) - access file via file handle
file(1)                  - determine file type
file2c(1)                - convert file to c-source
find(1)                  - walk a file hierarchy
finger(1)                - user information lookup program
finger.conf(5)           - finger(1) alias configuration file
fingerd(8)               - remote user information server
firewall(7)              - simple firewalls under FreeBSD
firewire(4)              - IEEE1394 High-performance Serial Bus
fixmount(8)              - fix remote mount entries
fla(4)                   - M-systems DiskOnChip
flex(1)                  - fast lexical analyzer generator
flock(2)                 - apply or remove an advisory lock on an open file
flockfile(3), ftrylockfile(3), funlockfile(3) - stdio locking functions
floor(3), floorf(3), floorl(3) - largest integral value less than or equal to x
flowctl(8)               - ng_netflow(4) control utility
fma(3), fmaf(3), fmal(3) - fused multiply-add
fmax(3), fmaxf(3), fmaxl(3), fmin(3), fminf(3), fminl(3) - floating-point maximum and minimum functions
fmod(3), fmodf(3)        - floating-point remainder functions
fmt(1)                   - simple text formatter
fmtcheck(3)              - sanitizes user-supplied printf(3)-style format string
fmtmsg(3)                - display a detailed diagnostic message
fnmatch(3)               - test whether a filename or pathname matches a shell-style pattern
fold(1)                  - fold long lines for finite width output device
fontedit(1)              - edit fonts
fopen(3), fdopen(3), freopen(3) - stream open functions
fore_dnld(8)             - download FORE Systems' microcode into host ATM adapter
fork(2)                  - create a new process
form(3)                  - curses extension for programming forms
form_cursor(3)           - position a form window cursor
form_data(3)             - test for off-screen data in given forms
form_driver(3)           - command-processing loop of the form system
form_field(3)            - make and break connections between fields and forms
form_field_attributes(3) - color and attribute control for form fields
form_field_buffer(3)     - field buffer control
form_field_info(3)       - retrieve field characteristics
form_field_just(3)       - retrieve field characteristics
form_field_new(3)        - create and destroy form fields
form_field_opts(3)       - set and get field options
form_field_userptr(3)    - associate application data with a form field
form_field_validation(3) - data type validation for fields
form_fieldtype(3)        - define validation-field types
form_hook(3)             - set hooks for automatic invocation by applications
form_new(3)              - create and destroy forms
form_new_page(3)         - form pagination functions
form_opts(3)             - set and get form options
form_page(3)             - set and get form page number
form_post(3)             - write or erase forms from associated subwindows
form_requestname(3)      - handle printable form request names
form_userptr(3)          - associate application data with a form item
form_win(3)              - make and break form window and subwindow associations
fortune(6)               - print a random, hopefully interesting, adage
forward(5)               - mail forwarding instructions
fpa(4), fea(4)           - device drivers for DEC FDDI controllers
fparseln(3)              - return the next logical line from a stream
fpclassify(3), isfinite(3), isinf(3), isnan(3), isnormal(3) - classify a floating-point number
fpgetround(3), fpsetround(3), fpsetprec(3), fpgetprec(3), fpgetmask(3), fpsetmask(3), fpgetsticky(3), fpresetsticky(3) - IEEE floating point interface
fputc(3), putc(3), putc_unlocked(3), putchar(3), putchar_unlocked(3), putw(3) - output a character or word to a stream
fputs(3), puts(3)        - output a line to a stream
fputwc(3), putwc(3), putwchar(3) - output a wide character to a stream
fputws(3)                - output a line of wide characters to a stream
fread(3), fwrite(3)      - binary stream input/output
free_mntarg(9), kernel_mount(9), kernel_vmount(9), mount_arg(9), mount_argb(9), mount_argf(9), mount_argsu(9) - functions provided as part of the kernel mount interface
frexp(3), frexpf(3), frexpl(3) - convert floating-point number to fractional and integral components
from(1)                  - print names of those who have sent mail
fs(5), inode(5)          - format of file system volume
fsck(8)                  - file system consistency check and interactive repair
fsck_ffs(8), fsck_ufs(8) - file system consistency check and interactive repair
fsck_msdosfs(8)          - DOS/Windows (FAT) file system consistency checker
fsdb(8)                  - FFS debugging/editing tool
fsinfo(8)                - co-ordinate site-wide file system information
fsirand(8)               - randomize inode generation numbers
fstab(5)                 - static information about the file systems
fstat(1)                 - identify active files
fsync(1)                 - synchronize a file's in-core state with that on disk
fsync(2)                 - synchronise changes to a file
ftime(3)                 - get date and time
ftok(3)                  - create IPC identifier from path name
ftp(1)                   - Internet file transfer program
ftp-proxy(8)             - Internet File Transfer Protocol proxy server
ftpd(8)                  - Internet File Transfer Protocol server
ftpd.conf(5)             - ftpd(8) configuration file
ftpio(3), ftpLogin(3), ftpChdir(3), ftpErrno(3), ftpGetModtime(3), ftpGetSize(3), ftpGet(3), ftpPut(3), ftpBinary(3), ftpPassive(3), ftpVerbose(3), ftpGetURL(3), ftpPutURL(3), ftpLoginAf(3), ftpGetURLAf(3), ftpPutURLAf(3) - FTPIO user library
ftpusers(5), ftpchroot(5) - ftpd(8) access control file
fts(3)                   - traverse a file hierarchy
ftw(3), nftw(3)          - traverse (walk) a file tree
funopen(3), fropen(3), fwopen(3) - open a stream
fwcontrol(8)             - FireWire control utility
fwe(4)                   - Ethernet emulation driver for FireWire
fwide(3)                 - get/set orientation of a stream
fwip(4)                  - IP over FireWire driver
fwohci(4)                - OHCI FireWire chipset device driver
fxp(4)                   - Intel EtherExpress PRO/100 Ethernet device driver
g711conv(1)              - conversions according to G.711
g_access(9)              - control access to GEOM consumers and their providers
g_attach(9), g_detach(9) - attach/detach GEOM consumers to/from providers
g_new_bio(9), g_clone_bio(9), g_destroy_bio(9), g_print_bio(9) - GEOM bio controlling functions
g_new_consumer(9), g_destroy_consumer(9) - GEOM consumers management
g_new_geomf(9), g_destroy_geom(9) - geom management
g_new_providerf(9), g_destroy_provider(9), g_error_provider(9) - GEOM providers management
g_post_event(9), g_waitfor_event(9), g_cancel_event(9) - GEOM events management
g_provider_by_name(9)    - find GEOM provider with given name
g_read_data(9), g_write_data(9) - read/write data from/to GEOM consumer
g_wither_geom(9)         - destroy geom and related providers and consumers when you get a chance
gai_strerror(3)          - get error message string from EAI_xxx error code
gai_strerror(3)          - print suitable error string
gb18030(5)               - GB 18030 encoding method for Chinese text
gb2312(5)                - GB2312 encoding method for Chinese text
gbde(4)                  - Geom Based Disk Encryption
gbde(8)                  - operation and management utility for Geom Based Disk Encryption
gbk(5)                   - Guojia biaozhun kuozhan (GBK) encoding method for Chinese text
gcc(1), g++(1)           - GNU project C and C++ Compiler
gconcat(8)               - disk concatenation control utility
gcore(1)                 - get core images of running process
gcov(1)                  - coverage testing tool
gdb(1)                   - The GNU Debugger
gdb(4)                   - external kernel debugger
geli(8)                  - control utility for cryptographic GEOM class
gem(4)                   - ERI/GEM/GMAC Ethernet device driver
gencat(1)                - NLS catalog compiler
gensnmptree(1)           - generate C and header files from a MIB description file
geom(8)                  - universal control utility for GEOM classes
geom_stats_open(3), geom_stats_close(3), geom_stats_resync(3), geom_stats_snapshot_get(3), geom_stats_snapshot_free(3), geom_stats_snapshot_timestamp(3), geom_stats_snapshot_reset(3), geom_stats_snapshot_next(3), gctl_get_handle(3), gctl_ro_param(3), gctl_rw_param(3), gctl_issue(3), gctl_free(3), gctl_dump(3) - userland API library for kernel GEOM subsystem
get_cyclecount(9)        - get the CPU's fast counter register contents
getaddrinfo(3), freeaddrinfo(3) - socket address structure to host and service name
getbootfile(3)           - get kernel boot file name
getbsize(3)              - get user block size
getch(3), wgetch(3), mvgetch(3), mvwgetch(3), ungetch(3), has_key(3) - get (or push back) characters from curses terminal keyboard
getconf(1)               - retrieve standard configuration variables
getcontext(3), setcontext(3) - get and set user thread context
getcwd(3), getwd(3)      - get working directory pathname
getdirentries(2), getdents(2) - get directory entries in a file system independent format
getdiskbyname(3)         - get generic disk description by its name
getdomainname(3), setdomainname(3) - get/set the NIS domain name of current host
getdtablesize(2)         - get descriptor table size
getenv(3), putenv(3), setenv(3), unsetenv(3) - environment variable functions
getextattr(8), lsextattr(8), rmextattr(8), setextattr(8) - manipulate extended attributes
getfacl(1)               - get ACL information
getfh(2), lgetfh(2)      - get file handle
getfmac(8)               - print MAC label for a file system object
getfsent(3), getfsspec(3), getfsfile(3), setfsent(3), endfsent(3) - get file system descriptor file entry
getfsstat(2)             - get list of all mounted file systems
getgid(2), getegid(2)    - get group process identification
getgrent(3), getgrent_r(3), getgrnam(3), getgrnam_r(3), getgrgid(3), getgrgid_r(3), setgroupent(3), setgrent(3), endgrent(3) - group database operations
getgrouplist(3)          - calculate group access list
getgroups(2)             - get group access list
gethostbyname(3), gethostbyname2(3), gethostbyaddr(3), gethostent(3), sethostent(3), endhostent(3), herror(3), hstrerror(3) - get network host entry
gethostid(3), sethostid(3) - get/set unique identifier of current host
gethostname(3), sethostname(3) - get/set name of current host
getifaddrs(3)            - get interface addresses
getifmaddrs(3)           - get multicast group memberships
getipnodebyname(3), getipnodebyaddr(3), freehostent(3) - nodename-to-address and address-to-nodename translation
getitimer(2), setitimer(2) - get/set value of interval timer
getloadavg(3)            - get system load averages
getlogin(2), getlogin_r(2), setlogin(2) - get/set login name
getlogin(3), getlogin_r(3), setlogin(3) - get/set login name
getmntinfo(3)            - get information about mounted file systems
getmode(3), setmode(3)   - modify mode bits
getmouse(3), ungetmouse(3), mousemask(3), wenclose(3), mouse_trafo(3), wmouse_trafo(3), mouseinterval(3) - mouse interface through curses
getnameinfo(3)           - socket address structure to hostname and service name
getnetconfig(3), setnetconfig(3), endnetconfig(3), getnetconfigent(3), freenetconfigent(3), nc_perror(3), nc_sperror(3) - get network configuration database entry
getnetent(3), getnetbyaddr(3), getnetbyname(3), setnetent(3), endnetent(3) - get network entry
getnetgrent(3), innetgr(3), setnetgrent(3), endnetgrent(3) - netgroup database operations
getnetpath(3), setnetpath(3), endnetpath(3) - get /etc/netconfig entry corresponding to NETPATH component
getnewvnode(9)           - get a new vnode
getobjformat(3)          - get preferred object file format
getopt(1)                - parse command options
getopt(3)                - get option character from command line argument list
getopt_long(3), getopt_long_only(3) - get long options from command line argument list
getosreldate(3)          - get the value of __FreeBSD_version
getpagesize(3)           - get system page size
getpass(3)               - get a password
getpeereid(3)            - get the effective credentials of a UNIX-domain peer
getpeername(2)           - get name of connected peer
getpgrp(2)               - get process group
getpid(2), getppid(2)    - get parent or calling process identification
getpmac(8)               - print process-related MAC labels
getpriority(2), setpriority(2) - get/set program scheduling priority
getprogname(3), setprogname(3) - get or set the program name
getprotoent(3), getprotobynumber(3), getprotobyname(3), setprotoent(3), endprotoent(3) - get protocol entry
getpw(3)                 - get name from uid
getpwent(3), getpwent_r(3), getpwnam(3), getpwnam_r(3), getpwuid(3), getpwuid_r(3), setpassent(3), setpwent(3), endpwent(3) - password database operations
getresgid(2), getresuid(2), setresgid(2), setresuid(2) - get or set real, effective and saved user or group ID
getrlimit(2), setrlimit(2) - control maximum system resource consumption
getrpcent(3), getrpcbyname(3), getrpcbynumber(3), endrpcent(3), setrpcent(3) - get RPC entry
getrpcport(3)            - get RPC port number
getrusage(2)             - get information about resource utilization
getservent(3), getservbyport(3), getservbyname(3), setservent(3), endservent(3) - get service entry
getsid(2)                - get process session
getsockname(2)           - get socket name
getsockopt(2), setsockopt(2) - get and set options on sockets
getstr(3), getnstr(3), wgetstr(3), wgetnstr(3), mvgetstr(3), mvgetnstr(3), mvwgetstr(3), mvwgetnstr(3) - accept character strings from curses terminal keyboard
getsubopt(3)             - get sub options from an argument
gettimeofday(2), settimeofday(2) - get/set date and time
getttyent(3), getttynam(3), setttyent(3), endttyent(3), isdialuptty(3), isnettty(3) - ttys(5) file routines
getty(8)                 - set terminal mode
gettytab(5)              - terminal configuration data base
getuid(2), geteuid(2)    - get user identification
getusershell(3), setusershell(3), endusershell(3) - get valid user shells
getvfsbyname(3)          - get information about a file system
getyx(3), getparyx(3), getbegyx(3), getmaxyx(3) - get curses cursor and window coordinates
ggatec(8)                - GEOM Gate network client and control utility
ggated(8)                - GEOM Gate network daemon
ggatel(8)                - GEOM Gate local control utility
gif(4)                   - generic tunnel interface
glabel(8)                - disk labelization control utility
glob(3), globfree(3)     - generate pathnames matching a pattern
gmirror(8)               - control utility for mirrored devices
gnop(8)                  - control utility for NOP GEOM class
gperf(1)                 - generate a perfect hash function from a key set
gprof(1)                 - display call graph profile data
gpt(8)                   - GUID partition table maintenance utility
graid3(8)                - control utility for RAID3 devices
grantpt(3), ptsname(3), unlockpt(3), posix_openpt(3) - pseudo-terminal access functions
grdc(6)                  - grand digital clock (curses)
gre(4)                   - encapsulating network device
grep(1), egrep(1), fgrep(1), zgrep(1), zegrep(1), zfgrep(1), bzgrep(1), bzegrep(1), bzfgrep(1) - print lines matching a pattern
grn(1)                   - groff preprocessor for gremlin files
grodvi(1)                - convert groff output to TeX dvi format
groff(1)                 - front-end for the groff document formatting system
groff(7)                 - a short reference for the GNU roff language
groff_char(7)            - groff glyph names
groff_diff(7)            - differences between GNU troff and classical troff
groff_font(5)            - format of groff device and font description files
groff_man(7)             - groff `man' macros to support generation of man pages
groff_mdoc(7)            - reference for groff's mdoc implementation
groff_me(7)              - troff macros for formatting papers
groff_mm(7)              - groff mm macros
groff_mmse(7)            - svenska mm makro fr groff
groff_ms(7)              - groff ms macros
groff_out(5)             - groff intermediate output format
groff_tmac(5)            - macro files in the roff typesetting system
groff_trace(7)           - groff macro package trace.tmac
groff_www(7)             - groff macros for authoring web pages
grog(1)                  - guess options for groff command
grolbp(1)                - groff driver for Canon CAPSL printers (LBP-4 and LBP-8 series laser printers)
grolj4(1)                - groff driver for HP Laserjet 4 family
grops(1)                 - PostScript driver for groff
grotty(1)                - groff driver for typewriter-like devices
group(5)                 - format of the group permissions file
groupmember(9)           - checks group set for a group ID
groups(1)                - show group memberships
growfs(8)                - grow size of an existing ufs file system
gshsec(8)                - control utility for shared secret devices
gss_accept_sec_context(3), gss_acquire_cred(3), gss_add_cred(3), gss_add_oid_set_member(3), gss_canonicalize_name(3), gss_compare_name(3), gss_context_time(3), gss_create_empty_oid_set(3), gss_delete_sec_context(3), gss_display_name(3), gss_display_status(3), gss_duplicate_name(3), gss_export_name(3), gss_export_sec_context(3), gss_get_mic(3), gss_import_name(3), gss_import_sec_context(3), gss_indicate_mechs(3), gss_init_sec_context(3), gss_inquire_context(3), gss_inquire_cred(3), gss_inquire_cred_by_mech(3), gss_inquire_mechs_for_name(3), gss_inquire_names_for_mech(3), gss_krb5_copy_ccache(3), gss_krb5_compat_des3_mic(3), gss_process_context_token(3), gss_release_buffer(3), gss_release_cred(3), gss_release_name(3), gss_release_oid_set(3), gss_seal(3), gss_sign(3), gss_test_oid_set_member(3), gss_unseal(3), gss_unwrap(3), gss_verify(3), gss_verify_mic(3), gss_wrap(3), gss_wrap_size_limit(3) - Generic Security Service Application Program Interface library
gssapi(3)                - Generic Security Service Application Program Interface library
gstat(8)                 - print statistics about GEOM disks
gstripe(8)               - control utility for striped devices
gzexe(1)                 - compress executable files in place
gzip(1), gunzip(1), zcat(1) - compress or expand files
harp(4)                  - pseudo physical interface driver for HARP
hash(3)                  - hash database access method
hashinit(9), hashdestroy(9), phashinit(9) - manage kernel hash tables
hatm(4)                  - device driver for Fore/Marconi HE155 and HE622 ATM interfaces
hccontrol(8)             - HCI configuration utility
hcreate(3), hdestroy(3), hsearch(3) - manage hash search table
hcsecd(8)                - control link keys and PIN codes for Bluetooth devices
hcsecd.conf(5)           - hcsecd(8) configuration file
hcseriald(8)             - supervise serial Bluetooth devices
head(1)                  - display first lines of a file
hesinfo(1)               - find out what is stored in the Hesiod database
hesiod(3), hesiod_init(3), hesiod_resolve(3), hesiod_free_list(3), hesiod_to_bind(3), hesiod_end(3) - Hesiod name server interface library
hesiod.conf(5)           - configuration file for the Hesiod library
hexdump(1), hd(1)        - ASCII, decimal, hexadecimal, octal dump
hexdump(9)               - dump a block of bytes to the console in hexadecimal form
hfa(4)                   - FORE Systems 200-Series ATM adapter driver
hier(7)                  - layout of file systems
hifn(4)                  - Hifn 7751/7951/7811/7955/7956 crypto accelerator
history(3)               - GNU History Library
hlfsd(8)                 - home-link file system daemon
hme(4)                   - Sun Microelectronics STP2002-STQ Ethernet interfaces device driver
host(1)                  - DNS lookup utility
hostapd(8)               - authenticator for IEEE 802.11 networks
hostapd.conf(5)          - configuration file for hostapd(8) utility
hostapd_cli(8)           - text-based frontend program for interacting with hostapd(8)
hostname(1)              - set or print name of current host system
hostname(7)              - host name resolution description
hosts(5)                 - host name data base
hosts.equiv(5), .rhosts(5) - trusted remote host and user name data base
hosts.lpd(5)             - trusted hosts that may use local print services
hosts_access(3), hosts_ctl(3), request_init(3), request_set(3) - access control library
hosts_access(5)          - format of host access control files
hosts_options(5)         - host access control language extensions
hpftodit(1)              - create font description files for use with groff -Tlj4
hprop(8)                 - propagate the KDC database
hpropd(8)                - receive a propagated database
hptmv(4)                 - HighPoint RocketRAID 182x device driver
htonl(3), htons(3), ntohl(3), ntohs(3) - convert values between host and network byte order
humanize_number(3)       - format a number into a human readable form
hwpmc(4)                 - Hardware Performance Monitoring Counter support
hypot(3), hypotf(3), cabs(3), cabsf(3) - Euclidean distance and complex absolute value functions
i386_clr_watch(3), i386_set_watch(3) - manage i386 debug register values
i386_get_ioperm(2), i386_set_ioperm(2) - manage per-process access to the i386 I/O port space
i386_get_ldt(2), i386_set_ldt(2) - manage i386 per-process Local Descriptor Table entries
i386_vm86(2)             - control vm86-related functions
i4b(4)                   - isdn4bsd call control ISDN driver
i4bcapi(4)               - CAPI driver for the isdn4bsd kernel part
i4bctl(4)                - control device for the isdn4bsd kernel part
i4bing(4)                - isdn4bsd NetGraph ISDN B-channel interface driver
i4bipr(4)                - isdn4bsd IP over ISDN B-channel network driver
i4bisppp(4)              - isdn4bsd synchronous PPP over ISDN B-channel network driver
i4bq921(4)               - isdn4bsd pseudo device driver handling the Q.921 protocol
i4bq931(4)               - isdn4bsd pseudo device driver handling the Q.931 protocol
i4brbch(4)               - isdn4bsd ISDN Raw B-CHannel access driver
i4btel(4)                - isdn4bsd ISDN B-channel telephony interface driver
i4btrc(4)                - isdn4bsd ISDN interface driver for D and B channel tracing
iasl(8)                  - Intel ACPI compiler/decompiler
iavc(4)                  - isdn4bsd AVM B1/T1 driver
ichsmb(4)                - Intel ICH SMBus controller driver
ichwd(4)                 - Intel ICH watchdog timer driver
icmp(4)                  - Internet Control Message Protocol
icmp6(4)                 - Internet Control Message Protocol for IPv6
id(1)                    - return user identity
ida(4)                   - Compaq Intelligent Drive Array Controllers
ident(1)                 - identify RCS keyword strings in files
idt(4)                   - device driver for IDT NICStAR-based ATM interfaces
ie(4)                    - Ethernet device driver
ieee(3)                  - IEEE standard 754 for floating-point arithmetic
ieee80211(4)             - standard interface to IEEE 802.11 devices
ieee80211_cfgget(9), ieee80211_cfgset(9), ieee80211_ioctl(9) - 802.11 interface ioctl commands
ieee80211_crypto_attach(9), ieee80211_crypto_detach(9), ieee80211_wep_crypt(9) - 802.11 WEP encryption functions
ieee80211_encap(9), ieee80211_add_rates(9), ieee80211_add_xrates(9), ieee80211_send_mgmt(9) - software 802.11 stack output functions
ieee80211_ifattach(9), ieee80211_ifdetach(9), ieee80211_mhz2ieee(9), ieee80211_chan2ieee(9), ieee80211_ieee2mhz(9), ieee80211_media_init(9), ieee80211_media_change(9), ieee80211_media_status(9), ieee80211_watchdog(9), ieee80211_setmode(9), ieee80211_chan2mode(9), ieee80211_rate2media(9), ieee80211_media2rate(9) - core 802.11 network stack functions
ieee80211_input(9), ieee80211_decap(9), ieee80211_recv_mgmt(9) - software 802.11 stack input functions
ieee80211_node_attach(9), ieee80211_node_lateattach(9), ieee80211_node_detach(9), ieee80211_begin_scan(9), ieee80211_next_scan(9), ieee80211_create_ibss(9), ieee80211_end_scan(9), ieee80211_alloc_node(9), ieee80211_dup_bss(9), ieee80211_find_node(9), ieee80211_lookup_node(9), ieee80211_free_node(9), ieee80211_free_allnodes(9), ieee80211_timeout_nodes(9), ieee80211_iterate_nodes(9) - software 802.11 stack node management functions
ieee80211_proto_attach(9), ieee80211_proto_detach(9), ieee80211_print_essid(9), ieee80211_dump_pkt(9), ieee80211_fix_rate(9), ieee80211_proto(9) - software 802.11 stack protocol helper functions
ieee80211_radiotap(9)    - software 802.11 stack packet capture definitions
if_bridge(4)             - network bridge device
if_nametoindex(3), if_indextoname(3), if_nameindex(3), if_freenameindex(3) - provide mappings between interface names and indexes
ifconfig(8)              - configure network interface parameters
ifmcstat(8)              - dump multicast group management statistics per interface
ifmib(4)                 - Management Information Base for network interfaces
ifnet(9), ifaddr(9), ifqueue(9), if_data(9) - kernel interfaces for manipulating network interfaces
ifpi(4)                  - isdn4bsd AVM Fritz!Card PCI Version 1 driver
ifpi2(4)                 - isdn4bsd AVM Fritz!Card PCI Version 2 driver
ifpnp(4)                 - isdn4bsd AVM Fritz!Card ISA PnP driver
ihfc(4)                  - isdn4bsd ISA Cologne Chip HFC[-S][-SP] 2B[DS0] driver
iic(4)                   - I2C generic i/o device driver
iicbb(4)                 - I2C generic bit-banging driver
iicbus(4)                - I2C bus system
iicsmb(4)                - I2C to SMB bridge
iir(4)                   - Intel Integrated RAID controller and ICP Vortex driver
ilmid(8)                 - simple ILMI ATM address registration daemon
ilogb(3), ilogbf(3), ilogbl(3) - extract exponent
imaxabs(3)               - returns absolute value
imaxdiv(3)               - returns quotient and remainder
inch(3), winch(3), mvinch(3), mvwinch(3) - get a character and attributes from a curses window
inchstr(3), inchnstr(3), winchstr(3), winchnstr(3), mvinchstr(3), mvinchnstr(3), mvwinchstr(3), mvwinchnstr(3) - get a string of characters (and attributes) from a curses window
indent(1)                - indent and format C program source
index(3), rindex(3)      - locate character in string
indxbib(1)               - make inverted index for bibliographic databases
inet(4)                  - Internet protocol family
inet6(4)                 - Internet protocol version 6 family
inet6_opt_init(3), inet6_opt_append(3), inet6_opt_finish(3), inet6_opt_set_val(3), inet6_opt_next(3), inet6_opt_find(3), inet6_opt_get_val(3) - IPv6 Hop-by-Hop and Destination Options manipulation
inet6_option_space(3), inet6_option_init(3), inet6_option_append(3), inet6_option_alloc(3), inet6_option_next(3), inet6_option_find(3) - IPv6 Hop-by-Hop and Destination Option Manipulation
inet6_rth_space(3), inet6_rth_init(3), inet6_rth_add(3), inet6_rth_reverse(3), inet6_rth_segments(3), inet6_rth_getaddr(3) - IPv6 Routing Header Options manipulation
inet6_rthdr_space(3), inet6_rthdr_init(3), inet6_rthdr_add(3), inet6_rthdr_lasthop(3), inet6_rthdr_reverse(3), inet6_rthdr_segments(3), inet6_rthdr_getaddr(3), inet6_rthdr_getflags(3) - IPv6 Routing Header Options Manipulation
inet_aton(3), inet_addr(3), inet_network(3), inet_ntoa(3), inet_ntop(3), inet_pton(3), inet_makeaddr(3), inet_lnaof(3), inet_netof(3) - Internet address manipulation routines
inet_net_ntop(3), inet_net_pton(3) - Internet network number manipulation routines
inetd(8)                 - internet super-server
inetd.conf(5), inetd(5)  - internet super-server
info(1)                  - read Info documents
info(5)                  - readable online documentation
infokey(1)               - compile customizations for Info
init(8)                  - process control initialization
init_sleepqueues(9), sleepq_abort(9), sleepq_add(9), sleepq_alloc(9), sleepq_broadcast(9), sleepq_calc_signal_retval(9), sleepq_catch_signals(9), sleepq_free(9), sleepq_lock(9), sleepq_lookup(9), sleepq_release(9), sleepq_remove(9), sleepq_signal(9), sleepq_set_timeout(9), sleepq_timedwait(9), sleepq_timedwait_sig(9), sleepq_wait(9), sleepq_wait_sig(9) - manage the queues of sleeping threads
initgroups(3)            - initialize group access list
initscr(3), newterm(3), endwin(3), isendwin(3), set_term(3), delscreen(3) - curses screen initialization and manipulation routines
inittodr(9)              - initialize system time
insch(3), winsch(3), mvinsch(3), mvwinsch(3) - insert a character before cursor in a curses window
insque(3), remque(3)     - doubly-linked list management
insstr(3), insnstr(3), winsstr(3), winsnstr(3), mvinsstr(3), mvinsnstr(3), mvwinsstr(3), mvwinsnstr(3) - insert string before cursor in a curses window
install(1)               - install binaries
install-info(1)          - update info/dir entries
instr(3), innstr(3), winstr(3), winnstr(3), mvinstr(3), mvinnstr(3), mvwinstr(3), mvwinnstr(3) - get a string of characters from a curses window
intpm(4)                 - Intel PIIX4 Power Management controller driver
intro(1)                 - introduction to general commands (tools and utilities)
intro(2)                 - introduction to system calls and error numbers
intro(3)                 - introduction to the C libraries
intro(4)                 - introduction to devices and device drivers
intro(5)                 - introduction to file formats
intro(6)                 - introduction to games
intro(7)                 - miscellaneous information pages
intro(8)                 - introduction to system maintenance and operation commands
intro(9)                 - introduction to system kernel interfaces
io(4)                    - I/O privilege file
ioctl(2)                 - control device
iostat(8)                - report I/O statistics
ip(4)                    - Internet Protocol
ip6(4)                   - Internet Protocol version 6 (IPv6) network layer
ip6addrctl(8)            - configure address selection policy for IPv6 and IPv4
ip6fw(8)                 - controlling utility for IPv6 firewall
ipcrm(1)                 - remove the specified message queues, semaphore sets, and shared segments
ipcs(1)                  - report System V interprocess communication facilities status
ipf(4)                   - packet filtering kernel interface
ipf(5), ipf.conf(5), ipf6.conf(5) - IP packet filter rule syntax
ipf(8)                   - alters packet filtering lists for IP packet input and output
ipfs(8)                  - saves and restores information for NAT and state tables
ipfstat(8)               - reports on packet filter statistics and filter list
ipftest(1)               - test packet filter rules with arbitrary input
ipfw(4)                  - IP packet filter and traffic accounting
ipfw(8)                  - IP firewall and traffic shaper control program
ipl(4)                   - IP packet log device
ipmon(8)                 - monitors /dev/ipl for logged packets
ipnat(4)                 - Network Address Translation kernel interface
ipnat(5), ipnat.conf(5)  - IP NAT file format
ipnat(8)                 - user interface to the NAT subsystem
ippool(5), ippool.conf(5) - IP Pool file format
ippool(8)                - user interface to the IPFilter pools
ipresend(1)              - resend IP packets out to network
ips(4)                   - IBM/Adaptec ServeRAID controller driver
ipsec(4)                 - IP security protocol
ipsec_set_policy(3), ipsec_get_policylen(3), ipsec_dump_policy(3) - manipulate IPsec policy specification structure from readable string
ipsec_strerror(3)        - error message for IPsec policy manipulation library
ipw(4)                   - Intel PRO/Wireless 2100 IEEE 802.11 driver
ipx_addr(3), ipx_ntoa(3) - IPX address conversion routines
is_term_resized(3), resize_term(3), resizeterm(3) - change the curses terminal size
isalnum(3)               - alphanumeric character test
isalpha(3)               - alphabetic character test
isascii(3)               - test for ASCII character
isblank(3)               - space or tab character test
iscntrl(3)               - control character test
isdigit(3), isnumber(3)  - decimal-digit character test
isdnd(8)                 - isdn4bsd ISDN connection management daemon
isdnd.acct(5)            - isdn4bsd ISDN management daemon accounting file format
isdnd.rates(5)           - isdn4bsd ISDN management daemon rates description file
isdnd.rc(5)              - isdn4bsd ISDN connection management daemon config file format
isdndebug(8)             - display and control isdn4bsd kernel variables and statistics
isdndecode(8)            - isdn4bsd ISDN protocol decode utility
isdnmonitor(8)           - isdn4bsd / isdnd remote monitoring tool
isdnphone(8)             - telephone dialing and more for isdn4bsd
isdntel(8)               - isdn4bsd telephone answering management utility
isdntelctl(8)            - control isdn4bsd telephone sound format conversion
isdntrace(8)             - isdn4bsd ISDN protocol trace utility
isgraph(3)               - printing character test (space character exclusive)
isgreater(3), isgreaterequal(3), isless(3), islessequal(3), islessgreater(3), isunordered(3) - compare two floating-point numbers
isic(4)                  - isdn4bsd Siemens ISDN Chipset device driver
isideogram(3)            - ideographic character test
islower(3)               - lower-case character test
isp(4)                   - Qlogic based SCSI and FibreChannel SCSI Host Adapters
ispcvt(8)                - verify if current video driver is pcvt driver
ispfw(4)                 - Firmware Module for Qlogic based SCSI and FibreChannel SCSI Host Adapters
isphonogram(3)           - phonographic character test
isprint(3)               - printing character test (space character inclusive)
ispunct(3)               - punctuation character test
isrune(3)                - valid character test
issetugid(2)             - is current process tainted by uid or gid changes
isspace(3)               - white-space character test
isspecial(3)             - special character test
isupper(3)               - upper-case character test
iswalnum(3), iswalpha(3), iswascii(3), iswblank(3), iswcntrl(3), iswdigit(3), iswgraph(3), iswhexnumber(3), iswideogram(3), iswlower(3), iswnumber(3), iswphonogram(3), iswprint(3), iswpunct(3), iswrune(3), iswspace(3), iswspecial(3), iswupper(3), iswxdigit(3) - wide character classification utilities
iswctype(3), wctype(3)   - wide character class functions
isxdigit(3), ishexnumber(3) - hexadecimal-digit character test
ithread_add_handler(9), ithread_create(9), ithread_destroy(9), ithread_priority(9), ithread_remove_handler(9), ithread_schedule(9) - kernel interrupt threads
itjc(4)                  - isdn4bsd NETjet-S / Teles PCI-TJ hardware driver
iwi(4)                   - Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 driver
iwic(4)                  - isdn4bsd Winbond ISDN Chip device driver
ixgb(4)                  - Intel(R) PRO/10GbE Ethernet driver for the FreeBSD operating system
j0(3), j0f(3), j1(3), j1f(3), jn(3), jnf(3), y0(3), y0f(3), y1(3), y1f(3), yn(3), ynf(3) - Bessel functions of first and second kind
jail(2), jail_attach(2)  - imprison current process and future descendants
jail(8)                  - imprison process and its descendants
jexec(8)                 - execute a command inside an existing jail
jls(8)                   - list active jails
join(1)                  - relational database operator
jot(1)                   - print sequential or random data
joy(4)                   - joystick device driver
k_hasafs(3), k_pioctl(3), k_unlog(3), k_setpag(3), k_afs_cell_of_file(3), kafs_set_verbose(3), kafs_settoken_rxkad(3), kafs_settoken(3), krb_afslog(3), krb_afslog_uid kafs_settoken5(3), krb5_afslog(3), krb5_afslog_uid(3) - AFS library
kadmin(8)                - Kerberos administration utility
kadmind(8)               - server for administrative access to Kerberos database
kame(4), KAME(4)         - introduction and roadmap to KAME IPv6 software package
kbdcontrol(1)            - keyboard control and configuration utility
kbdmap(1), vidfont(1)    - front end for syscons
kbdmap(5)                - keyboard map file format for kbdcontrol
kbdmux(4)                - keyboard multiplexer
kcon(1)                  - pcvt keyboard control and remapping
kdc(8)                   - Kerberos 5 server
kdestroy(1)              - destroy the current ticket file
kdump(1)                 - display kernel trace data
kenv(1)                  - dump or modify the kernel environment
kenv(2)                  - kernel environment
kerberos(8)              - introduction to the Kerberos system
kernacc(9), useracc(9)   - check memory regions for accessibility
keyboard(4)              - pc keyboard interface
keybound(3)              - return definition of keycode
keycap(5)                - keyboard mapping data base
keylogin(1)              - decrypt and store secret key
keylogout(1)             - delete stored secret key
keyok(3)                 - enable or disable a keycode
keyserv(8)               - server for storing private encryption keys
kgdb(1)                  - kernel debugger
kgetent(3), kgetnum(3), kgetflag(3), kgetstr(3) - routines for accessing the keycap database
kgmon(8)                 - generate a dump of the operating system's profile buffers
kgzip(8)                 - compress a kernel
kiconv_add_xlat16_cspair(3), kiconv_add_xlat16_cspairs(3), kiconv_add_xlat16_table(3) - kernel side iconv library
kill(1)                  - terminate or signal a process
kill(2)                  - send signal to a process
killall(1)               - kill processes by name
killpg(2)                - send signal to a process group
kinit(1), kinit kauth(1) - acquire initial tickets
kld(4)                   - dynamic kernel linker facility
kldconfig(8)             - display or modify the kernel module search path
kldfind(2)               - returns the fileid of a kld file
kldfirstmod(2)           - return first module id from the kld file specified
kldload(2)               - load KLD files into the kernel
kldload(8)               - load a file into the kernel
kldnext(2)               - return the fileid of the next kld file
kldstat(2)               - get status of kld file
kldstat(8)               - display status of dynamic kernel linker
kldsym(2)                - look up address by symbol name in a KLD
kldunload(2)             - unload kld files
kldunload(8)             - unload a file from the kernel
kldxref(8)               - generate hints for the kernel loader
klist(1)                 - list Kerberos credentials
kobj(9)                  - a kernel object system for FreeBSD
kpasswd(1)               - Kerberos 5 password changing program
kpasswdd(8)              - Kerberos 5 password changing server
kproc_start(9), kproc_shutdown(9), kthread_create(9), kthread_exit(9), kthread_resume(9), kthread_suspend(9), kthread_suspend_check(9) - kernel threads
kqueue(2), kevent(2)     - kernel event notification mechanism
krb5(3)                  - kerberos 5 library
krb5-config(1)           - give information on how to link code against Heimdal libraries
krb5.conf(5)             - configuration file for Kerberos 5
krb5_425_conv_principal(3), krb5_425_conv_principal_ext(3), krb5_524_conv_principal(3) - converts to and from version 4 principals
krb5_address(3), krb5_addresses(3), krb5_sockaddr2address(3), krb5_sockaddr2port(3), krb5_addr2sockaddr(3), krb5_max_sockaddr_size(3), krb5_sockaddr_uninteresting(3), krb5_h_addr2sockaddr(3), krb5_h_addr2addr(3), krb5_anyaddr(3), krb5_print_address(3), krb5_parse_address(3), krb5_address_order(3), krb5_address_compare(3), krb5_address_search(3), krb5_free_address(3), krb5_free_addresses(3), krb5_copy_address(3), krb5_copy_addresses(3), krb5_append_addresses(3), krb5_make_addrport(3) - mange addresses in Kerberos
krb5_aname_to_localname(3) - converts a principal to a system local name
krb5_appdefault_boolean(3), krb5_appdefault_string(3), krb5_appdefault_time(3) - get application configuration value
krb5_auth_context(3), krb5_auth_con_init(3), krb5_auth_con_free(3), krb5_auth_con_setflags(3), krb5_auth_con_getflags(3), krb5_auth_con_setaddrs(3), krb5_auth_con_setaddrs_from_fd(3), krb5_auth_con_getaddrs(3), krb5_auth_con_genaddrs(3), krb5_auth_con_getkey(3), krb5_auth_con_setkey(3), krb5_auth_con_getuserkey(3), krb5_auth_con_setuserkey(3), krb5_auth_con_getlocalsubkey(3), krb5_auth_con_setlocalsubkey(3), krb5_auth_con_getremotesubkey(3), krb5_auth_con_setremotesubkey(3), krb5_auth_setcksumtype(3), krb5_auth_getcksumtype(3), krb5_auth_setkeytype(3), krb5_auth_getkeytype(3), krb5_auth_getlocalseqnumber(3), krb5_auth_setlocalseqnumber(3), krb5_auth_getremoteseqnumber(3), krb5_auth_setremoteseqnumber(3), krb5_auth_getauthenticator(3), krb5_auth_con_getrcache(3), krb5_auth_con_setrcache(3), krb5_auth_con_initivector(3), krb5_auth_con_setivector(3) - manage authentication on connection level
krb5_build_principal(3), krb5_build_principal_ext(3), krb5_build_principal_va(3), krb5_build_principal_va_ext(3), krb5_make_principal(3) - principal creation functions
krb5_ccache(3), krb5_cc_cursor(3), krb5_cc_ops(3), krb5_fcc_ops(3), krb5_mcc_ops(3), krb5_cc_close(3), krb5_cc_copy_cache(3), krb5_cc_default(3), krb5_cc_default_name(3), krb5_cc_destroy(3), krb5_cc_end_seq_get(3), krb5_cc_gen_new(3), krb5_cc_get_name(3), krb5_cc_get_principal(3), krb5_cc_get_type(3), krb5_cc_get_ops(3), krb5_cc_get_version(3), krb5_cc_initialize(3), krb5_cc_register(3), krb5_cc_resolve(3), krb5_cc_retrieve_cred(3), krb5_cc_remove_cred(3), krb5_cc_set_default_name(3), krb5_cc_store_cred(3), krb5_cc_set_flags(3), krb5_cc_next_cred(3) - mange credential cache
krb5_checksum_is_collision_proof(3), krb5_checksum_is_keyed(3), krb5_checksumsize(3), krb5_create_checksum(3), krb5_verify_checksum(3) - creates and verifies checksums
krb5_config_get_bool_default(3), krb5_config_get_int_default(3), krb5_config_get_string_default(3), krb5_config_get_time_default(3) - get configuration value
krb5_context(3)          - krb5 state structure
krb5_copy_data(3), krb5_data krb5_data_zero krb5_data_free krb5_free_data_contents krb5_free_data krb5_data_alloc krb5_data_realloc krb5_data_copy krb5_copy_data(3) - operates on the Kerberos datatype krb5_data
krb5_crypto_init(3), krb5_crypto_destroy(3) - initialize encryption context
krb5_decrypt(3), krb5_decrypt_EncryptedData(3), krb5_encrypt(3), krb5_encrypt_EncryptedData(3) - encrypt and decrypt data
krb5_free_host_realm(3), krb5_free_host_realm krb5_get_default_realm krb5_get_default_realms krb5_get_host_realm krb5_set_default_realm(3) - default and host realm read and manipulation routines
krb5_free_krbhst(3), krb5_get_krbhst krb5_get_krb_admin_hst krb5_get_krb_changepw_hst krb5_get_krb524hst krb5_free_krbhst(3) - lookup Kerberos KDC hosts
krb5_free_principal(3)   - principal free function
krb5_get_all_client_addrs(3), krb5_get_all_server_addrs(3) - return local addresses
krb5_init_context(3), krb5_free_context(3) - create and delete krb5_context structures
krb5_initlog(3), krb5_openlog(3), krb5_closelog(3), krb5_addlog_dest(3), krb5_addlog_func(3), krb5_log(3), krb5_vlog(3), krb5_log_msg(3), krb5_vlog_msg(3) - Heimdal logging functions
krb5_krbhst_init(3), krb5_krbhst_next(3), krb5_krbhst_next_as_string(3), krb5_krbhst_reset(3), krb5_krbhst_free(3), krb5_krbhst_format_string(3), krb5_krbhst_get_addrinfo(3) - lookup Kerberos KDC hosts
krb5_kt_ops(3), krb5_keytab_entry(3), krb5_kt_cursor(3), krb5_kt_add_entry(3), krb5_kt_close(3), krb5_kt_compare(3), krb5_kt_copy_entry_contents(3), krb5_kt_default(3), krb5_kt_default_name(3), krb5_kt_end_seq_get(3), krb5_kt_free_entry(3), krb5_kt_get_entry(3), krb5_kt_get_name(3), krb5_kt_get_type(3), krb5_kt_next_entry(3), krb5_kt_read_service_key(3), krb5_kt_register(3), krb5_kt_remove_entry(3), krb5_kt_resolve(3), krb5_kt_start_seq_get(3) - manage keytab (key storage) files
krb5_kuserok(3)          - verifies if a principal can log in as a user
krb5_parse_name(3)       - string to principal conversion
krb5_principal_get_realm(3), krb5_principal_get_comp_string(3) - decompose a principal
krb5_sname_to_principal(3), krb5_sock_to_principal(3) - create a service principal
krb5_timeofday(3), krb5_us_timeofday(3) - whatever these functions do
krb5_unparse_name(3)     - principal to string conversion
krb5_verify_user(3), krb5_verify_user_lrealm(3), krb5_verify_user_opt(3), krb5_verify_opt_init krb5_verify_opt_set_flags(3), krb5_verify_opt_set_service(3), krb5_verify_opt_set_secure(3), krb5_verify_opt_set_keytab(3) - Heimdal password verifying functions
krb5_warn(3), krb5_warnx(3), krb5_vwarn(3), krb5_vwarnx(3), krb5_err(3), krb5_errx(3), krb5_verr(3), krb5_verrx(3), krb5_set_warn_dest(3) - Heimdal warning and error functions
kse(2)                   - kernel support for user threads
kstash(8)                - store the KDC master password in a file
ktr(4)                   - kernel tracing facility
ktrace(1)                - enable kernel process tracing
ktrace(2)                - process tracing
ktrdump(8)               - print kernel ktr trace buffer
ktutil(8)                - manage Kerberos keytabs
kue(4)                   - Kawasaki LSI KL5KUSB101B USB Ethernet driver
kvm(3)                   - kernel memory interface
kvm_geterr(3)            - get error message on kvm descriptor
kvm_getfiles(3)          - survey open files
kvm_getloadavg(3)        - get load average of the system
kvm_getprocs(3), kvm_getargv(3), kvm_getenvv(3) - access user process state
kvm_getswapinfo(3)       - return swap summary statistics for the system
kvm_nlist(3)             - retrieve symbol table names from a kernel image
kvm_open(3), kvm_openfiles(3), kvm_close(3) - initialize kernel virtual memory access
kvm_read(3), kvm_write(3) - read or write kernel virtual memory
l2control(8)             - L2CAP configuration utility
l2ping(8)                - send L2CAP ECHO_REQUEST to remote devices
labs(3)                  - return the absolute value of a long integer
lam(1)                   - laminate files
last(1)                  - indicate last logins of users and ttys
lastcomm(1)              - show last commands executed in reverse order
lastlogin(8)             - indicate last login time of users
ld(1)                    - Using LD, the GNU linker
ld-elf.so.1(1), ld.so(1), rtld(1) - run-time link-editor
ldconfig(8)              - configure the shared library cache
ldd(1)                   - list dynamic object dependencies
ldexp(3), ldexpf(3), ldexpl(3) - multiply floating-point number by integral power of 2
ldiv(3)                  - return quotient and remainder from division
leave(1)                 - remind you when you have to leave
led(4)                   - API for manipulating LED's, lamps and other annunciators
less(1)                  - opposite of more
lesskey(1)               - specify key bindings for less
lgamma(3), lgamma_r(3), lgammaf(3), lgammaf_r(3), gamma(3), gamma_r(3), gammaf(3), gammaf_r(3), tgamma(3) - log gamma functions, gamma function
lge(4)                   - Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet adapter driver
libalias(3)              - packet aliasing library for masquerading and network address translation
libarchive(3)            - functions for reading and writing streaming archives
libarchive-formats(5)    - archive formats supported by the libarchive library
libbsdxml(3)             - eXpat XML parser library
libdisk(3), Open_Disk(3), Free_Disk(3), Debug_Disk(3), Set_Bios_Geom(3), Delete_Chunk(3), Collapse_Disk(3), Collapse_Chunk(3), Create_Chunk(3), All_FreeBSD(3), CheckRules(3), Disk_Names(3), Set_Boot_Mgr(3), Set_Boot_Blocks(3), Write_Disk(3), Cyl_Aligned(3), Next_Cyl_Aligned(3), Prev_Cyl_Aligned(3), Track_Aligned(3), Next_Track_Aligned(3), Prev_Track_Aligned(3), Create_Chunk_DWIM(3), MakeDev(3), MakeDevDisk(3), ShowChunkFlags(3), chunk_name(3), slice_type_name(3) - library interface to slice and partition labels
libmagic(3), magic_open(3), magic_close(3), magic_error(3), magic_file(3), magic_buffer(3), magic_setflags(3), magic_check(3), magic_compile(3), magic_load(3) - Magic number recognition library
libmap.conf(5)           - configuration file for dynamic object dependency mapping
libmemstat(3)            - library interface to retrieve kernel memory allocator statistics
libmp(3)                 - traditional BSD multiple precision integer arithmetic library
libngatm(3)              - ATM signalling library
libngatm(3), uni_decode(3), uni_decode_head(3), uni_decode_body(3), uni_decode_ie_hdr(3), uni_decode_ie_body(3), uni_encode(3), uni_encode_msg_hdr(3), uni_encode_ie(3), uni_encode_ie_hdr(3), uni_check_ie(3), uni_print_cref(3), uni_print_msghdr(3), uni_print(3), uni_print_ie(3), uni_initcx(3), uni_print_cx(3) - ATM signalling library - message handling functions
libradius(3)             - RADIUS client library
libstand(3)              - support library for standalone executables
libtacplus(3)            - TACACS+ client library
libthr(3)                - alternative POSIX threads library
libufs(3)                - operate on UFS file systems from userland
libugidfw(3)             - library interface to the file system firewall MAC policy
limits(1)                - set or display process resource limits
link(2)                  - make a hard file link
link(5)                  - dynamic loader and link editor interface
link_addr(3), link_ntoa(3) - elementary address specification routines for link level access
linprocfs(5)             - Linux process file system
lint(1)                  - a C program verifier
lint(7)                  - Lint error message list
linux(4)                 - Linux ABI support
lio_listio(2)            - list directed I/O (REALTIME)
listen(2)                - listen for connections on a socket
lkbib(1)                 - search bibliographic databases
llabs(3)                 - returns absolute value
lldiv(3)                 - returns quotient and remainder
llrint(3), llrintf(3), lrint(3), lrintf(3) - convert to integer
llround(3), llroundf(3), llroundl(3), lround(3), lroundf(3), lroundl(3) - convert to nearest integral value
ln(1), link(1)           - make links
lnc(4)                   - AMD Lance/PCnet Ethernet device driver
lo(4)                    - software loopback network interface
loader(8)                - kernel bootstrapping final stage
loader.4th(8)            - loader.conf processing tools
loader.conf(5)           - system bootstrap configuration information
loadfont(1)              - pcvt utility for loading fonts into VGA/EGA boards
locale(1)                - get locale-specific information
localeconv(3)            - natural language formatting for C
locate(1)                - find filenames quickly
locate.updatedb(8)       - update locate database
lock(1)                  - reserve a terminal
lockf(1)                 - execute a command while holding a file lock
lockf(3)                 - record locking on files
lockinit(9), lockdestroy(9), lockcount(9), lockmgr(9), lockstatus(9), lockmgr_printinfo(9) - lockmgr family of functions
logb(3), logbf(3), scalb(3), scalbf(3), significand(3), significandf(3) - IEEE test functions
logger(1)                - make entries in the system log
login(1)                 - log into the computer
login(3)                 - log a new login record to the utmp and wtmp files
login.access(5)          - login access control table
login.conf(5)            - login class capability database
login_close(3), login_getcapbool(3), login_getcaplist(3), login_getcapnum(3), login_getcapstr(3), login_getcapsize(3), login_getcaptime(3), login_getclass(3), login_getclassbyname(3), login_getpwclass(3), login_getstyle(3), login_getuserclass(3), login_setcryptfmt(3) - functions for accessing the login class capabilities database
login_tty(3)             - prepare a tty for a new login session
logins(1)                - display account information
logname(1)               - display user's login name
logout(3)                - remove an entry from the utmp file
logwtmp(3)               - append a new record to the wtmp file
longrun(4)               - Transmeta(TM) Crusoe(TM) LongRun(TM) support
look(1)                  - display lines beginning with a given string
lookbib(1)               - search bibliographic databases
lorder(1)                - list dependencies for object files
lp(1)                    - front-end to the print spooler
lp(4)                    - printer port Internet Protocol driver
lpbb(4)                  - parallel port I2C bit-banging interface
lpc(8)                   - line printer control program
lpd(8)                   - line printer spooler daemon
lpq(1)                   - spool queue examination program
lpr(1)                   - off line print
lprm(1)                  - remove jobs from the line printer spooling queue
lpt(4)                   - generic printer device driver
lptcontrol(8)            - a utility for manipulating the lpt printer driver
lptest(1)                - generate lineprinter ripple pattern
ls(1)                    - list directory contents
lsearch(3), lfind(3)     - linear search and append
lseek(2)                 - reposition read/write file offset
lsvfs(1)                 - list installed virtual file systems
lwres(3)                 - introduction to the lightweight resolver library
lwres_buffer_init(3), lwres_buffer_invalidate(3), lwres_buffer_add(3), lwres_buffer_subtract(3), lwres_buffer_clear(3), lwres_buffer_first(3), lwres_buffer_forward(3), lwres_buffer_back(3), lwres_buffer_getuint8(3), lwres_buffer_putuint8(3), lwres_buffer_getuint16(3), lwres_buffer_putuint16(3), lwres_buffer_getuint32(3), lwres_buffer_putuint32(3), lwres_buffer_putmem(3), lwres_buffer_getmem(3) - lightweight resolver buffer management
lwres_conf_init(3), lwres_conf_clear(3), lwres_conf_parse(3), lwres_conf_print(3), lwres_conf_get(3) - lightweight resolver configuration
lwres_context_create(3), lwres_context_destroy(3), lwres_context_nextserial(3), lwres_context_initserial(3), lwres_context_freemem(3), lwres_context_allocmem(3), lwres_context_sendrecv(3) - lightweight resolver context management
lwres_gabnrequest_render(3), lwres_gabnresponse_render(3), lwres_gabnrequest_parse(3), lwres_gabnresponse_parse(3), lwres_gabnresponse_free(3), lwres_gabnrequest_free(3) - lightweight resolver getaddrbyname message handling
lwres_getaddrinfo(3), lwres_freeaddrinfo(3) - socket address structure to host and service name
lwres_gethostbyname(3), lwres_gethostbyname2(3), lwres_gethostbyaddr(3), lwres_gethostent(3), lwres_sethostent(3), lwres_endhostent(3), lwres_gethostbyname_r(3), lwres_gethostbyaddr_r(3), lwres_gethostent_r(3), lwres_sethostent_r(3), lwres_endhostent_r(3) - lightweight resolver get network host entry
lwres_getipnodebyname(3), lwres_getipnodebyaddr(3), lwres_freehostent(3) - lightweight resolver nodename / address translation API
lwres_getnameinfo(3)     - lightweight resolver socket address structure to hostname and service name
lwres_getrrsetbyname(3), lwres_freerrset(3) - retrieve DNS records
lwres_gnbarequest_render(3), lwres_gnbaresponse_render(3), lwres_gnbarequest_parse(3), lwres_gnbaresponse_parse(3), lwres_gnbaresponse_free(3), lwres_gnbarequest_free(3) - lightweight resolver getnamebyaddress message handling
lwres_herror(3), lwres_hstrerror(3) - lightweight resolver error message generation
lwres_lwpacket_renderheader(3), lwres_lwpacket_parseheader(3) - lightweight resolver packet handling functions
lwres_net_ntop(3)        - lightweight resolver IP address presentation
lwres_nooprequest_render(3), lwres_noopresponse_render(3), lwres_nooprequest_parse(3), lwres_noopresponse_parse(3), lwres_noopresponse_free(3), lwres_nooprequest_free(3) - lightweight resolver no-op message handling
lwres_string_parse(3), lwres_addr_parse(3), lwres_getaddrsbyname(3), lwres_getnamebyaddr(3) - lightweight resolver utility functions
lwresd(8)                - lightweight resolver daemon
m4(1)                    - macro language processor
mac(3)                   - introduction to the MAC security API
mac(4)                   - Mandatory Access Control
mac(9)                   - TrustedBSD Mandatory Access Control framework
mac.conf(5)              - format of the MAC library configuration file
mac_biba(4)              - Biba data integrity policy
mac_bsdextended(4)       - file system firewall policy
mac_free(3)              - free MAC label
mac_from_text(3), mac_to_text(3) - convert MAC label to/from text representation
mac_get_file(3), mac_get_link(3), mac_get_fd(3), mac_get_peer(3), mac_get_pid(3), mac_get_proc(3) - get the label of a file, socket, socket peer or process
mac_ifoff(4)             - interface silencing policy
mac_is_present_np(3)     - report whether the running system has MAC support
mac_lomac(4)             - Low-watermark Mandatory Access Control data integrity policy
mac_mls(4)               - Multi-Level Security confidentiality policy
mac_none(4)              - null MAC policy module
mac_partition(4)         - process partition policy
mac_portacl(4)           - network port access control policy
mac_prepare(3), mac_prepare_type(3), mac_prepare_file_label(3), mac_prepare_ifnet_label(3), mac_prepare_process_label(3) - allocate appropriate storage for mac_t
mac_seeotheruids(4)      - simple policy controlling whether users see other users
mac_set_file(3), mac_set_fd(3), mac_set_proc(3) - set the MAC label for a file or process
mac_stub(4)              - MAC policy stub module
mac_test(4)              - MAC framework testing policy
maclabel(7)              - Mandatory Access Control label format
madvise(2), posix_madvise(2) - give advice about use of memory
magic(5)                 - file command's magic number file
mail(1), Mail(1), mailx(1) - send and receive mail
mail.local(8)            - store mail in a mailbox
mailaddr(7)              - mail addressing description
mailer.conf(5)           - configuration file for mailwrapper(8)
mailq(1)                 - print the mail queue
mailstats(8)             - display mail statistics
mailwrapper(8)           - invoke appropriate MTA software based on configuration file
make(1)                  - maintain program dependencies
make.conf(5)             - system build information
make_dev(9), make_dev_alias(9), destroy_dev(9), dev_depends(9) - manage cdev's and DEVFS registration for devices
makecontext(3), swapcontext(3) - modify and exchange user thread contexts
makeinfo(1)              - translate Texinfo documents
makekey(8)               - make encrypted keys or passwords
makemap(8)               - create database maps for sendmail
makewhatis(1)            - create whatis database
makewhatis.local(8), catman.local(8) - start makewhatis or catman for local file systems
malloc(3), calloc(3), realloc(3), free(3), reallocf(3) - general purpose memory allocation functions
malloc(3), free(3), realloc(3), calloc(3), alloca(3), mmap(3) - general memory allocation operations
malloc(9), MALLOC(9), free(9), FREE(9), realloc(9), reallocf(9), MALLOC_DEFINE(9), MALLOC_DECLARE(9) - kernel memory management routines
malloc.conf(5), malloc(5), calloc(5), realloc(5), free(5), reallocf(5) - general purpose memory allocation functions
man(1)                   - format and display the on-line manual pages
manctl(8)                - manipulating manual pages
manpath(1)               - determine user's search path for man pages
map-mbone(8)             - multicast connection mapper
math(3)                  - floating-point mathematical library
mbchain(9), mb_init(9), mb_initm(9), mb_done(9), mb_detach(9), mb_fixhdr(9), mb_reserve(9), mb_put_uint8(9), mb_put_uint16be(9), mb_put_uint16le(9), mb_put_uint32be(9), mb_put_uint32le(9), mb_put_int64be(9), mb_put_int64le(9), mb_put_mem(9), mb_put_mbuf(9), mb_put_uio(9) - set of functions to build an mbuf chain from various data types
mblen(3)                 - get number of bytes in a character
mbpool(9)                - buffer pools for network interfaces
mbrlen(3)                - get number of bytes in a character (restartable)
mbrtowc(3)               - convert a character to a wide-character code (restartable)
mbsinit(3)               - determine conversion object status
mbsrtowcs(3), mbsnrtowcs(3) - convert a character string to a wide-character string (restartable)
mbstowcs(3)              - convert a character string to a wide-character string
mbtowc(3)                - convert a character to a wide-character code
mbuf(9)                  - memory management in the kernel IPC subsystem
mbuf_tags(9)             - a framework for generic packet attributes
mcd(4)                   - Mitsumi CD-ROM driver
mcprint(3)               - ship binary data to printer
md(4)                    - memory disk
md5(1), sha1(1), sha256(1), rmd160(1) - calculate a message-digest fingerprint (checksum) for a file
mdchain(9), md_initm(9), md_done(9), md_append_record(9), md_next_record(9), md_get_uint8(9), md_get_uint16(9), md_get_uint16be(9), md_get_uint16le(9), md_get_uint32(9), md_get_uint32be(9), md_get_uint32le(9), md_get_int64(9), md_get_int64be(9), md_get_int64le(9), md_get_mem(9), md_get_mbuf(9), md_get_uio(9) - set of functions to dissect an mbuf chain to various data types
mdconfig(8)              - configure and enable memory disks
mdmfs(8), mount_mfs(8)   - configure and mount an in-memory file system using the md(4) driver
mem(4), kmem(4)          - memory files
memccpy(3)               - copy string until character found
memchr(3)                - locate byte in byte string
memcmp(3)                - compare byte string
memcontrol(8)            - control system cache behaviour with respect to memory
memcpy(3)                - copy byte string
memguard(9), MemGuard(9) - memory allocator for debugging purposes
memmem(3)                - locate a byte substring in a byte string
memmove(3)               - copy byte string
memset(3)                - write a byte to byte string
menu(3)                  - curses extension for programming menus
menu_attributes(3)       - color and attribute control for menus
menu_cursor(3)           - position a menu's cursor
menu_driver(3)           - command-processing loop of the menu system
menu_format(3)           - set and get menu sizes
menu_hook(3)             - set hooks for automatic invocation by applications
menu_items(3)            - make and break connections between items and menus
menu_mark(3)             - get and set the menu mark string
menu_new(3)              - create and destroy menus
menu_opts(3)             - set and get menu options
menu_pattern(3)          - get and set a menu's pattern buffer
menu_post(3)             - write or erase menus from associated subwindows
menu_requestname(3)      - handle printable menu request names
menu_spacing(3)          - Control spacing between menu items
menu_userptr(3)          - associate application data with a menu item
menu_win(3)              - make and break menu window and subwindow associations
merge(1)                 - three-way file merge
mergemaster(8)           - merge configuration files, et al during an upgrade
mesg(1)                  - display (do not display) messages from other users
meteor(4)                - video capture driver interface
mi_switch(9), cpu_switch(9), cpu_throw(9) - switch to another thread context
microseq(9)              - ppbus microsequencer developer's guide
miibus(4)                - IEEE 802.3 Media Independent Interface network bus
mincore(2)               - determine residency of memory pages
minherit(2)              - control the inheritance of pages
minigzip(1)              - minimal implementation of the 'gzip' compression tool
mitem_current(3)         - set and get current_menu_item
mitem_name(3)            - get menu item name and description fields
mitem_new(3)             - create and destroy menu items
mitem_opts(3)            - set and get menu item options
mitem_userptr(3)         - associate application data with a menu item
mitem_value(3)           - set and get menu item values
mitem_visible(3)         - check visibility of a menu item
mixer(8)                 - set/display soundcard mixer values
mk-amd-map(8)            - create database maps for Amd
mkdep(1)                 - construct Makefile dependency list
mkdir(1)                 - make directories
mkdir(2)                 - make a directory file
mkfifo(1)                - make fifos
mkfifo(2)                - make a fifo file
mklocale(1)              - make LC_CTYPE locale files
mknetid(8)               - generate netid map data
mknod(2)                 - make a special file node
mknod(8)                 - build special file
mksnap_ffs(8)            - take a file system snapshot
mkstr(1)                 - create an error message file by massaging C source
mktemp(1)                - make temporary file name (unique)
mktemp(3)                - make temporary file name (unique)
mkuzip(8)                - compress disk image for use with geom_uzip(4) class
mld6query(8)             - send multicast listener query
mlock(2), munlock(2)     - lock (unlock) physical pages in memory
mlockall(2), munlockall(2) - lock (unlock) the address space of a process
mlx(4)                   - Mylex DAC-family RAID driver
mlxcontrol(8)            - Mylex DAC-family RAID management utility
mly(4)                   - Mylex AcceleRAID/eXtremeRAID family driver
mmap(2)                  - allocate memory, or map files or devices into memory
mmroff(1)                - reference preprocessor
mn(4)                    - Siemens Easy321-R1 E1/T1 device driver
modf(3)                  - extract signed integral and fractional values from floating-point number
modfind(2)               - returns the modid of a kernel module
modnext(2)               - return the modid of the next kernel module
modstat(2)               - get status of kernel module
module(9)                - structure describing a kernel module
moduli(5)                - system moduli file
moncontrol(3), monstartup(3) - control execution profile
morse(6)                 - reformat input as morse code
motd(5)                  - file containing message(s) of the day
mount(2), nmount(2), unmount(2) - mount or dismount a file system
mount(8)                 - mount file systems
mount_cd9660(8)          - mount an ISO-9660 file system
mount_ext2fs(8)          - mount an ext2fs file system
mount_msdosfs(8)         - mount an MS-DOS file system
mount_nfs(8)             - mount NFS file systems
mount_nfs4(8)            - mount NFSv4 file systems
mount_ntfs(8)            - mount an NTFS file system
mount_nullfs(8)          - mount a loopback file system sub-tree; demonstrate the use of a null file system layer
mount_nwfs(8)            - mount NetWare volume from a NetWare file server
mount_portalfs(8)        - mount the portal daemon
mount_reiserfs(8)        - mount a ReiserFS file system
mount_smbfs(8)           - mount a shared resource from an SMB file server
mount_std(8), mount_devfs(8), mount_fdescfs(8), mount_linprocfs(8), mount_procfs(8) - mount standard file systems
mount_udf(8)             - mount a UDF file system
mount_umapfs(8)          - sample file system layer
mount_unionfs(8)         - mount union file systems
mountd(8)                - service remote NFS mount requests
mouse(4)                 - mouse and pointing device drivers
moused(8)                - pass mouse data to the console driver
move(3), wmove(3)        - move curses window cursor
mpool(3)                 - shared memory buffer pool
mprotect(2)              - control the protection of pages
mpt(4)                   - LSI Fusion-MPT SCSI/Fibre Channel driver
mptable(1)               - display MP configuration table
mrinfo(8)                - display configuration info from a multicast router
mrouted(8)               - IP multicast routing daemon
msdosfs(5)               - MS-DOS file system
mse(4)                   - bus and InPort mice driver
msgctl(3)                - message control operations
msgget(3)                - get message queue
msgrcv(3)                - receive a message from a message queue
msgs(1)                  - system messages and junk mail program
msgsnd(3)                - send a message to a message queue
mskanji(5)               - Shift-JIS (MS Kanji) encoding for Japanese text
msync(2)                 - synchronize a mapped region
mt(1)                    - magnetic tape manipulating program
mtest(8)                 - test multicast membership socket operations and ioctls
mtio(4)                  - FreeBSD magtape interface
mtrace(8)                - print multicast path from a source to a receiver
mtree(8)                 - map a directory hierarchy
mtx_pool(9), mtx_pool_alloc(9), mtx_pool_find(9), mtx_pool_lock(9), mtx_pool_lock_spin(9), mtx_pool_unlock(9), mtx_pool_unlock_spin(9), mtx_pool_create(9), mtx_pool_destroy(9) - mutex pool routines
multibyte(3)             - multibyte and wide character manipulation functions
multicast(4)             - Multicast Routing
munmap(2)                - remove a mapping
mutex(9), mtx_init(9), mtx_lock(9), mtx_lock_spin(9), mtx_lock_flags(9), mtx_lock_spin_flags(9), mtx_trylock(9), mtx_trylock_flags(9), mtx_unlock(9), mtx_unlock_spin(9), mtx_unlock_flags(9), mtx_unlock_spin_flags(9), mtx_destroy(9), mtx_initialized(9), mtx_owned(9), mtx_recursed(9), mtx_assert(9), MTX_SYSINIT(9) - kernel synchronization primitives
mv(1)                    - move files
my(4)                    - Myson Technology Ethernet PCI driver
named(8)                 - Internet domain name server
named-checkconf(8)       - named configuration file syntax checking tool
named-checkzone(8)       - zone file validity checking tool
named.conf(5)            - configuration file for named
named.reconfig(8), named.reload(8) - reload name server configuration
namei(9), NDINIT(9), NDFREE(9), NDHASGIANT(9) - pathname translation and lookup operations
nanosleep(2)             - suspend process execution for an interval measured in nanoseconds
natd(8)                  - Network Address Translation daemon
natm(4)                  - Native Mode ATM protocol layer
natmip(4)                - IP over ATM PVCs
nc(1)                    - arbitrary TCP and UDP connections and listens
ncplist(1)               - displays various information about ncplib and NetWare servers
ncplogin(1)              - create permanent connection to a NetWare server
ncplogout(1)             - schedule permanent connection to close
ncr(4)                   - NCR 53C8xx SCSI driver
ncurses(3)               - CRT screen handling and optimization package
ncv(4)                   - NCR 53C500 based SCSI host adapter driver
ndis(4)                  - NDIS miniport driver wrapper
ndis_events(8)           - relay events from ndis(4) drivers to wpa_supplicant(8)
ndiscvt(8)               - convert Windows[rg] NDIS drivers for use with FreeBSD
ndisgen(8)               - generate a FreeBSD driver module from a Windows[rg] NDIS driver distribution
ndp(8)                   - control/diagnose IPv6 neighbor discovery protocol
nearbyint(3), nearbyintf(3), rint(3), rintf(3) - round to integral value in floating-point format
neqn(1)                  - format equations for ascii output
net_add_domain(9), pfctlinput(9), pfctlinput2(9), pffindproto(9), pffindtype(9), DOMAIN_SET(9) - network domain management
netconfig(5)             - network configuration data base
netgraph(4)              - graph based kernel networking subsystem
netgroup(5)              - defines network groups
netid(5)                 - YP network credential file
netstat(1)               - show network status
networking(4)            - introduction to networking facilities
networks(5)              - network name data base
new_unrhdr(9), delete_unrhdr(9), alloc_unr(9), free_unr(9) - kernel unit number allocator
newaliases(1)            - rebuild the data base for the mail aliases file
newfs(8)                 - construct a new UFS1/UFS2 file system
newfs_msdos(8)           - construct a new MS-DOS (FAT) file system
newgrp(1)                - change to a new group
newkey(8)                - create a new key in the publickey database
newpad(3), subpad(3), prefresh(3), pnoutrefresh(3), pechochar(3) - create and display curses pads
newsyslog(8)             - maintain system log files to manageable sizes
newsyslog.conf(5)        - newsyslog(8) configuration file
newwin(3), delwin(3), mvwin(3), subwin(3), derwin(3), mvderwin(3), dupwin(3), wsyncup(3), syncok(3), wcursyncup(3), wsyncdown(3) - create curses windows
nextafter(3), nextafterf(3), nextafterl(3), nexttoward(3), nexttowardf(3), nexttowardl(3) - next representable value
nextboot(8)              - specify an alternate kernel and boot flags for the next reboot
nextwctype(3)            - iterate through character classes
nfsd(8)                  - remote NFS server
nfsiod(8)                - local NFS asynchronous I/O server
nfsstat(1)               - display NFS statistics
nfssvc(2)                - NFS services
ng_UI(4)                 - UI netgraph node type
ng_async(4)              - asynchronous framing netgraph node type
ng_atm(4)                - netgraph ATM node type
ng_atmllc(4)             - ATM LLC netgraph node type
ng_atmpif(4)             - netgraph HARP/ATM Virtual Physical Interface
ng_bluetooth(4)          - placeholder for global Bluetooth variables
ng_bpf(4)                - Berkeley packet filter netgraph node type
ng_bridge(4)             - Ethernet bridging netgraph node type
ng_bt3c(4)               - Netgraph node type that is also a 3Com Bluetooth PC card driver
ng_btsocket(4)           - Bluetooth sockets layer
ng_ccatm(4)              - ATM Call Control netgraph node type
ng_cisco(4)              - Cisco HDLC protocol netgraph node type
ng_device(4)             - device netgraph node type
ng_echo(4)               - netgraph echo node type
ng_eiface(4)             - generic Ethernet interface netgraph node type
ng_etf(4)                - Ethertype filtering netgraph node type
ng_ether(4)              - Ethernet netgraph node type
ng_fec(4)                - netgraph Fast EtherChannel node
ng_frame_relay(4)        - frame relay netgraph node type
ng_gif(4)                - generic tunnel interface netgraph node type
ng_gif_demux(4)          - demultiplexer for packets from ng_gif(4) nodes
ng_h4(4)                 - Netgraph node type that is also an H4 line discipline
ng_hci(4)                - Netgraph node type that is also a Bluetooth Host Controller Interface (HCI) layer
ng_hole(4)               - netgraph discard node type
ng_hub(4)                - packet distribution netgraph node type
ng_iface(4)              - interface netgraph node type
ng_ip_input(4)           - netgraph IP input node type
ng_ipfw(4)               - interface between netgraph and IP firewall
ng_ksocket(4)            - kernel socket netgraph node type
ng_l2cap(4)              - Netgraph node type that implements Bluetooth Logical Link Control and Adaptation Protocol (L2CAP)
ng_l2tp(4)               - L2TP protocol netgraph node type
ng_lmi(4)                - frame relay LMI protocol netgraph node type
ng_mppc(4)               - Microsoft MPPC/MPPE compression and encryption netgraph node type
ng_nat(4)                - NAT netgraph node type
ng_netflow(4)            - Cisco's NetFlow implementation
ng_one2many(4)           - packet multiplexing netgraph node type
ng_ppp(4)                - PPP protocol netgraph node type
ng_pppoe(4)              - RFC 2516 PPPoE protocol netgraph node type
ng_pptpgre(4)            - PPTP GRE protocol netgraph node type
ng_rfc1490(4)            - RFC 1490 netgraph node type
ng_socket(4)             - netgraph socket node type
ng_source(4)             - netgraph node for traffic generation
ng_split(4)              - netgraph node to separate incoming and outgoing flows
ng_sppp(4)               - sppp netgraph node type
ng_sscfu(4)              - netgraph SSCF at the UNI node type
ng_sscop(4)              - netgraph SSCOP node type
ng_tcpmss(4)             - netgraph node to adjust TCP MSS option
ng_tee(4)                - netgraph ``tee'' node type
ng_tty(4)                - netgraph node type that is also a line discipline
ng_ubt(4)                - Netgraph node type that is also a driver for Bluetooth USB devices
ng_uni(4)                - netgraph UNI node type
ng_vjc(4)                - Van Jacobson compression netgraph node type
ng_vlan(4)               - IEEE 802.1Q VLAN tagging netgraph node type
ngatmbase(4)             - netgraph ATM utility module
ngctl(8)                 - netgraph control utility
nge(4)                   - National Semiconductor PCI Gigabit Ethernet adapter driver
nghook(8)                - connect to a netgraph(4) node
nice(1)                  - execute a utility at an altered scheduling priority
nice(3)                  - set program scheduling priority
nl(1)                    - line numbering filter
nl_langinfo(3)           - language information
nlist(3)                 - retrieve symbol table name list from an executable file
nm(1)                    - list symbols from object files
nmdm(4)                  - nullmodem terminal driver
nohup(1)                 - invoke a utility immune to hangups
nologin(5)               - disallow logins
nologin(8)               - politely refuse a login
nos-tun(8)               - implement ``nos'' or ``ka9q'' style IP over IP tunnel
npx(4)                   - Numeric Processing Extension coprocessor
nroff(1)                 - emulate nroff command with groff
nsdispatch(3)            - name-service switch dispatcher routine
nslookup(1)              - query Internet name servers interactively
nsmb.conf(5)             - configuration file for SMB requests
nsp(4)                   - Workbit Ninja SCSI-3 based PC-Card SCSI host adapter driver
nsswitch.conf(5)         - name-service switch configuration file
nsupdate(8)              - Dynamic DNS update utility
ntp.conf(5)              - Network Time Protocol (NTP) daemon configuration file
ntp.keys(5)              - NTP daemon key file format
ntp_adjtime(2)           - NTP daemon application interface
ntp_gettime(2)           - NTP user application interface
ntpd(8)                  - Network Time Protocol (NTP) daemon
ntpdate(8)               - set the date and time via NTP
ntpdc(8)                 - special NTP query program
ntpq(8)                  - standard NTP query program
ntptime(8)               - read kernel time variables
ntptrace(8)              - trace a chain of NTP servers back to the primary source
null(4)                  - the null device
number(6)                - convert Arabic numerals to English
nve(4)                   - NVIDIA nForce MCP Networking Adapter device driver
objcopy(1)               - copy and translate object files
objdump(1)               - display information from object files
objformat(1)             - reports default binary format
od(1)                    - octal, decimal, hex, ASCII dump
ohci(4)                  - OHCI USB Host Controller driver
oltr(4)                  - Olicom Token Ring device driver
open(2)                  - open or create a file for reading or writing
opendir(3), readdir(3), readdir_r(3), telldir(3), seekdir(3), rewinddir(3), closedir(3), dirfd(3) - directory operations
openpam_borrow_cred(3)   - temporarily borrow user credentials
openpam_borrow_cred(3), openpam_free_data(3), openpam_free_envlist(3), openpam_get_option(3), openpam_log(3), openpam_nullconv(3), openpam_readline(3), openpam_restore_cred(3), openpam_set_option(3), openpam_ttyconv(3), pam_error(3), pam_get_authtok(3), pam_info(3), pam_prompt(3), pam_setenv(3), pam_verror(3), pam_vinfo(3), pam_vprompt(3) - Pluggable Authentication Modules Library
openpam_free_data(3)     - generic cleanup function
openpam_free_envlist(3)  - free an environment list
openpam_get_option(3)    - returns the value of a module option
openpam_log(3)           - log a message through syslog
openpam_nullconv(3)      - null conversation function
openpam_readline(3)      - read a line from a file
openpam_restore_cred(3)  - restore credentials
openpam_set_option(3)    - sets the value of a module option
openpam_ttyconv(3)       - simple tty-based conversation function
openpty(3), forkpty(3)   - auxiliary functions to obtain a pseudo-terminal
operator(7)              - C operator precedence and order of evaluation
opie(4), OPIE(4)         - One-time Passwords In Everything
opieaccess(5), /etc/opieaccess(5) - OPIE database of trusted networks
opieinfo(1)              - Extract sequence number and seed for future OPIE challenges
opiekey(1), otp-md4(1), otp-md5(1) - Programs for computing responses to OTP challenges
opiekeys(5), /etc/opiekeys(5) - OPIE database of user key information
opiepasswd(1)            - Change or set a user's password for the OPIE authentication system
orig_me(7)               - macros for formatting papers
orm(4)                   - ISA I/O space option ROM(s) driver
overlay(3), overwrite(3), copywin(3) - overlay and manipulate overlapped curses windows
p_candebug(9)            - determine debuggability of a process
pac(8)                   - printer/plotter accounting information
pagesize(1)              - print system page size
pam.conf(5)              - PAM policy file format
pam_acct_mgmt(3)         - perform PAM account validation procedures
pam_acct_mgmt(3), pam_authenticate(3), pam_chauthtok(3), pam_close_session(3), pam_end(3), pam_get_data(3), pam_get_item(3), pam_get_user(3), pam_getenv(3), pam_getenvlist(3), pam_open_session(3), pam_putenv(3), pam_set_data(3), pam_set_item(3), pam_setcred(3), pam_start(3), pam_strerror(3) - Pluggable Authentication Modules Library
pam_authenticate(3)      - perform authentication within the PAM framework
pam_chauthtok(3)         - perform password related functions within the PAM framework
pam_chroot(8)            - Chroot PAM module
pam_close_session(3)     - close an existing user session
pam_conv(3)              - PAM conversation system
pam_deny(8)              - Deny PAM module
pam_echo(8)              - Echo PAM module
pam_end(3)               - terminate the PAM transaction
pam_error(3)             - display an error message
pam_exec(8)              - Exec PAM module
pam_ftpusers(8)          - ftpusers PAM module
pam_get_authtok(3)       - retrieve authentication token
pam_get_data(3)          - get module information
pam_get_item(3)          - get PAM information
pam_get_user(3)          - retrieve user name
pam_getenv(3)            - retrieve the value of a PAM environment variable
pam_getenvlist(3)        - returns a list of all the PAM environment variables
pam_group(8)             - Group PAM module
pam_guest(8)             - Guest PAM module
pam_info(3)              - display an information message
pam_krb5(8)              - Kerberos 5 PAM module
pam_ksu(8)               - Kerberos 5 SU PAM module
pam_lastlog(8)           - login accounting PAM module
pam_login_access(8)      - login.access PAM module
pam_nologin(8)           - NoLogin PAM module
pam_open_session(3)      - open a user session
pam_opie(8)              - OPIE PAM module
pam_opieaccess(8)        - OPIEAccess PAM module
pam_passwdqc(8)          - Password quality-control PAM module
pam_permit(8)            - Promiscuous PAM module
pam_prompt(3)            - call the conversation function
pam_putenv(3)            - set the value of an environment variable
pam_radius(8)            - RADIUS authentication PAM module
pam_rhosts(8)            - Rhosts PAM module
pam_rootok(8)            - RootOK PAM module
pam_securetty(8)         - SecureTTY PAM module
pam_self(8)              - Self PAM module
pam_set_data(3)          - set module information
pam_set_item(3)          - set authentication information
pam_setcred(3)           - modify / delete user credentials for an authentication service
pam_setenv(3)            - mirrors setenv(3)
pam_sm_acct_mgmt(3)      - service module implementation for pam_acct_mgmt
pam_sm_authenticate(3)   - service module implementation for pam_authenticate
pam_sm_chauthtok(3)      - service module implementation for pam_chauthtok
pam_sm_close_session(3)  - service module implementation for pam_close_session
pam_sm_open_session(3)   - service module implementation for pam_open_session
pam_sm_setcred(3)        - service module implementation for pam_setcred
pam_ssh(8)               - authentication and session management with SSH private keys
pam_start(3)             - initiate a PAM transaction
pam_strerror(3)          - get PAM standard error message string
pam_tacplus(8)           - TACACS+ authentication PAM module
pam_unix(8)              - UNIX PAM module
pam_verror(3)            - display an error message
pam_vinfo(3)             - display an information message
pam_vprompt(3)           - call the conversation function
panel(3)                 - panel stack extension for curses
panic(9)                 - bring down system on fatal error
parse_lt(3), in_ltm(3), in_ltms(3) - functions for parsing and checking login time periods
pass(4)                  - CAM application passthrough driver
passwd(1), yppasswd(1)   - modify a user's password
passwd(5), master.passwd(5) - format of the password file
paste(1)                 - merge corresponding or subsequent lines of files
patch(1)                 - apply a diff file to an original
pathchk(1)               - check pathnames
pathconf(2), fpathconf(2) - get configurable pathname variables
patm(4)                  - device driver for IDT77252 based ATM interfaces (ProSum and IDT)
pause(3)                 - stop until signal
pawd(1)                  - print automounter working directory
pax(1)                   - read and write file archives and copy directory hierarchies
pbio(4)                  - 8255 parallel peripheral interface basic I/O driver
pbm(5)                   - portable bitmap file format
pbuf(9), getpbuf(9), trypbuf(9), relpbuf(9) - functions for managing physical buffers
pcap(3)                  - Packet Capture library
pccard(4)                - PC Card bus driver
pccardc(8)               - PC-CARD (PCMCIA) management and monitoring tool
pccbb(4)                 - cardbus bridge driver
pcf(4)                   - Philips I2C bus controller
pci(4)                   - generic PCI driver
pci(9), pci_read_config(9), pci_write_config(9), pci_enable_busmaster(9), pci_disable_busmaster(9), pci_enable_io(9), pci_disable_io(9), pci_set_powerstate(9), pci_get_powerstate(9), pci_find_bsf(9), pci_find_device(9) - PCI bus interface
pcic(4)                  - PC Card bridge driver
pciconf(8)               - diagnostic utility for the PCI bus
pcn(4)                   - AMD PCnet/PCI Fast Ethernet device driver
pcvt(4), vt(4)           - VT220 virtual screen system console
perfmon(4)               - CPU performance-monitoring interface
periodic(8)              - run periodic system functions
periodic.conf(5)         - periodic job configuration information
perror(3), strerror(3), strerror_r(3), sys_errlist(3), sys_nerr(3) - system error messages
pf(4)                    - packet filter
pf.conf(5)               - packet filter configuration file
pf.os(5)                 - format of the operating system fingerprints file
pfbtops(1)               - translate a PostScript font in .pfb format to ASCII
pfctl(8)                 - control the packet filter (PF) and network address translation (NAT) device
pfil(9), pfil_head_register(9), pfil_head_unregister(9), pfil_head_get(9), pfil_hook_get(9), pfil_add_hook(9), pfil_remove_hook(9), pfil_run_hooks(9) - packet filter interface
pfind(9), zpfind(9)      - locate a process by number
pflog(4)                 - packet filter logging interface
pflogd(8)                - packet filter logging daemon
pfsync(4)                - packet filter state table logging interface
pgfind(9)                - locate a process group by number
pgrep(1), pkill(1)       - find or signal processes by name
phones(5)                - remote host phone number data base
physio(9)                - initiate I/O on raw devices
pic(1)                   - compile pictures for troff or TeX
picobsd(8)               - floppy disk based FreeBSD system
pim(4)                   - Protocol Independent Multicast
ping(8)                  - send ICMP ECHO_REQUEST packets to network hosts
ping6(8)                 - send ICMPv6 ECHO_REQUEST packets to network hosts
pipe(2)                  - create descriptor pair for interprocess communication
pkg_add(1)               - a utility for installing software package distributions
pkg_create(1)            - a utility for creating software package distributions
pkg_delete(1)            - a utility for deleting previously installed software package distributions
pkg_info(1)              - a utility for displaying information on software packages
pkg_sign(1), pkg_check(1) - handle package signatures
pkg_version(1)           - summarize installed versions of packages
pmap(9)                  - machine-dependent portion of virtual memory subsystem
pmap_activate(9)         - activate a physical map
pmap_addr_hint(9)        - get a hint for the best-fit mapping of a VM object
pmap_change_wiring(9)    - change physical wiring for a map or virtual address pair
pmap_clear_modify(9), pmap_clear_reference(9) - set information about physical pages
pmap_copy(9), pmap_copy_page(9) - copy physical memory pages
pmap_enter(9)            - insert a virtual page into a physical map
pmap_extract(9), pmap_extract_and_hold(9) - map a virtual address to a physical page
pmap_growkernel(9)       - grow the kernel virtual address (KVA) space
pmap_init(9), pmap_init2(9) - initialize the pmap subsystem
pmap_is_modified(9), pmap_ts_modified(9) - return information about physical pages
pmap_is_prefaultable(9)  - determine if a page may be prefaulted
pmap_map(9)              - map a physical memory range into kernel virtual address (KVA) space
pmap_mincore(9)          - determine if a virtual address is resident in physical memory
pmap_object_init_pt(9)   - initialize page tables for a VM object
pmap_page_exists_quick(9) - determine if a page exists in a physical map
pmap_page_init(9)        - initialize machine-dependent fields of a VM page
pmap_page_protect(9), pmap_protect(9) - set physical page protection
pmap_pinit(9), pmap_pinit0(9) - initialize pmap structures
pmap_qenter(9), pmap_qremove(9) - manage temporary kernel space mappings
pmap_release(9)          - release resources held by a physical map
pmap_remove(9), pmap_remove_all(9), pmap_remove_pages(9) - remove pages from a physical map
pmap_resident_count(9), pmap_wired_count(9) - return page resident and wiring statistics
pmap_zero_page(9), pmap_zero_area(9), pmap_zero_idle(9) - zero-fill a page using machine-dependent optimizations
pmc_allocate(3), pmc_attach(3), pmc_capabilities(3), pmc_configure_logfile(3), pmc_cpuinfo(3), pmc_detach(3), pmc_disable(3), pmc_enable(3), pmc_event_names_of_class(3), pmc_flush_logfile(3), pmc_get_driver_stats(3), pmc_get_msr(3), pmc_init(3), pmc_name_of_capability(3), pmc_name_of_class(3), pmc_name_of_cputype(3), pmc_name_of_event(3), pmc_name_of_mode(3), pmc_name_of_state(3), pmc_ncpu(3), pmc_npmc(3), pmc_pmcinfo(3), pmc_read(3), pmc_release(3), pmc_rw(3), pmc_set(3), pmc_start(3), pmc_stop(3), pmc_width(3), pmc_write(3), pmc_writelog(3) - programming API for using hardware performance monitoring counters
pmccontrol(8)            - control hardware performance monitoring counters
pmclog_open(3), pmclog_close(3), pmclog_read(3), pmclog_feed(3) - parse event log data generated by hwpmc(4)
pmcstat(8)               - performance measurement with performance monitoring hardware
pnp(4)                   - support for Plug and Play (PnP) ISA devices
pnpbios(4)               - support for embedded devices on the motherboard
pnpinfo(8)               - reports information about Plug-n-Play ISA devices
poll(2)                  - synchronous I/O multiplexing
polling(4)               - device polling support
pom(6)                   - display the phase of the moon
popen(3), pclose(3)      - process I/O
ports(7)                 - contributed applications
portsnap(8)              - fetch and extract compressed snapshots of the ports tree
portsnap.conf(5)         - configuration file for portsnap(8)
posix1e(3)               - introduction to the POSIX.1e security API
powerd(8)                - system power control utility
ppbus(4)                 - Parallel Port Bus system
ppc(4)                   - Parallel Port Chipset driver
ppi(4)                   - user-space interface to ppbus parallel 'geek' port
ppp(4)                   - point to point protocol network interface
ppp(8)                   - Point to Point Protocol (a.k.a. user-ppp)
pppctl(8)                - PPP control program
pppd(8)                  - Point to Point Protocol daemon
pppoed(8)                - handle incoming PPP over Ethernet connections
pppstats(8)              - print PPP statistics
pr(1)                    - print files
praliases(8)             - display system mail aliases
printcap(5)              - printer capability data base
printenv(1)              - print out the environment
printf(1)                - formatted output
printf(3), fprintf(3), sprintf(3), snprintf(3), asprintf(3), vprintf(3), vfprintf(3), vsprintf(3), vsnprintf(3), vasprintf(3) - formatted output conversion
printf(9), uprintf(9), tprintf(9), log(9) - formatted output conversion
printw(3), wprintw(3), mvprintw(3), mvwprintw(3), vwprintw(3), vw_printw(3) - print formatted output in curses windows
prison_check(9)          - determine if two credentials belong to the same jail
procctl(8)               - clear procfs event flags
procfs(5)                - process file system
profil(2)                - control process profiling
properties_read(3), propery_find(3), properties_free(3) - functions to allow creating simple property lists from ASCII file data
protocols(5)             - protocol name data base
ps(1)                    - process status
pselect(3)               - synchronous I/O multiplexing a la POSIX.1g
pseudofs(9)              - pseudo file system construction kit
psignal(3), strsignal(3), sys_siglist(3), sys_signame(3) - system signal messages
psignal(9), pgsignal(9), gsignal(9) - post signal to a process or process group
psm(4)                   - PS/2 mouse style pointing device driver
psroff(1)                - send troff to PostScript printer
pst(4)                   - device driver for Promise Supertrak SX6000
pstat(8), swapinfo(8)    - display system data structures
pt(4)                    - SCSI processor type driver
pthread(3)               - POSIX thread functions
pthread_atfork(3)        - register fork handlers
pthread_attr_get_np(3)   - get attributes of existent thread
pthread_attr_init(3), pthread_attr_destroy(3), pthread_attr_setstack(3), pthread_attr_getstack(3), pthread_attr_setstacksize(3), pthread_attr_getstacksize(3), pthread_attr_setguardsize(3), pthread_attr_getguardsize(3), pthread_attr_setstackaddr(3), pthread_attr_getstackaddr(3), pthread_attr_setdetachstate(3), pthread_attr_getdetachstate(3), pthread_attr_setinheritsched(3), pthread_attr_getinheritsched(3), pthread_attr_setschedparam(3), pthread_attr_getschedparam(3), pthread_attr_setschedpolicy(3), pthread_attr_getschedpolicy(3), pthread_attr_setscope(3), pthread_attr_getscope(3) - thread attribute operations
pthread_attr_setcreatesuspend_np(3) - prepare attribute for creation of suspended thread
pthread_barrier_destroy(3), pthread_barrier_init(3), pthread_barrier_wait(3) - destroy, initialize or wait on a barrier object
pthread_barrierattr_destroy(3), pthread_barrierattr_getpshared(3), pthread_barrierattr_init(3), pthread_barrierattr_setpshared(3) - manipulate a barrier attribute object
pthread_cancel(3)        - cancel execution of a thread
pthread_cleanup_pop(3)   - call the first cleanup routine
pthread_cleanup_push(3)  - add a cleanup function for thread exit
pthread_cond_broadcast(3) - unblock all threads waiting for a condition variable
pthread_cond_destroy(3)  - destroy a condition variable
pthread_cond_init(3)     - create a condition variable
pthread_cond_signal(3)   - unblock a thread waiting for a condition variable
pthread_cond_timedwait(3) - wait on a condition variable for a specific amount of time
pthread_cond_wait(3)     - wait on a condition variable
pthread_condattr_init(3), pthread_condattr_destroy(3) - condition attribute operations
pthread_create(3)        - create a new thread
pthread_detach(3)        - detach a thread
pthread_equal(3)         - compare thread IDs
pthread_exit(3)          - terminate the calling thread
pthread_getconcurrency(3), pthread_setconcurrency(3) - get or set level of concurrency
pthread_getspecific(3)   - get a thread-specific data value
pthread_join(3)          - wait for thread termination
pthread_key_create(3)    - thread-specific data key creation
pthread_key_delete(3)    - delete a thread-specific data key
pthread_kill(3)          - send a signal to a specified thread
pthread_main_np(3)       - identify the initial thread
pthread_multi_np(3), pthread_single_np(3) - switch between multi- and single-threaded scheduling modes
pthread_mutex_destroy(3) - free resources allocated for a mutex
pthread_mutex_init(3)    - create a mutex
pthread_mutex_lock(3)    - lock a mutex
pthread_mutex_timedlock(3) - lock a mutex without blocking indefinitely
pthread_mutex_trylock(3) - attempt to lock a mutex without blocking
pthread_mutex_unlock(3)  - unlock a mutex
pthread_mutexattr_getkind_np(3), pthread_mutexattr_setkind_np(3) - mutex attribute operations (legacy)
pthread_mutexattr_init(3), pthread_mutexattr_destroy(3), pthread_mutexattr_setprioceiling(3), pthread_mutexattr_getprioceiling(3), pthread_mutexattr_setprotocol(3), pthread_mutexattr_getprotocol(3), pthread_mutexattr_settype(3), pthread_mutexattr_gettype(3) - mutex attribute operations
pthread_once(3)          - dynamic package initialization
pthread_resume_all_np(3) - resume all suspended threads
pthread_resume_np(3)     - resume suspended thread
pthread_rwlock_destroy(3) - destroy a read/write lock
pthread_rwlock_init(3)   - initialize a read/write lock
pthread_rwlock_rdlock(3), pthread_rwlock_tryrdlock(3) - acquire a read/write lock for reading
pthread_rwlock_timedrdlock(3) - acquire a read-write lock for reading or give up after a specified period
pthread_rwlock_timedwrlock(3) - acquire a read-write lock for writing or give up after a specified period
pthread_rwlock_unlock(3) - release a read/write lock
pthread_rwlock_wrlock(3), pthread_rwlock_trywrlock(3) - acquire a read/write lock for writing
pthread_rwlockattr_destroy(3) - destroy a read/write lock
pthread_rwlockattr_getpshared(3) - get the process shared attribute
pthread_rwlockattr_init(3) - initialize a read/write lock
pthread_rwlockattr_setpshared(3) - set the process shared attribute
pthread_self(3)          - get the calling thread's ID
pthread_set_name_np(3)   - set the thread name
pthread_setcancelstate(3), pthread_setcanceltype(3), pthread_testcancel(3) - set cancelability state
pthread_setschedparam(3), pthread_getschedparam(3) - thread scheduling parameter manipulation
pthread_setspecific(3)   - set a thread-specific data value
pthread_sigmask(3)       - examine and/or change a thread's signal mask
pthread_spin_init(3), pthread_spin_destroy(3) - initialize or destroy a spin lock
pthread_spin_lock(3), pthread_spin_trylock(3), pthread_spin_unlock(3) - lock or unlock a spin lock
pthread_suspend_all_np(3) - suspend all active threads
pthread_suspend_np(3)    - suspend a thread
pthread_switch_add_np(3), pthread_switch_delete_np(3) - thread context switches debugging primitives
ptrace(2)                - process tracing and debugging
pty(4)                   - pseudo terminal driver
publickey(3), getpublickey(3), getsecretkey(3) - get public or secret key
publickey(5)             - public key database
puc(4)                   - PCI Universal Communications driver
pw(8)                    - create, remove, modify & display system users and groups
pw.conf(5)               - format of the pw.conf configuration file
pwcache(3)               - cache password and group entries
pwd(1)                   - return working directory name
pwd_mkdb(8)              - generate the password databases
pxeboot(8)               - Preboot Execution Environment (PXE) bootloader
qsort(3), qsort_r(3), heapsort(3), mergesort(3) - sort functions
quot(8)                  - display disk space occupied by each user
quota(1)                 - display disk usage and limits
quota.user(5), quota.group(5) - per file system quota database
quotacheck(8)            - file system quota consistency checker
quotactl(2)              - manipulate file system quotas
quotaon(8), quotaoff(8)  - turn file system quotas on and off
radius.conf(5)           - RADIUS client configuration file
radixsort(3), sradixsort(3) - radix sort
raise(3)                 - send a signal to the current process
ral(4)                   - Ralink Technology RT2500 IEEE 802.11 driver
rand(3), srand(3), sranddev(3), rand_r(3) - bad random number generator
random(3), srandom(3), srandomdev(3), initstate(3), setstate(3) - better random number generator; routines for changing generators
random(4)                - the entropy device
random(6)                - random lines from a file or random numbers
random_harvest(9)        - gather entropy from the kernel for the entropy device
ranlib(1)                - generate index to archive
rarpd(8)                 - reverse ARP daemon
ray(4)                   - Raytheon Raylink/Webgear Aviator PCCard driver
raycontrol(8)            - configure Raytheon Raylink/Webgear Aviator devices
rbootd(8)                - HP remote boot server
rc(4)                    - RISCom/8 multiport card
rc(8)                    - command scripts for auto-reboot and daemon startup
rc.conf(5)               - system configuration information
rc.sendmail(8)           - sendmail(8) startup script
rc.subr(8)               - functions used by system shell scripts
rcmd(3), rresvport(3), iruserok(3), ruserok(3), rcmd_af(3), rresvport_af(3), iruserok_sa(3) - routines for returning a stream to a remote command
rcmdsh(3)                - return a stream to a remote command without superuser
rcorder(8)               - print a dependency ordering of interdependent files
rcp(1)                   - remote file copy
rcs(1)                   - change RCS file attributes
rcsclean(1)              - clean up working files
rcsdiff(1)               - compare RCS revisions
rcsfile(5)               - format of RCS file
rcsfreeze(1)             - freeze a configuration of sources checked in under RCS
rcsintro(1)              - introduction to RCS commands
rcsmerge(1)              - merge RCS revisions
re(4)                    - RealTek 8139C+/8169/8169S/8110S PCI Ethernet adapter driver
re_comp(3), re_exec(3)   - regular expression handler
re_format(7)             - POSIX 1003.2 regular expressions
read(2), readv(2), pread(2), preadv(2) - read input
readelf(1)               - Displays information about ELF files
readline(3)              - get a line from a user with editing
readlink(2)              - read value of a symbolic link
readpassphrase(3)        - get a passphrase from the user
realhostname(3)          - convert an IP number to the real host name
realhostname_sa(3)       - convert a struct sockaddr to the real host name
realpath(1)              - return resolved physical path
realpath(3)              - returns the canonicalized absolute pathname
reboot(2)                - reboot system or halt processor
reboot(8), halt(8), fastboot(8), fasthalt(8) - stopping and restarting the system
recno(3)                 - record number database access method
recv(2), recvfrom(2), recvmsg(2) - receive a message from a socket
refer(1)                 - preprocess bibliographic references for groff
regcomp(3), regexec(3), regerror(3), regfree(3) - regular-expression library
regcomp(3), regexec(3), regsub(3), regerror(3) - regular expression handlers
release(7)               - release building infrastructure
remainder(3), remainderf(3), remquo(3), remquof(3) - minimal residue functions
remote(5)                - remote host description file
remove(3)                - remove directory entry
rename(2)                - change the name of a file
renice(8)                - alter priority of running processes
repquota(8)              - summarize quotas for a file system
res_query(3), res_search(3), res_mkquery(3), res_send(3), res_init(3), dn_comp(3), dn_expand(3), dn_skipname(3), ns_get16(3), ns_get32(3), ns_put16(3), ns_put32(3) - resolver routines
rescue(8)                - rescue utilities in /rescue
resettodr(9)             - set battery-backed clock from system time
resolver(5)              - resolver configuration file
resource_int_value(9), resource_long_value(9), resource_string_value(9) - get a value from the hints mechanism
restore(8), rrestore(8)  - restore files or file systems from backups made with dump
rev(1)                   - reverse lines of a file
revnetgroup(8)           - generate reverse netgroup data
revoke(2)                - revoke file access
rexec(3)                 - return stream to a remote command
rfcomm_pppd(8)           - RFCOMM PPP daemon
rfcomm_sppd(1)           - RFCOMM Serial Port Profile daemon
rfork(2)                 - manipulate process resources
rfork_thread(3)          - create a rfork-based process thread
rijndael(9), rijndael_makeKey(9), rijndael_cipherInit(9), rijndael_blockEncrypt(9), rijndael_padEncrypt(9), rijndael_blockDecrypt(9), rijndael_padDecrypt(9) - AES encryption
rip6query(8)             - RIPng debugging tool
rl(4)                    - RealTek 8129/8139 Fast Ethernet device driver
rlog(1)                  - print log messages and other information about RCS files
rlogin(1)                - remote login
rlogind(8)               - remote login server
rm(1), unlink(1)         - remove directory entries
rmail(8)                 - handle remote mail received via uucp
rman(9), rman_activate_resource(9), rman_await_resource(9), rman_deactivate_resource(9), rman_fini(9), rman_init(9), rman_manage_region(9), rman_release_resource(9), rman_reserve_resource(9), rman_reserve_resource_bound(9), rman_make_alignment_flags(9), rman_get_start(9), rman_get_end(9), rman_get_device(9), rman_get_size(9), rman_get_flags(9), rman_set_virtual(9), rman_get_virtual(9), rman_set_bustag(9), rman_get_bustag(9), rman_set_bushandle(9), rman_get_bushandle(9), rman_set_rid(9), rman_get_rid(9) - resource management functions
rmdir(1)                 - remove directories
rmdir(2)                 - remove a directory file
rmt(8)                   - remote magtape protocol module
rmuser(8)                - remove users from the system
rndc(8)                  - name server control utility
rndc-confgen(8)          - rndc key generation tool
rndc.conf(5)             - rndc configuration file
rndtest(4)               - FIPS 140-2 random number generator test monitor
roff(7)                  - concepts and history of roff typesetting
round(3), roundf(3), roundl(3) - round to nearest integral value
route(4)                 - kernel packet forwarding database
route(8)                 - manually manipulate the routing tables
route6d(8)               - RIP6 Routing Daemon
routed(8), rdisc(8)      - network RIP and router discovery routing daemon
rp(4)                    - driver for Comtrol RocketPort Intelligent Serial Port Cards
rpc(3)                   - library routines for remote procedure calls
rpc(5)                   - rpc program number data base
rpc.lockd(8)             - NFS file locking daemon
rpc.rquotad(8)           - remote quota server
rpc.rstatd(8)            - kernel statistics server
rpc.rusersd(8)           - logged in users server
rpc.rwalld(8)            - write messages to users currently logged in server
rpc.sprayd(8)            - spray server
rpc.statd(8)             - host status monitoring daemon
rpc.umntall(8)           - notify NFS servers about unmounted NFS file systems
rpc.yppasswdd(8)         - server for updating NIS passwords
rpc.ypxfrd(8)            - NIS map transfer server
rpc_clnt_calls(3), clnt_call(3), clnt_freeres(3), clnt_geterr(3), clnt_perrno(3), clnt_perror(3), clnt_sperrno(3), clnt_sperror(3), rpc_broadcast(3), rpc_broadcast_exp(3), rpc_call(3) - library routines for client side calls
rpc_clnt_create(3), clnt_control(3), clnt_create(3), clnt_create_timed(3), clnt_create_vers(3), clnt_create_vers_timed(3), clnt_destroy(3), clnt_dg_create(3), clnt_pcreateerror(3), clnt_raw_create(3), clnt_spcreateerror(3), clnt_tli_create(3), clnt_tp_create(3), clnt_tp_create_timed(3), clnt_vc_create(3), rpc_createerr(3) - library routines for dealing with creation and manipulation of CLIENT handles
rpc_secure(3)            - library routines for secure remote procedure calls
rpc_soc(3), auth_destroy(3), authnone_create(3), authunix_create(3), authunix_create_default(3), callrpc(3), clnt_broadcast(3), clnt_call(3), clnt_control(3), clnt_create(3), clnt_destroy(3), clnt_freeres(3), clnt_geterr(3), clnt_pcreateerror(3), clnt_perrno(3), clnt_perror(3), clnt_spcreateerror(3), clnt_sperrno(3), clnt_sperror(3), clntraw_create(3), clnttcp_create(3), clntudp_bufcreate(3), clntudp_create(3), clntunix_create(3), get_myaddress(3), pmap_getmaps(3), pmap_getport(3), pmap_rmtcall(3), pmap_set(3), pmap_unset(3), registerrpc(3), rpc_createerr(3), svc_destroy(3), svc_fds(3), svc_fdset(3), svc_getargs(3), svc_getcaller(3), svc_getreq(3), svc_getreqset(3), svc_register(3), svc_run(3), svc_sendreply(3), svc_unregister(3), svcerr_auth(3), svcerr_decode(3), svcerr_noproc(3), svcerr_noprog(3), svcerr_progvers(3), svcerr_systemerr(3), svcerr_weakauth(3), svcfd_create(3), svcunixfd_create(3), svcraw_create(3), svcunix_create(3), xdr_accepted_reply(3), xdr_authunix_parms(3), xdr_callhdr(3), xdr_callmsg(3), xdr_opaque_auth(3), xdr_pmap(3), xdr_pmaplist(3), xdr_rejected_reply(3), xdr_replymsg(3), xprt_register(3), xprt_unregister(3) - library routines for remote procedure calls
rpc_svc_create(3), svc_control(3), svc_create(3), svc_destroy(3), svc_dg_create(3), svc_fd_create(3), svc_raw_create(3), svc_tli_create(3), svc_tp_create(3), svc_vc_create(3) - library routines for the creation of server handles
rpc_svc_err(3), svcerr_auth(3), svcerr_decode(3), svcerr_noproc(3), svcerr_noprog(3), svcerr_progvers(3), svcerr_systemerr(3), svcerr_weakauth(3) - library routines for server side remote procedure call errors
rpc_svc_reg(3), rpc_reg(3), svc_reg(3), svc_unreg(3), svc_auth_reg(3), xprt_register(3), xprt_unregister(3) - library routines for registering servers
rpcb_getmaps(3), rpcb_getaddr(3), rpcb_gettime(3), rpcb_rmtcall(3), rpcb_set(3), rpcb_unset(3) - library routines for RPC bind service
rpcbind(8)               - universal addresses to RPC program number mapper
rpcgen(1)                - an RPC protocol compiler
rpcinfo(8)               - report RPC information
rpmatch(3)               - determine whether the response to a question is affirmative or negative
rpoll(3)                 - callback functions for file descriptors and timers
rrenumd(8)               - router renumbering daemon
rrenumd.conf(5)          - configuration file for router renumbering daemon
rs(1)                    - reshape a data array
rsh(1)                   - remote shell
rshd(8)                  - remote shell server
rtadvd(8)                - router advertisement daemon
rtadvd.conf(5)           - config file for router advertisement daemon
rtalloc(9), rtalloc_ign(9), rtalloc1(9), rtfree(9) - look up a route in the kernel routing table
rtentry(9)               - structure of an entry in the kernel routing table
rtime(3)                 - get remote time
rtprio(1), idprio(1)     - execute, examine or modify a utility's or process's realtime or idletime scheduling priority
rtprio(2)                - examine or modify a process realtime or idle priority
rtquery(8)               - query routing daemons for their routing tables
rtsold(8), rtsol(8)      - router solicitation daemon
rue(4)                   - RealTek RTL8150 USB to Fast Ethernet controller driver
rup(1)                   - remote status display
ruptime(1)               - show host status of local machines
rusers(1)                - who is logged in to machines on local network
rwall(1)                 - send a message to users logged on a host
rwho(1)                  - who is logged in on local machines
rwhod(8)                 - system status server
sa(4)                    - SCSI Sequential Access device driver
sa(8)                    - print system accounting statistics
sab(4)                   - Infineon SAB82532 (ESCC2) serial communications driver
safe(4)                  - SafeNet crypto accelerator
savecore(8)              - save a core dump of the operating system
sbni(4)                  - Granch SBNI12 leased line modem driver
sbp(4)                   - Serial Bus Protocol 2 (SBP-2) Mass Storage Devices driver
sbp_targ(4)              - Serial Bus Protocol 2 (SBP-2) Target Mode devices driver
sbread(3), sbwrite(3)    - read and write superblocks of a UFS file system
sbsh(4)                  - Granch SBNI16 SHDSL modem device driver
sbuf_new(9), sbuf_clear(9), sbuf_setpos(9), sbuf_bcat(9), sbuf_bcopyin(9), sbuf_bcpy(9), sbuf_cat(9), sbuf_copyin(9), sbuf_cpy(9), sbuf_printf(9), sbuf_vprintf(9), sbuf_putc(9), sbuf_trim(9), sbuf_overflowed(9), sbuf_finish(9), sbuf_data(9), sbuf_len(9), sbuf_done(9), sbuf_delete(9) - safe string formatting
scalbln(3), scalblnf(3), scalblnl(3), scalbn(3), scalbnf(3), scalbnl(3) - adjust exponent
scandir(3), alphasort(3) - scan a directory
scanf(3), fscanf(3), sscanf(3), vscanf(3), vsscanf(3), vfscanf(3) - input format conversion
scanw(3), wscanw(3), mvscanw(3), mvwscanw(3), vwscanw(3), vw_scanw(3) - convert formatted input from a curses window
scd(4)                   - Sony CDU31/33 CD-ROM driver
sched_4bsd(4)            - 4.4BSD scheduler
sched_get_priority_max(2), sched_get_priority_min(2), sched_rr_get_interval(2) - get scheduling parameter limits
sched_setparam(2), sched_getparam(2) - set/get scheduling parameters
sched_setscheduler(2), sched_getscheduler(2) - set/get scheduling policy and scheduler parameters
sched_ule(4)             - ULE Scheduler
sched_yield(2)           - yield processor
scon(1)                  - controls screen modes for pcvt video driver
sconfig(8)               - channel configuration utility for Cronyx adapters
scp(1)                   - secure copy (remote file copy program)
scr_dump(3), scr_restore(3), scr_init(3), scr_set(3) - read (write) a curses screen from (to) a file
screen(4)                - pc display interface
script(1)                - make typescript of terminal session
scroll(3), scrl(3), wscrl(3) - scroll a curses window
scspd(8)                 - SCSP daemon
sdiff(1)                 - find differences between two files and merge interactively
sdoc(7)                  - guide to adding security considerations sections to manual pages
sdpcontrol(8)            - SDP query utility
sdpd(8)                  - Bluetooth Service Discovery Protocol daemon
securelevel_gt(9), securelevel_ge(9) - test active securelevel
security(7)              - introduction to security under
sed(1)                   - stream editor
select(2)                - synchronous I/O multiplexing
selrecord(9), selwakeup(9) - record and wakeup select requests
sem(4)                   - POSIX semaphores
sem_destroy(3)           - destroy an unnamed semaphore
sem_getvalue(3)          - get the value of a semaphore
sem_init(3)              - initialize an unnamed semaphore
sem_open(3), sem_close(3), sem_unlink(3) - named semaphore operations
sem_post(3)              - increment (unlock) a semaphore
sem_wait(3), sem_trywait(3) - decrement (lock) a semaphore
sema(9), sema_init(9), sema_destroy(9), sema_post(9), sema_wait(9), sema_timedwait(9), sema_trywait(9), sema_value(9) - kernel counting semaphore
semctl(2)                - control operations on a semaphore set
semget(2)                - obtain a semaphore id
semop(2)                 - atomic array of operations on a semaphore set
send(2), sendto(2), sendmsg(2) - send a message from a socket
send-pr(1)               - send problem report (PR) to a central support site
sendfile(2)              - send a file to a socket
sendmail(8)              - an electronic mail transport agent
services(5)              - service name data base
ses(4)                   - SCSI Environmental Services driver
setbuf(3), setbuffer(3), setlinebuf(3), setvbuf(3) - stream buffering operations
setclasscontext(3), setclassenvironment(3), setclassresources(3), setusercontext(3) - functions for using the login class capabilities database
setfacl(1)               - set ACL information
setfmac(8)               - set MAC label for a file system object
setfsmac(8)              - set MAC label for a file hierarchy
setgroups(2)             - set group access list
setkey(8)                - manually manipulate the IPsec SA/SP database
setlocale(3)             - natural language formatting for C
setpgid(2), setpgrp(2)   - set process group
setpmac(8)               - run a command with a different MAC process label
setproctitle(3)          - set process title
setregid(2)              - set real and effective group ID
setreuid(2)              - set real and effective user ID's
setruid(3), setrgid(3)   - set user and group ID
setsid(2)                - create session and set process group ID
setuid(2), seteuid(2), setgid(2), setegid(2) - set user and group ID
sf(4)                    - Adaptec AIC-6915 Starfire PCI Fast Ethernet adapter driver
sftp(1)                  - secure file transfer program
sftp-server(8)           - SFTP server subsystem
sh(1)                    - command interpreter (shell)
shar(1)                  - create a shell archive of files
shells(5)                - shell database
shm_open(3), shm_unlink(3) - shared memory object operations
shmat(2), shmdt(2)       - attach or detach shared memory
shmctl(2)                - shared memory control
shmget(2)                - obtain a shared memory identifier
showmount(8)             - show remote nfs mounts on host
shutdown(2)              - shut down part of a full-duplex connection
shutdown(8)              - close down the system at a given time
si(4)                    - driver for Specialix International SI/XIO or SX intelligent serial card
sicontrol(8)             - Specialix SI/XIO driver configuration and debugging
sigaction(2)             - software signal facilities
sigaltstack(2)           - set and/or get signal stack context
sigemptyset(3), sigfillset(3), sigaddset(3), sigdelset(3), sigismember(3) - manipulate signal sets
siginterrupt(3)          - allow signals to interrupt system calls
signal(3)                - simplified software signal facilities
signal(9), SIGADDSET(9), SIGDELSET(9), SETEMPTYSET(9), SIGFILLSET(9), SIGISMEMBER(9), SIGISEMPTY(9), SIGNOTEMPTY(9), SIGSETEQ(9), SIGSETNEQ(9), SIGSETOR(9), SIGSETAND(9), SIGSETNAND(9), SIGSETCANTMASK(9), SIG_STOPSIGMASK(9), SIG_CONTSIGMASK(9), SIGPENDING(9), cursig(9), execsigs(9), issignal(9), killproc(9), pgsigio(9), postsig(9), sigexit(9), siginit(9), signotify(9), trapsignal(9) - kernel signal functions
signbit(3)               - determine whether a floating-point number's sign is negative
sigpause(2)              - atomically release blocked signals and wait for interrupt
sigpending(2)            - get pending signals
sigprocmask(2)           - manipulate current signal mask
sigreturn(2)             - return from signal
sigsetjmp(3), siglongjmp(3), setjmp(3), longjmp(3), _setjmp(3), _longjmp(3), longjmperror(3) - non-local jumps
sigsetmask(2), sigblock(2) - manipulate current signal mask
sigstack(2)              - set and/or get signal stack context
sigsuspend(2)            - atomically release blocked signals and wait for interrupt
sigvec(2)                - software signal facilities
sigwait(2)               - select a set of signals
sin(3), sinf(3)          - sine functions
sinh(3), sinhf(3)        - hyperbolic sine function
sio(4)                   - fast interrupt driven asynchronous serial communications interface
sis(4)                   - SiS 900, SiS 7016 and NS DP83815 Fast Ethernet device driver
size(1)                  - list section sizes and total size
sk(4)                    - SysKonnect SK-984x and SK-982x PCI Gigabit Ethernet adapter driver
sl(4)                    - slip network interface
slattach(8)              - attach serial lines as network interfaces
sleep(1)                 - suspend execution for an interval of time
sleep(3)                 - suspend process execution for an interval measured in seconds
sleep(9), msleep(9), tsleep(9), wakeup(9) - wait for events
sliplogin(8)             - attach a serial line network interface
slk_init(3), slk_set(3), slk_refresh(3), slk_noutrefresh(3), slk_label(3), slk_clear(3), slk_restore(3), slk_touch(3), slk_attron(3), slk_attrset(3), slk_attroff(3), slk_attr_on(3), slk_attr_set(3), slk_attr_off(3), slk_attr(3), slk_color(3) - curses soft label routines
slstat(8)                - report serial line IP statistics
smapi(4)                 - System Management Application Program Interface driver
smb(4)                   - SMB generic I/O device driver
smbmsg(8)                - send or receive messages over an SMBus
smbus(4)                 - System Management Bus
smbutil(1)               - interface to the SMB requester
smrsh(8)                 - restricted shell for sendmail
sn(4)                    - Ethernet driver for SMC91Cxx based cards
snc(4)                   - National Semiconductor DP8393X SONIC Ethernet adapter driver
snd_ad1816(4)            - Analog Devices AD1816 ISA bridge device driver
snd_als4000(4)           - Avance Logic ALS4000 PCI bridge device driver
snd_cmi(4)               - CMedia CMI8338/CMI8738 PCI bridge device driver
snd_cs4281(4)            - Crystal Semiconductor CS4281 PCI bridge device driver
snd_csa(4)               - Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver
snd_ds1(4)               - Yamaha DS-1 PCI bridge device driver
snd_emu10k1(4)           - SoundBlaster Live! and Audigy PCI bridge device driver
snd_es137x(4)            - Ensoniq AudioPCI ES137x bridge device driver
snd_ess(4)               - Ensoniq ESS ISA PnP/non-PnP bridge device driver
snd_fm801(4)             - Forte Media FM801 bridge device driver
snd_gusc(4)              - Gravis UltraSound ISA bridge device driver
snd_ich(4)               - Intel ICH PCI and compatible bridge device driver
snd_maestro(4)           - ESS Maestro bridge device driver
snd_maestro3(4)          - ESS Maestro3/Allegro-1 bridge device driver
snd_neomagic(4)          - NeoMagic 256AV/ZX bridge device driver
snd_sbc(4)               - Creative Sound Blaster ISA and compatible bridge device driver
snd_solo(4)              - ESS Solo-1/1E PCI bridge device driver
snd_t4dwave(4)           - Trident 4DWave bridge device driver
snd_uaudio(4)            - USB audio device driver
snd_via8233(4)           - VIA Technologies VT8233 bridge device driver
snd_via82c686(4)         - VIA Technologies 82C686A bridge device driver
snd_vibes(4)             - S3 SonicVibes bridge device driver
snmp_atm(3), atmif_event_f(3), atm_find_if_name(3), atm_find_if(3), atm_notify_aif(3), atm_unnotify_aif(3) - ATM driver module for snmpd
snmp_mibII(3), mibII(3), mibif_notify_f(3), mib_netsock(3), mib_if_set_dyn(3), mib_refresh_iflist(3), mib_find_if(3), mib_find_if_sys(3), mib_find_if_name(3), mib_first_if(3), mib_next_if(3), mib_register_newif(3), mib_unregister_newif(3), mib_fetch_ifmib(3), mib_if_admin(3), mib_find_ifa(3), mib_first_ififa(3), mib_next_ififa(3), mib_ifstack_create(3), mib_ifstack_delete(3), mib_find_rcvaddr(3), mib_rcvaddr_create(3), mib_rcvaddr_delete(3), mibif_notify(3), mibif_unnotify(3) - mib-2 module for snmpd
snmp_netgraph(3), snmp_node(3), snmp_nodename(3), ng_cookie_f(3), ng_hook_f(3), ng_register_cookie(3), ng_unregister_cookie(3), ng_register_hook(3), ng_unregister_hook(3), ng_unregister_module(3), ng_output(3), ng_output_node(3), ng_output_id(3), ng_dialog(3), ng_dialog_node(3), ng_dialog_id(3), ng_send_data(3), ng_mkpeer_id(3), ng_connect_node(3), ng_connect_id(3), ng_connect2_id(3), ng_connect2_tee_id(3), ng_rmhook(3), ng_rmhook_id(3), ng_rmhook_tee_id(3), ng_shutdown_id(3), ng_next_node_id(3), ng_node_id(3), ng_node_id_node(3), ng_node_name(3), ng_node_type(3), ng_peer_hook_id(3) - netgraph module for snmpd
snmpmod(3), INSERT_OBJECT_OID_LINK_INDEX(3), INSERT_OBJECT_INT_LINK_INDEX(3), FIND_OBJECT_OID_LINK_INDEX(3), NEXT_OBJECT_OID_LINK_INDEX(3), FIND_OBJECT_INT_LINK_INDEX(3), NEXT_OBJECT_INT_LINK_INDEX(3), INSERT_OBJECT_OID_LINK(3), INSERT_OBJECT_INT_LINK(3), FIND_OBJECT_OID_LINK(3), NEXT_OBJECT_OID_LINK(3), FIND_OBJECT_INT_LINK(3), NEXT_OBJECT_INT_LINK(3), INSERT_OBJECT_OID(3), INSERT_OBJECT_INT(3), FIND_OBJECT_OID(3), FIND_OBJECT_INT(3), NEXT_OBJECT_OID(3), NEXT_OBJECT_INT(3), this_tick(3), start_tick(3), get_ticks(3), systemg(3), comm_define(3), community(3), oid_zeroDotZero(3), reqid_allocate(3), reqid_next(3), reqid_base(3), reqid_istype(3), reqid_type(3), timer_start(3), timer_stop(3), fd_select(3), fd_deselect(3), fd_suspend(3), fd_resume(3), or_register(3), or_unregister(3), buf_alloc(3), buf_size(3), snmp_input_start(3), snmp_input_finish(3), snmp_output(3), snmp_send_port(3), snmp_send_trap(3), string_save(3), string_commit(3), string_rollback(3), string_get(3), string_free(3), ip_save(3), ip_rollback(3), ip_commit(3), ip_get(3), oid_save(3), oid_rollback(3), oid_commit(3), oid_get(3), index_decode(3), index_compare(3), index_compare_off(3), index_append(3), index_append_off(3) - SNMP daemon loadable module interface
snp(4)                   - tty snoop interface
sockatmark(3)            - determine whether the read pointer is at the OOB mark
socket(2)                - create an endpoint for communication
socketpair(2)            - create a pair of connected sockets
sockstat(1)              - list open sockets
soelim(1)                - interpret .so requests in groff input
sort(1)                  - sort lines of text files
sound(4), pcm(4), snd(4) - PCM audio device infrastructure
speaker(4), spkr(4)      - console speaker device driver
spic(4)                  - Sony Programmable I/O Controller device driver
spkrtest(8)              - test script for the speaker driver
splash(4)                - splash screen / screen saver interface
splbio(9), splclock(9), splhigh(9), splimp(9), splnet(9), splsoftclock(9), splsofttty(9), splstatclock(9), spltty(9), splvm(9), spl0(9), splx(9) - manipulate interrupt priorities
split(1)                 - split a file into pieces
sppp(4)                  - point to point protocol network layer for synchronous lines
spppcontrol(8)           - display or set parameters for an sppp interface
spray(8)                 - send many packets to host
sprog(7)                 - secure programming practices
sr(4)                    - synchronous RISCom/N2 / WANic 400/405 device driver
sscop(1)                 - SSCOP transport protocol
ssh(1)                   - OpenSSH SSH client (remote login program)
ssh-add(1)               - adds RSA or DSA identities to the authentication agent
ssh-agent(1)             - authentication agent
ssh-keygen(1)            - authentication key generation, management and conversion
ssh-keyscan(1)           - gather ssh public keys
ssh-keysign(8)           - ssh helper program for hostbased authentication
ssh_config(5)            - OpenSSH SSH client configuration files
sshd(8)                  - OpenSSH SSH daemon
sshd_config(5)           - OpenSSH SSH daemon configuration file
stab(5)                  - symbol table types
start_color(3), init_pair(3), init_color(3), has_colors(3), can_change_color(3), color_content(3), pair_content(3), COLOR_PAIR(3) - curses color manipulation routines
startslip(1)             - dial up and login to a slip server
stat(1), readlink(1)     - display file status
stat(2), lstat(2), fstat(2) - get file status
statfs(2)                - get file system statistics
statvfs(3), fstatvfs(3)  - retrieve file system information
stdarg(3)                - variable argument lists
stdint(7)                - standard integer types
stdio(3)                 - standard input/output library functions
ste(4)                   - Sundance Technologies ST201 Fast Ethernet device driver
stf(4)                   - 6to4 tunnel interface
stg(4)                   - driver for Future Domain based SCSI controllers
sticky(8)                - sticky text and append-only directories
store(9), subyte(9), susword(9), suswintr(9), suword(9) - store data to user-space
stpcpy(3), strcat(3), strncat(3), strchr(3), strrchr(3), strcmp(3), strncmp(3), strcasecmp(3), strncasecmp(3), strcpy(3), strncpy(3), strerror(3), strlen(3), strpbrk(3), strsep(3), strspn(3), strcspn(3), strstr(3), strtok(3), index(3), rindex(3) - string specific functions
strcasecmp(3), strncasecmp(3) - compare strings, ignoring case
strcat(3)                - concatenate strings
strchr(3), strrchr(3)    - locate character in string
strcmp(3), strncmp(3)    - compare strings
strcoll(3)               - compare strings according to current collation
strcpy(3), strncpy(3)    - copy strings
strcspn(3)               - span the complement of a string
strdup(3)                - save a copy of a string
streams(4)               - System V STREAMS networking ABI support
strfile(8), unstr(8)     - create a random access file for storing strings
strfmon(3)               - convert monetary value to string
strftime(3)              - format date and time
stringlist(3), sl_init(3), sl_add(3), sl_free(3), sl_find(3) - stringlist manipulation functions
strings(1)               - print the strings of printable characters in files
strip(1)                 - Discard symbols from object files
strlcpy(3), strlcat(3)   - size-bounded string copying and concatenation
strlen(3)                - find length of string
strmode(3)               - convert inode status information into a symbolic string
strpbrk(3)               - locate multiple characters in string
strptime(3)              - parse date and time string
strsep(3)                - separate strings
strspn(3)                - span a string
strstr(3), strcasestr(3), strnstr(3) - locate a substring in a string
strtod(3), strtof(3), strtold(3) - convert ASCII string to floating point
strtok(3), strtok_r(3)   - string tokens
strtol(3), strtoll(3), strtoimax(3), strtoq(3) - convert a string value to a long, long long, intmax_t or quad_t integer
strtoul(3), strtoull(3), strtoumax(3), strtouq(3) - convert a string to an unsigned long, unsigned long long, uintmax_t, or u_quad_t integer
strxfrm(3)               - transform a string under locale
stty(1)                  - set the options for a terminal device interface
stty(3), gtty(3)         - set and get terminal state (defunct)
style(9)                 - kernel source file style guide
style.Makefile(5)        - Makefile file style guide
su(1)                    - substitute user identity
sunlabel(8)              - read and write disk pack label suitable for Sun's OpenBoot PROM
suser(9), suser_cred(9)  - check if credentials have superuser privilege
svc_dg_enablecache(3), svc_exit(3), svc_fdset(3), svc_freeargs(3), svc_getargs(3), svc_getreq_common(3), svc_getreq_poll(3), svc_getreqset(3), svc_getrpccaller(3), svc_pollset(3), svc_run(3), svc_sendreply(3) - library routines for RPC servers
svr4(4)                  - System V Release 4 ABI support
swab(3)                  - swap adjacent bytes
swapon(2), swapoff(2)    - control devices for interleaved paging/swapping
swapon(8), swapoff(8), swapctl(8) - specify devices for paging and swapping
swi_add(9), swi_sched(9) - register and schedule software interrupt handlers
sx(9), sx_init(9), sx_destroy(9), sx_slock(9), sx_xlock(9), sx_try_slock(9), sx_try_xlock(9), sx_sunlock(9), sx_xunlock(9), sx_try_upgrade(9), sx_downgrade(9), sx_assert(9), sx_unlock(9), SX_SYSINIT(9) - kernel shared/exclusive lock
sym(4)                   - NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver
symlink(2)               - make symbolic link to a file
symlink(7)               - symbolic link handling
sync(2)                  - schedule file system updates
sync(8)                  - force completion of pending disk writes (flush cache)
syncache(4), syncookies(4) - sysctl(8) MIBs for controlling TCP SYN caching
syncer(4)                - file system synchronizer kernel process
sysarch(2)               - architecture-dependent system call
syscall(2), __syscall(2) - indirect system call
sysconf(3)               - get configurable system variables
syscons(4), sc(4)        - the console driver
sysctl(3), sysctlbyname(3), sysctlnametomib(3) - get or set system information
sysctl(8)                - get or set kernel state
sysctl.conf(5)           - kernel state defaults
sysctl_add_oid(9), sysctl_move_oid(9), sysctl_remove_oid(9) - runtime sysctl tree manipulation
sysctl_ctx_init(9), sysctl_ctx_free(9), sysctl_ctx_entry_add(9), sysctl_ctx_entry_find(9), sysctl_ctx_entry_del(9) - sysctl context for managing dynamically created sysctl oids
sysexits(3)              - preferable exit codes for programs
sysinstall(8)            - system installation and configuration tool
syslog(3), vsyslog(3), openlog(3), closelog(3), setlogmask(3) - control system log
syslog.conf(5)           - syslogd(8) configuration file
syslogd(8)               - log systems messages
sysmouse(4)              - virtualized mouse driver
systat(1)                - display system statistics on a crt
system(3)                - pass a command to the shell
tabs(1)                  - set terminal tabs
tacplus.conf(5)          - TACACS+ client configuration file
tail(1)                  - display the last part of a file
talk(1)                  - talk to another user
talkd(8)                 - remote user communication server
tan(3), tanf(3)          - tangent functions
tanh(3), tanhf(3)        - hyperbolic tangent functions
tap(4)                   - Ethernet tunnel software network interface
tar(1)                   - manipulate tape archives
tar(5)                   - format of tape archive files
targ(4)                  - SCSI target emulator driver
taskqueue(9)             - asynchronous task execution
tbl(1)                   - format tables for troff
tcgetpgrp(3)             - get foreground process group ID
tcopy(1)                 - copy and/or verify mag tapes
tcp(4)                   - Internet Transmission Control Protocol
tcpd(8)                  - access control facility for internet services
tcpdchk(8)               - tcp wrapper configuration checker
tcpdmatch(8)             - tcp wrapper oracle
tcpdrop(8)               - drop a TCP connection
tcpdump(1)               - dump traffic on a network
tcpslice(1)              - extract pieces of and/or glue together tcpdump files
tcsendbreak(3), tcdrain(3), tcflush(3), tcflow(3) - line control functions
tcsetpgrp(3)             - set foreground process group ID
tcsh(1)                  - C shell with file name completion and command line editing
tdfx(4)                  - Voodoo Graphics and VoodooII Memory Access GLIDE device driver
tee(1)                   - pipe fitting
telnet(1)                - user interface to the TELNET protocol
telnetd(8)               - DARPA TELNET protocol server
tempnam(3), tmpfile(3), tmpnam(3) - temporary file routines
term(5)                  - format of compiled term file
term(7)                  - conventions for naming terminal types
termcap(5)               - terminal capability data base
terminfo(5)              - terminal capability data base
termios(4)               - general terminal line discipline
test(1), [(1)            - condition evaluation utility
texindex(1)              - sort Texinfo index files
texinfo(5)               - software documentation system
tfmtodit(1)              - create font files for use with groff -Tdvi
tftp(1)                  - trivial file transfer program
tftpd(8)                 - Internet Trivial File Transfer Protocol server
tgetent(3), tgetflag(3), tgetnum(3), tgetstr(3), tgoto(3), tputs(3) - direct curses interface to the terminfo capability database
tgmath(3)                - type-generic macros
thread_exit(9)           - abandon current thread context
ti(4)                    - Alteon Networks Tigon I and Tigon II Gigabit Ethernet driver
time(1)                  - time command execution
time(3)                  - get time of day
time2posix(3), posix2time(3) - convert seconds since the Epoch
timed(8)                 - time server daemon
timedc(8)                - timed control program
timeout(9), untimeout(9), callout_handle_init(9), callout_init(9), callout_init_mtx(9), callout_stop(9), callout_drain(9), callout_reset(9), callout_pending(9), callout_active(9), callout_deactivate(9) - execute a function after a specified length of time
timeradd(3), timersub(3), timerclear(3), timerisset(3), timercmp(3) - operations on timevals
times(3)                 - process times
timezone(3)              - return the timezone abbreviation
tip(1), cu(1)            - connect to a remote system
tl(4)                    - Texas Instruments ThunderLAN Ethernet device driver
toascii(3)               - convert a byte to 7-bit ASCII
tolower(3)               - upper case to lower case letter conversion
top(1)                   - display and update information about the top cpu processes
touch(1)                 - change file access and modification times
touchwin(3), touchline(3), untouchwin(3), wtouchln(3), is_linetouched(3), is_wintouched(3) - curses refresh control routines
toupper(3)               - lower case to upper case letter conversion
towctrans(3), wctrans(3) - wide character mapping functions
towlower(3)              - upper case to lower case letter conversion (wide character version)
towupper(3)              - lower case to upper case letter conversion (wide character version)
tput(1), clear(1)        - terminal capability interface
tr(1)                    - translate characters
traceroute(8)            - print the route packets take to network host
traceroute6(8)           - print the route IPv6 packets will take to a network node
trimdomain(3)            - trim the current domain name from a host name
trm(4)                   - Tekram TRM-S1040 ASIC based PCI SCSI host adapter driver
troff(1)                 - the troff processor of the groff text formatting system
trpt(8)                  - transliterate protocol trace
true(1)                  - return true value
trunc(3), truncf(3), truncl(3) - nearest integral value with magnitude less than or equal to |x|
truncate(1)              - truncate or extend the length of files
truncate(2), ftruncate(2) - truncate or extend a file to a specified length
truss(1)                 - trace system calls
tsearch(3), tfind(3), tdelete(3), twalk(3) - manipulate binary search trees
tset(1), reset(1)        - terminal initialization
tsort(1)                 - topological sort of a directed graph
tty(1)                   - return user's terminal name
tty(4)                   - general terminal interface
ttyname(3), ttyname_r(3), isatty(3), ttyslot(3) - get name of associated terminal (tty) from file descriptor
ttys(5)                  - terminal initialization information
tun(4)                   - tunnel software network interface
tunefs(8)                - tune up an existing file system
tuning(7)                - performance tuning under FreeBSD
tvtohz(9)                - convert time interval to tick count
twa(4)                   - 3ware 9000 series SATA RAID controllers driver
twe(4)                   - 3ware 5000/6000/7000/8000 series PATA/SATA RAID adapter driver
tx(4)                    - SMC 83c17x Fast Ethernet device driver
txp(4)                   - 3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface
tzfile(5)                - timezone information
tzset(3), tzsetwall(3)   - initialize time conversion information
tzsetup(8)               - set local timezone
ualarm(3)                - schedule signal after specified time
uart(4)                  - driver for Universal Asynchronous Receiver/Transmitter (UART) devices
ubsa(4)                  - USB support for Belkin serial adapters
ubsec(4)                 - Broadcom and BlueSteel uBsec 5x0x crypto accelerator
ubser(4)                 - USB support for BWCT console serial adapters
ubtbcmfw(4)              - Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
ucom(4)                  - USB tty support
ucontext(3)              - user thread context
ucred(9), crget(9), crhold(9), crfree(9), crshared(9), crcopy(9), crdup(9), cru2x(9), cred_update_thread(9) - functions related to user credentials
ucycom(4)                - device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges
udav(4)                  - Davicom DM9601 USB Ethernet driver
udbp(4)                  - USB Double Bulk Pipe driver
udp(4)                   - Internet User Datagram Protocol
ufm(4)                   - USB driver for Cypress Semiconductor FM Radio
ufs_disk_close(3), ufs_disk_fillout(3), ufs_disk_fillout_blank(3), ufs_disk_write(3) - open and close userland UFS disks
uftdi(4)                 - USB support for serial adapters based on the FT8U100AX and FT8U232AM chips
ugen(4)                  - USB generic device support
ugidfw(8)                - firewall-like access controls for file system objects
uhci(4)                  - UHCI USB Host Controller driver
uhid(4)                  - USB generic HID support
uhidev(4)                - USB Human Interface Device support
uidinfo(9), uihashinit(9), uifind(9), uihold(9), uifree(9) - functions for managing UID information
uio(9), uiomove(9)       - device driver I/O routines
ukbd(4)                  - USB keyboard driver
ul(1)                    - do underlining
ulimit(3)                - get and set process limits
ulpt(4)                  - USB printer support
uma_zcreate(9), uma_zalloc(9), uma_zfree(9), uma_zdestroy(9), uma_zone_set_max(9) - zone allocator
umask(2)                 - set file creation mode mask
umass(4)                 - USB Mass Storage Devices driver
umct(4)                  - Magic Control Technology USB-RS232 converter driver
umodem(4)                - USB modem support
umount(8)                - unmount file systems
ums(4)                   - USB mouse driver
uname(1)                 - display information about the system
uname(3)                 - get system identification
undelete(2)              - attempt to recover a deleted file
ungetc(3)                - un-get character from input stream
ungetwc(3)               - un-get wide character from input stream
unifdef(1), unifdefall(1) - remove preprocessor conditionals from code
unimsg(3), uni_msg_len(3), uni_msg_space(3), uni_msg_leading(3), uni_msg_size(3), uni_msg_ensure(3), uni_msg_append(3), uni_msg_extend(3), uni_msg_alloc(3), uni_msg_build(3), uni_msg_destroy(3), uni_msg_strip32(3), uni_msg_get32(3), uni_msg_append32(3), uni_msg_append8(3), uni_msg_trail32(3), uni_msg_dup(3) - ATM signalling library - message buffers
unimsg(3), uni_str2nsap(3), uni_nsap2str(3), uni_prefix2str(3), uni_e1642nsap(3), uni_nsap2e164(3) - ATM signalling library - address handling
unimsg(3), unisve_check_addr(3), unisve_check_selector(3), unisve_check_blli_id2(3), unisve_check_blli_id3(3), unisve_check_bhli(3), unisve_check_sap(3), unisve_overlap_addr(3), unisve_overlap_selector(3), unisve_overlap_blli_id2(3), unisve_overlap_blli_id3(3), unisve_overlap_bhli(3), unisve_overlap_sap(3), unisve_is_catchall(3), unisve_match(3) - ATM signalling library - ATM SAP handling
uniq(1)                  - report or filter out repeated lines in a file
units(1)                 - conversion program
unix(4)                  - UNIX-domain protocol family
unlink(2)                - remove directory entry
unvis(1)                 - revert a visual representation of data back to original form
unvis(3), strunvis(3)    - decode a visual representation of characters
uplcom(4)                - USB support for Prolific PL-2303/2303X/2303HX serial adapters driver
uptime(1)                - show how long system has been running
ural(4)                  - Ralink Technology RT2500USB IEEE 802.11 driver
urio(4)                  - USB driver for the Rio MP3 players
usb(4)                   - Universal Serial Bus
usbd(8)                  - supervise USB attach/detach
usbd.conf(5)             - usbd(8) configuration file
usbdevs(8)               - show USB devices connected to the system
usbhid(3), hid_get_report_desc(3), hid_use_report_desc(3), hid_dispose_report_desc(3), hid_start_parse(3), hid_end_parse(3), hid_get_item(3), hid_report_size(3), hid_locate(3), hid_usage_page(3), hid_usage_in_page(3), hid_init(3), hid_get_data(3), hid_set_data(3) - USB HID access routines
usbhidaction(1)          - perform actions according to USB HID controls
usbhidctl(1)             - manipulate USB HID devices
uscanner(4)              - USB Scanners
use_default_colors(3), assume_default_colors(3) - use terminal's default colors
users(1)                 - list current users
usleep(3)                - suspend process execution for an interval measured in microseconds
utf8(5)                  - UTF-8, a transformation format of ISO 10646
utime(3)                 - set file times
utimes(2), lutimes(2), futimes(2) - set file access and modification times
utmp(5), wtmp(5), lastlog(5) - login records
utopia(4)                - driver module for ATM PHY chips
utopia(9)                - driver module for ATM PHY chips
utrace(2)                - insert user record in ktrace log
uu_lock(3), uu_unlock(3), uu_lockerr(3) - acquire and release control of a serial device
uuencode(1), uudecode(1), b64encode(1), b64decode(1) - encode/decode a binary file
uuencode(5)              - format of an encoded uuencode file
uuid_compare(3), uuid_create(3), uuid_create_nil(3), uuid_equal(3), uuid_from_string(3), uuid_hash(3), uuid_is_nil(3), uuid_to_string(3) - DCE 1.1 compliant UUID functions
uuidgen(1)               - generate universally unique identifiers
uuidgen(2)               - generate universally unique identifiers
uvisor(4)                - USB support for the PalmOS based PDAs
uvscom(4)                - USB support for SUNTAC Slipper U VS-10U serial adapters driver
vacation(1)              - E-mail auto-responder
vaccess(9)               - generate an access control decision using vnode parameters
vaccess_acl_posix1e(9)   - generate a POSIX.1e ACL access control decision using vnode parameters
valloc(3)                - aligned memory allocation function
vcount(9), count_dev(9)  - get total number of references to a device
verify_krb5_conf(8)      - checks krb5.conf for obvious errors
vflush(9)                - flush vnodes for a mount point
vfork(2)                 - spawn new process in a virtual memory efficient way
vfs_busy(9)              - marks a mount point as busy
vfs_getnewfsid(9)        - allocate a new file system identifier
vfs_getvfs(9)            - returns a mount point given its file system identifier
vfs_mount(9)             - generic file system mount function
vfs_mountedon(9)         - check if the vnode belongs to a mounted file system
vfs_rootmountalloc(9)    - allocate a root mount structure
vfs_suser(9)             - check if credentials have superuser privileges for a mount point
vfs_timestamp(9)         - generate current timestamp
vfs_unbusy(9)            - unbusy a mount point
vfs_unmountall(9)        - unmount all file systems
vfsconf(9)               - vfs configuration information
vga(4)                   - generic video card interface
vge(4)                   - VIA Networking Technologies VT6122 PCI Gigabit Ethernet adapter driver
vget(9)                  - get a vnode from the free list
vgone(9), vgonel(9)      - prepare a vnode for reuse
vgrind(1)                - grind nice listings of programs
vgrindefs(5)             - language definition data base for vgrind(1)
vhold(9), vdrop(9)       - acquire/release a hold on a vnode
viapm(4)                 - VIA chipsets Power Management controller driver
vidcontrol(1)            - system console control and configuration utility
vinum(4)                 - Logical Volume Manager
vinvalbuf(9)             - flushes and invalidates all buffers associated with a vnode
vipw(8)                  - edit the password file
vis(1)                   - display non-printable characters in a visual format
vis(3)                   - visually encode characters
vkbd(4)                  - the virtual AT keyboard interface
vlan(4)                  - IEEE 802.1Q VLAN network interface
vm_fault_prefault(9)     - cluster page faults into a process's address space
vm_map(9)                - virtual address space portion of virtual memory subsystem
vm_map_check_protection(9) - check memory protection for a vm_map
vm_map_clean(9)          - push dirty pages to their pager
vm_map_create(9)         - create a new vm_map structure
vm_map_delete(9)         - deallocate an address range from a map
vm_map_entry_resize_free(9) - vm map free space algorithm
vm_map_find(9)           - find a free region within a map, and optionally map a vm_object
vm_map_findspace(9)      - find a free region within a map
vm_map_inherit(9)        - set fork inheritance flags for a range within a map
vm_map_init(9)           - initialize a vm_map structure for process zero
vm_map_insert(9)         - insert an object into a map
vm_map_lock(9), vm_map_unlock(9), vm_map_lock_read(9), vm_map_unlock_read(9), vm_map_trylock(9), vm_map_trylock_read(9), vm_map_lock_upgrade(9), vm_map_lock_downgrade(9) - vm_map locking macros
vm_map_lookup(9), vm_map_lookup_done(9) - lookup the vm_object backing a given virtual region
vm_map_madvise(9)        - apply advice about use of memory to map entries
vm_map_max(9), vm_map_min(9), vm_map_pmap(9) - return map properties
vm_map_protect(9)        - apply protection bits to a virtual memory region
vm_map_remove(9)         - remove a virtual address range from a map
vm_map_simplify_entry(9) - simplify a vm_map_entry
vm_map_stack(9), vm_map_growstack(9) - manage process stacks
vm_map_submap(9)         - create a subordinate map
vm_map_wire(9), vm_map_unwire(9) - manage page wiring within a virtual memory map
vm_page_alloc(9)         - allocate a page for a vm_object
vm_page_bits(9), vm_page_set_validclean(9), vm_page_clear_dirty(9), vm_page_set_invalid(9), vm_page_zero_invalid(9), vm_page_is_valid(9), vm_page_test_dirty(9), vm_page_dirty(9), vm_page_undirty(9) - manage page clean and dirty bits
vm_page_busy(9), vm_page_flash(9), vm_page_wakeup(9) - handle the busying and unbusying of a page
vm_page_cache(9)         - move a page onto the cache queue
vm_page_copy(9)          - copy a page
vm_page_deactivate(9)    - deactivate a page
vm_page_dontneed(9)      - indicate that a page is not needed anymore
vm_page_flag_clear(9), vm_page_flag_set(9) - change page flags
vm_page_free(9), vm_page_free_toq(9), vm_page_free_zero(9), vm_page_try_to_free(9) - free a page
vm_page_grab(9)          - returns a page from an object
vm_page_hold(9), vm_page_unhold(9) - update a page's hold count
vm_page_insert(9), vm_page_remove(9) - add/remove page from an object
vm_page_io_start(9), vm_page_io_finish(9) - ready or unready a page for I/O
vm_page_lookup(9)        - lookup a vm page
vm_page_protect(9)       - lower a page's protection
vm_page_rename(9)        - move a page
vm_page_sleep_busy(9)    - wait for a busy page to become unbusy
vm_page_unmanage(9)      - make a page unmanaged
vm_page_wire(9), vm_page_unwire(9) - wire and unwire pages
vm_page_zero_fill(9)     - zero fill a page
vm_set_page_size(9)      - initialize the system page size
vmstat(8)                - report virtual memory statistics
vn_fullpath(9)           - convert a vnode reference to a full pathname, given a process context
vn_isdisk(9)             - checks if a vnode represents a disk
vnode(9)                 - internal representation of a file or directory
vpd(4)                   - Vital Product Data kernel interface
vpo(4)                   - parallel to SCSI interface driver
vput(9)                  - decrement the use count for a vnode and unlock it
vr(4)                    - VIA Technologies Rhine I/II/III Ethernet device driver
vref(9)                  - increment the use count for a vnode
vrele(9)                 - decrement the use count for a vnode
vslock(9), vsunlock(9)   - lock/unlock user space addresses in memory
vt220keys(1)             - define SHIFTED function keys on VT220 terminal
vx(4)                    - 3Com EtherLink III / Fast EtherLink III (3c59x) Ethernet driver
w(1)                     - display who is logged in and what they are doing
wait(2), waitpid(2), wait4(2), wait3(2) - wait for process termination
wall(1)                  - write a message to users
watch(8)                 - snoop on another tty line
watchdog(4)              - hardware and software watchdog
watchdog(8)              - watchdog control program
watchdog(9)              - software and hardware watchdog facility
watchdogd(8)             - watchdog daemon
wb(4)                    - Winbond W89C840F Fast Ethernet device driver
wc(1)                    - word, line, character, and byte count
wcrtomb(3)               - convert a wide-character code to a character (restartable)
wcscoll(3)               - compare wide strings according to current collation
wcsftime(3)              - convert date and time to a wide-character string
wcsrtombs(3), wcsnrtombs(3) - convert a wide-character string to a character string (restartable)
wcstof(3), wcstod(3), wcstold(3) - convert string to float, double or long double
wcstok(3)                - split wide-character string into tokens
wcstol(3), wcstoul(3), wcstoll(3), wcstoull(3), wcstoimax(3), wcstoumax(3) - convert a wide character string value to a long, unsigned long, long long, unsigned long long, intmax_t or uintmax_t integer
wcstombs(3)              - convert a wide-character string to a character string
wcswidth(3)              - number of column positions in wide-character string
wcsxfrm(3)               - transform a wide string under locale
wctomb(3)                - convert a wide-character code to a character
wcwidth(3)               - number of column positions of a wide-character code
what(1)                  - show what versions of object modules were used to construct a file
whereis(1)               - locate programs
which(1)                 - locate a program file in the user's path
who(1)                   - display who is on the system
whoami(1)                - display effective user id
whois(1)                 - Internet domain name and network number directory service
wi(4)                    - Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 driver
wicontrol(8)             - configure Lucent, Intersil, and Atheros wireless devices
window(1)                - window environment
wire-test(8)             - test your network interfaces and local IP address
witness(4)               - lock validation facility
wl(4)                    - T1 speed ISA/radio lan card
wlan(4)                  - generic 802.11 link-layer support
wlan_acl(4)              - MAC-based ACL support for 802.11 devices
wlan_ccmp(4)             - AES-CCMP crypto support for 802.11 devices
wlan_tkip(4)             - TKIP and Michael crypto support for 802.11 devices
wlan_wep(4)              - WEP crypto support for 802.11 devices
wlan_xauth(4)            - External authenticator support for 802.11 devices
wlconfig(8)              - read/write wavelan config parameters
wmemchr(3), wmemcmp(3), wmemcpy(3), wmemmove(3), wmemset(3), wcscat(3), wcschr(3), wcscmp(3), wcscpy(3), wcscspn(3), wcslcat(3), wcslcpy(3), wcslen(3), wcsncat(3), wcsncmp(3), wcsncpy(3), wcspbrk(3), wcsrchr(3), wcsspn(3), wcsstr(3) - wide character string manipulation operations
wordexp(3)               - perform shell-style word expansions
worm(4)                  - write-once (CD-R) disk driver
wpa_cli(8)               - text-based frontend program for interacting with wpa_supplicant
wpa_supplicant(8)        - WPA/802.11i Supplicant for wireless network devices
wpa_supplicant.conf(5)   - configuration file for wpa_supplicant(8)
wprintf(3), fwprintf(3), swprintf(3), vwprintf(3), vfwprintf(3), vswprintf(3) - formatted wide character output conversion
wresize(3)               - resize a curses window
write(1)                 - send a message to another user
write(2), writev(2), pwrite(2) - write output
wscanf(3), fwscanf(3), swscanf(3), vwscanf(3), vswscanf(3), vfwscanf(3) - wide character input format conversion
xargs(1)                 - construct argument list(s) and execute utility
xdr(3), xdr_array(3), xdr_bool(3), xdr_bytes(3), xdr_char(3), xdr_destroy(3), xdr_double(3), xdr_enum(3), xdr_float(3), xdr_free(3), xdr_getpos(3), xdr_hyper(3), xdr_inline(3), xdr_int(3), xdr_long(3), xdr_longlong_t(3), xdrmem_create(3), xdr_opaque(3), xdr_pointer(3), xdrrec_create(3), xdrrec_endofrecord(3), xdrrec_eof(3), xdrrec_skiprecord(3), xdr_reference(3), xdr_setpos(3), xdr_short(3), xdrstdio_create(3), xdr_string(3), xdr_u_char(3), xdr_u_hyper(3), xdr_u_int(3), xdr_u_long(3), xdr_u_longlong_t(3), xdr_u_short(3), xdr_union(3), xdr_vector(3), xdr_void(3), xdr_wrapstring(3) - library routines for external data representation
xdr_accepted_reply(3), xdr_authsys_parms(3), xdr_callhdr(3), xdr_callmsg(3), xdr_opaque_auth(3), xdr_rejected_reply(3), xdr_replymsg(3) - XDR library routines for remote procedure calls
xe(4)                    - Xircom PCMCIA Ethernet device driver
xl(4)                    - 3Com Etherlink XL and Fast Etherlink XL Ethernet device driver
xpt(4)                   - CAM transport layer interface
xstr(1)                  - extract strings from C programs to implement shared strings
yacc(1)                  - an LALR(1) parser generator
yes(1)                   - be repetitively affirmative
yp(8)                    - description of the YP/NIS system
yp_mkdb(8)               - generate the NIS databases
ypbind(8)                - NIS domain binding daemon
ypcat(1)                 - print the values of all keys in a YP database
ypinit(8)                - build and install NIS databases
ypmatch(1)               - print the values of one or more keys in a YP database
yppoll(8)                - ask version of YP map from YP server
yppush(8)                - force propagation of updated NIS databases
ypserv(8)                - NIS database server
ypset(8)                 - tell ypbind(8) which YP server process to use
ypwhich(1)               - return hostname of YP server of map master
ypxfr(8)                 - transfer NIS database from remote server to local host
yyfix(1)                 - extract tables from y.tab.c
zcmp(1), zdiff(1)        - compare compressed files
zdump(8)                 - timezone dumper
zero(4)                  - the zero device
zero_copy(9), zero_copy_sockets(9) - zero copy sockets code
zforce(1)                - force a '.gz' extension on all gzip files
zic(8)                   - timezone compiler
zlib(3)                  - compression/decompression library
zmore(1)                 - file perusal filter for crt viewing of compressed text
znew(1)                  - recompress .Z files to .gz files
zzz(8)                   - suspend an ACPI or APM system
