HomeSort by: relevance | last modified time | path
    Searched defs:sectionname (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/man/
man.c 91 char *sectionname; /* -s: limit search to a given man section */ member in struct:manstate
105 TAG *section; /* <sec>: tag for m.sectionname */
190 if (m.sectionname != NULL)
192 m.sectionname = optarg;
239 if (m.sectionname) {
241 m.section = gettag(m.sectionname, 0); /* -s must be a section */
243 errx(EXIT_FAILURE, "unknown section: %s", m.sectionname);
man.c 91 char *sectionname; /* -s: limit search to a given man section */ member in struct:manstate
105 TAG *section; /* <sec>: tag for m.sectionname */
190 if (m.sectionname != NULL)
192 m.sectionname = optarg;
239 if (m.sectionname) {
241 m.section = gettag(m.sectionname, 0); /* -s must be a section */
243 errx(EXIT_FAILURE, "unknown section: %s", m.sectionname);

Completed in 75 milliseconds