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