Searched refs:synopsis (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dmdoc2man.awk31 synopsis=0
162 synopsis=match(words[w+1],"SYNOPSIS")
210 if(synopsis) {
/freebsd-10.1-release/contrib/gperf/doc/
H A Dhelp2man240 my $synopsis = '';
243 $synopsis .= ".br\n" if $synopsis;
246 $synopsis .= ".B $1\n";
257 $synopsis .= "$_\n";
260 $include{SYNOPSIS} ||= $synopsis;
/freebsd-10.1-release/contrib/dtc/
H A Dutil.h198 * @param synopsis The initial example usage text (and possible examples)
203 void util_usage(const char *errmsg, const char *synopsis,
H A Dutil.c396 void util_usage(const char *errmsg, const char *synopsis, argument
409 "Options: -[%s]\n", synopsis, short_opts);
/freebsd-10.1-release/usr.bin/stat/
H A Dstat.c207 const char *statfmt, *options, *synopsis; local
224 synopsis = "[-fn] [file ...]";
230 synopsis = "[-FLnq] [-f format | -l | -r | -s | -x] "
268 usage(synopsis);
306 usage(synopsis);
376 usage(const char *synopsis) argument
379 (void)fprintf(stderr, "usage: %s %s\n", getprogname(), synopsis);
/freebsd-10.1-release/contrib/mdocml/
H A Dstyle.css22 table.synopsis { } /* SYNOPSIS section table. */
H A Dexample.style.css20 div.mandoc table.synopsis { } /* SYNOPSIS section table. */
/freebsd-10.1-release/usr.bin/unifdef/
H A Dunifdef.c433 synopsis(FILE *fp) function
443 synopsis(stderr);
450 synopsis(stdout);

Completed in 206 milliseconds