Searched defs:roff_mandb_rec (Results 1 – 1 of 1) sorted by relevance
64 typedef struct roff_mandb_rec { struct66 char *name; // for storing the name of the man page67 char *name_desc; // for storing the one line description (.Nd)68 secbuff desc; // for storing the DESCRIPTION section69 secbuff lib; // for the LIBRARY section70 secbuff return_vals; // RETURN VALUES71 secbuff env; // ENVIRONMENT72 secbuff files; // FILES73 secbuff exit_status; // EXIT STATUS74 secbuff diagnostics; // DIAGNOSTICS[all …]