Home
last modified time | relevance | path

Searched defs:roff_mandb_rec (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dmakemandb.c64 typedef struct roff_mandb_rec { struct
66 char *name; // for storing the name of the man page
67 char *name_desc; // for storing the one line description (.Nd)
68 secbuff desc; // for storing the DESCRIPTION section
69 secbuff lib; // for the LIBRARY section
70 secbuff return_vals; // RETURN VALUES
71 secbuff env; // ENVIRONMENT
72 secbuff files; // FILES
73 secbuff exit_status; // EXIT STATUS
74 secbuff diagnostics; // DIAGNOSTICS
[all …]