Read a manual page
read_manpageRetrieve the complete text of a 4.2BSD manual page by name, with an optional section to disambiguate system calls, library functions, devices, or formats.
Instructions
Read the full text of one 4.2BSD manual page by name and optional section (e.g. name="read", section="2"). If the name is ambiguous across sections, give the section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Man page name, e.g. "read" or "getifaddr" | |
| section | No | Manual section (2=syscalls, 3=libc, 4=devices, 5=formats) |