Searched defs:roff_meta (Results 1 – 1 of 1) sorted by relevance
532 struct roff_meta { struct533 struct roff_node *first; /* The first node parsed. */534 char *msec; /* Manual section, usually a digit. */535 char *vol; /* Manual volume title. */536 char *os; /* Operating system. */537 char *arch; /* Machine architecture. */538 char *title; /* Manual title, usually CAPS. */539 char *name; /* Leading manual name. */540 char *date; /* Normalized date. */541 char *sodest; /* .so target file name or NULL. */[all …]