/netbsd-src/external/bsd/mdocml/dist/ |
H A D | Makefile.depend | 4 cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h manconf.h man… 5 chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_ohash.h compat_ohash.h libmandoc.h 30 demandoc.o: demandoc.c config.h mandoc.h roff.h man.h mdoc.h mandoc_parse.h 31 eqn.o: eqn.c config.h mandoc_aux.h mandoc.h roff.h eqn.h libmandoc.h eqn_parse.h 32 eqn_html.o: eqn_html.c config.h mandoc.h eqn.h out.h html.h 34 html.o: html.c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h out.h html.h man… 36 main.o: main.c config.h mandoc_aux.h mandoc.h mandoc_xr.h roff.h mdoc.h man.h mandoc_parse.h tag.h … 37 man.o: man.c config.h mandoc_aux.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h 38 man_html.o: man_html.c config.h mandoc_aux.h mandoc.h roff.h man.h out.h html.h main.h 39 man_macro.o: man_macro.c config.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h [all …]
|
H A D | Makefile | 98 mandoc.c \ 178 mandoc.1 \ 179 mandoc.3 \ 180 mandoc.css \ 181 mandoc.db.5 \ 182 mandoc.h \ 241 mandoc.o \ 332 mandoc.1.html \ 335 mandoc.3.html \ 344 mandoc.db.5.html \ [all …]
|
H A D | INSTALL | 3 About the portable mandoc distribution 5 The mandoc manpage compiler toolset (formerly called "mdocml") 11 For general information, see <http://mandoc.bsd.lv/>. 14 <http://mandoc.bsd.lv/contact.html>. Consider subscribing to the 16 help with the development of mandoc, consider subscribing to the 19 Enjoy using the mandoc toolset! 26 Before manually installing mandoc on your system, please check 27 whether the newest version of mandoc is already installed by default 29 latest bundled and ported versions of mandoc for various operating 30 systems is maintained at <http://mandoc.bsd.lv/ports.html>. [all …]
|
H A D | gmdiff | 48 $ROFF -mandoc $file | $COLPIPE 2> /tmp/roff.err > /tmp/roff.out 49 ${MANDOC:=mandoc} $MOPT $file | $COLPIPE \ 50 2> /tmp/mandoc.err > /tmp/mandoc.out 51 for i in roff mandoc; do 54 diff -au $DIFFOPT /tmp/roff.out /tmp/mandoc.out 2>&1
|
H A D | configure.local.example | 23 # If autodetection fails, please tell <tech@mandoc.bsd.lv>. 31 # For -Tutf8 and -Tlocale operation, mandoc(1) requires <locale.h> 51 # For -Tutf8 mode, mandoc needs to set an arbitrary locale having 65 # Validation of cross references with mandoc -Tlint only looks 85 # with the mandoc(1) -Ios= command line option, that is used. 115 MANM_MANCONF="mandoc.conf" # default is "man.conf" 198 # into the manual trees. To allow mandoc to follow such symlinks, 205 # --- user settings for the mandoc(3) library -------------------------- 208 # because there is almost no non-mandoc software out there using this 217 INCLUDEDIR="${PREFIX}/include/mandoc" [all …]
|
H A D | NEWS | 3 This file lists the most important changes in the mandoc.bsd.lv distribution. 14 * mandoc is now able to handle the manual pages of the groff package. 91 provide a better mandoc.css style sheet with a @media query, 234 mdoclint(1) functionality to mandoc -Tlint, for suggesting 254 * Carsten Kunze (Heirloom roff) for help keeping mandoc and groff 262 This comes with a completely new mandoc.db(5) file format. 266 Systematic cleanup of and many improvements to mandoc.css. 271 * Now includes a portable version of the OpenBSD mandoc regression 335 * mandoc(1): Autodetect a suitable locale for -Tutf8 mode. 344 * mandoc(1): Error out on invalid output options on the command line. [all …]
|
H A D | TODO | 2 * Official mandoc TODO. 126 macro, while mandoc treats it as a block macro and breaks the line. 138 We should probably *not* add them to mandoc. 188 quoted word. mandoc(1) only does this when the operator is 263 http://ikiwiki.info/plugins/contrib/mandoc/ 264 https://github.com/schmonz/ikiwiki/compare/mandoc 283 shows the quotes in groff, but not in mandoc 310 the right solution, it sends mandoc into an endless loop. 324 - in enclosures, mandoc sometimes fancies a bogus end of sentence 334 - formatting /usr/local/man/man1/latex2man.1 with groff and mandoc [all …]
|
H A D | LICENSE | 4 in the mandoc toolkit are protected by the Copyright of the following 26 The mandoc distribution as a whole is distributed by its developers
|
H A D | cgi.h.example | 6 #define CUSTOMIZE_TITLE "Manual pages with mandoc"
|
/netbsd-src/etc/ |
H A D | man.conf | 19 _build .[1-9][a-z]* /usr/bin/mandoc %s 20 _build .[1-9ln] /usr/bin/mandoc %s 21 _build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/mandoc 22 _build .[1-9ln].bz2 /usr/bin/bzcat %s | /usr/bin/mandoc 23 _build .[1-9ln].gz /usr/bin/zcat %s | /usr/bin/mandoc 24 _build .[1-9ln].xz /usr/bin/xzcat %s | /usr/bin/mandoc 25 _build .tbl /usr/bin/mandoc %s 26 _build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc 27 _build .tbl.bz2 /usr/bin/bzcat %s | /usr/bin/mandoc 28 _build .tbl.gz /usr/bin/zcat %s | /usr/bin/mandoc [all …]
|
/netbsd-src/external/public-domain/xz/dist/build-aux/ |
H A D | manconv.sh | 41 groff -t -mandoc -Tascii | col -bx 44 groff -t -mandoc -Tutf8 | col -bx 47 sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \ 51 sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \
|
/netbsd-src/external/bsd/mdocml/lib/libmandoc/ |
H A D | Makefile | 5 LIB= mandoc 17 mandoc.c \ 40 MAN= mandoc.3
|
/netbsd-src/external/bsd/mdocml/bin/mandoc/ |
H A D | Makefile | 5 PROG= mandoc 38 DPADD+= ${MDOCMLLIB.mandoc} ${LIBZ} 39 LDADD+= -L${MDOCMLOBJDIR.mandoc} -lmandoc -lz
|
/netbsd-src/external/bsd/libfido2/dist/man/ |
H A D | NOTES | 6 Use mandoc 1.14.4. Otherwise, adjust dyc.css to mandoc's HTML
|
H A D | CMakeLists.txt | 6 find_program(MANDOC_PATH mandoc) 293 COMMAND mandoc -T lint -W warning ${f} > ${f}.lint 302 COMMAND mandoc -T html -O man="%N.html",style=style.css -I os="Yubico AB" ${f} > ${g}.html 312 COMMAND mandoc -T html -O man="%N.html",fragment ${f} >> ${g}.partial
|
/netbsd-src/tools/mandoc/ |
H A D | Makefile | 3 HOSTPROGNAME= ${_TOOL_PREFIX}mandoc 4 HOST_SRCDIR= external/bsd/mdocml/bin/mandoc
|
/netbsd-src/distrib/syspkg/sets/text/text-groff-share/ |
H A D | DESCR | 4 man - wrapper for the man.old and mandoc macro sets for 9 mandoc - a set of content-based and domain-based macros used to
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | check-man.m4 | 18 for i in "-mdoc" "-mandoc"; do 27 for i in "-mdoc" "-mandoc"; do
|
/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/ |
H A D | README.md | 38 I've used [mandoc](https://mandoc.bsd.lv) to generate some Markdown from
|
/netbsd-src/external/bsd/mdocml/bin/ |
H A D | Makefile | 3 SUBDIR= mandoc
|
/netbsd-src/share/mk/ |
H A D | bsd.man.mk | 153 ${TOOL_ROFF_ASCII} -mandoc ${.IMPSRC} ${MANCOMPRESS} \ 157 ${TOOL_TBL} ${.IMPSRC} | ${TOOL_ROFF_ASCII} -mandoc ${MANCOMPRESS} \ 160 ${TOOL_ROFF_ASCII} -mandoc ${.IMPSRC} ${MANCOMPRESS} \
|
/netbsd-src/share/tmac/ |
H A D | README | 5 mandoc, and can be removed when groff is removed.
|
/netbsd-src/libexec/httpd/ |
H A D | Makefile.boot | 25 $(GROFF) -mandoc bozohttpd.8 > bozohttpd.cat8
|
/netbsd-src/external/bsd/mdocml/man/ |
H A D | Makefile | 37 FILES= ${DISTDIR}/mandoc.css
|
/netbsd-src/external/gpl2/groff/tmac/ |
H A D | Makefile | 17 NORMALFILES= mandoc.tmac andoc.tmac an-old.tmac \
|