Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Header ¶
type Header struct {
// Man page title.
Title string
// Man page section.
// Use "1" for General commands.
// Use "2" for System calls.
// Use "3" for Library functions, covering in particular the C standard library.
// Use "4" for Special files (usually devices, those found in /dev) and drivers.
// Use "5" for File formats and conventions.
// Use "6" for Games and screensavers.
// Use "7" for Miscellanea.
// Use "8" for System administration commands and daemons.
Section string
// Manual title.
Manual string
}
Header conveys general data of the man page.
Click to show internal directories.
Click to hide internal directories.