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