/freebsd/contrib/mandoc/ |
H A D | Makefile.depend | 4 cgi.o: cgi.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h … 5 chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_dbg.h mandoc_ohash.h compat_ohash.h libmando… 31 demandoc.o: demandoc.c config.h mandoc.h mandoc_dbg.h roff.h man.h mdoc.h mandoc_parse.h 32 eqn.o: eqn.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h eqn.h libmandoc.h eqn_parse.h 33 eqn_html.o: eqn_html.c config.h mandoc.h roff.h eqn.h out.h html.h 35 html.o: html.c config.h mandoc_aux.h mandoc_dbg.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h out… 37 main.o: main.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h mandoc_xr.h roff.h mdoc.h man.h mandoc_p… 38 man.o: man.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman… 39 man_html.o: man_html.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h man.h out.h html.h main.h 40 man_macro.o: man_macro.c config.h mandoc_dbg.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h [all …]
|
H A D | Makefile | 101 mandoc.c \ 184 mandoc.1 \ 185 mandoc.3 \ 186 mandoc.css \ 187 mandoc.db.5 \ 188 mandoc.h \ 252 mandoc.o \ 338 mandoc.1.html \ 341 mandoc.3.html \ 351 mandoc.db.5.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 | 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 | configure.local.example | 23 # If autodetection fails, please tell <tech@mandoc.bsd.lv>. 44 # For -Tutf8 and -Tlocale operation, mandoc(1) requires <locale.h> 64 # For -Tutf8 mode, mandoc needs to set an arbitrary locale having 78 # Validation of cross references with mandoc -Tlint only looks 98 # with the mandoc(1) -Ios= command line option, that is used. 111 # MISCDIR is only used for installing the file mandoc.css. 112 # That is important because users of "mandoc -T html" often need it 113 # even if they are not using man.cgi(8), see mandoc(1) for details. 132 MANM_MANCONF="mandoc.conf" # default is "man.conf" 244 # --- user settings for the mandoc(3) library -------------------------- [all …]
|
H A D | TODO | 2 * Official mandoc TODO. 110 - .als only works for macros in mandoc, not for user-defined strings. 131 - mandoc replaces all ASCII control characters except tab and line feed 228 macro, while mandoc treats it as a block macro and breaks the line. 247 We should probably *not* add them to mandoc. 297 quoted word. mandoc(1) only does this when the operator is 400 http://ikiwiki.info/plugins/contrib/mandoc/ 401 https://github.com/schmonz/ikiwiki/compare/mandoc 427 shows the quotes in groff, but not in mandoc 454 the right solution, it sends mandoc into an endless loop. [all …]
|
H A D | NEWS | 3 This file lists the most important changes in the mandoc.bsd.lv distribution. 20 mandoc.db(5), accept files "man<one-digit-section>/<name>.<full-section>" 27 * mandoc.css: support prefers-color-scheme: dark 115 * makewhatis(8): fix file type tests putting wrong data into mandoc.db(5) 155 * Armin Besirovic for a contribution to mandoc.css 213 * mandoc is now able to handle the manual pages of the groff package. 290 provide a better mandoc.css style sheet with a @media query, 433 mdoclint(1) functionality to mandoc -Tlint, for suggesting 453 * Carsten Kunze (Heirloom roff) for help keeping mandoc and groff 461 This comes with a completely new mandoc.db(5) file format. [all …]
|
H A D | cgi.h.example | 6 #define CUSTOMIZE_TITLE "Manual pages with mandoc"
|
H A D | LICENSE | 4 in the mandoc toolkit are protected by the Copyright of the following 27 The mandoc distribution as a whole is distributed by its developers
|
H A D | mandoc.css | 1 /* $Id: mandoc.css,v 1.52 2022/07/06 14:34:59 schwarze Exp $ */ 3 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
|
/freebsd/usr.bin/mandoc/ |
H A D | Makefile | 3 MANDOCDIR= ${SRCTOP}/contrib/mandoc 6 PROG= mandoc 7 MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7 8 MLINKS= mandoc.1 mdocml.1 12 LINKS= ${BINDIR}/mandoc ${BINDIR}/whatis \ 13 ${BINDIR}/mandoc ${BINDIR}/makewhatis \ 14 ${BINDIR}/mandoc ${BINDIR}/apropos 49 mandoc.c \
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | mancheck.sh | 23 if ! command -v mandoc > /dev/null; then 46 grep -vhE -e 'mandoc: outdated mandoc.db' -e 'STYLE: referenced manual not found' $add_excl "$stdou…
|
/freebsd/contrib/libfido2/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) 296 COMMAND mandoc -T lint -W warning ${f} > ${f}.lint 305 COMMAND mandoc -T html -O man="%N.html",style=style.css -I os="Yubico AB" ${f} > ${g}.html 315 COMMAND mandoc -T html -O man="%N.html",fragment ${f} >> ${g}.partial
|
/freebsd/contrib/tnftp/ |
H A D | INSTALL | 20 has up-to-date mandoc macros, such as those that are shipped with groff.
|
/freebsd/contrib/ncurses/ |
H A D | dist.mk | 100 MANPROG = tbl | nroff -mandoc -rHY=0 -rLL=78n -rLT=78n -Tascii
|
/freebsd/share/vt/fonts/ |
H A D | tom-thumb.hex | 2 # with the addition of some characters (primarily those emitted by mandoc)
|
/freebsd/usr.bin/ |
H A D | Makefile | 86 mandoc \
|
/freebsd/share/mk/ |
H A D | bsd.man.mk | 60 MANDOC_CMD?= mandoc -Tascii
|
/freebsd/usr.bin/man/ |
H A D | man.sh | 1021 mandoc "${manfile}" 2>/dev/null |
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | ChangeLog | 207 * sl.c: mandoc-generation
|
/freebsd/ |
H A D | CONTRIBUTING.md | 121 for details. Changes should pass `mandoc -Tlint` and igor (install the latter with `pkg install igo…
|
/freebsd/crypto/heimdal/etc/ |
H A D | Makefile.in | 337 NROFF_MAN = groff -mandoc -Tascii
|
/freebsd/crypto/heimdal/include/gssapi/ |
H A D | Makefile.in | 337 NROFF_MAN = groff -mandoc -Tascii
|
/freebsd/crypto/heimdal/include/hcrypto/ |
H A D | Makefile.in | 337 NROFF_MAN = groff -mandoc -Tascii
|