1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/mandoc
2024-09-20 02:00:46 +00:00
..
apropos.1 add a missing .Pp 2020-10-01 22:47:26 +00:00
arch.c Retire OpenBSD/sgi. 2021-05-01 16:10:29 +00:00
att.c mdoc(7): improve output of .At 32v 2021-09-04 20:24:40 +00:00
cgi.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
cgi.h.example
chars.c In groff commit 78e66624 on May 7 20:15:33 2021 +1000, 2022-06-26 20:30:00 +00:00
dba_array.c
dba_array.h
dba_read.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
dba_write.c
dba_write.h
dba.c
dba.h
dbm_map.c
dbm_map.h delete trailing whitespace and space-tab sequences; no code change; 2019-07-01 22:43:03 +00:00
dbm.c delete trailing whitespace and space-tab sequences; no code change; 2019-07-01 22:43:03 +00:00
dbm.h
eqn_html.c
eqn_parse.h To prevent infinite recursion while expanding eqn(7) definitions, 2022-04-13 20:19:18 +00:00
eqn_term.c
eqn.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
eqn.h
html.c prevent breakable hyphens in segment identifiers 2022-08-09 11:21:50 +00:00
html.h While the HTML standard allows multiple <h1> elements in the same 2022-07-06 14:27:54 +00:00
libman.h
libmandoc.h add a style message about overlong text lines, 2021-06-27 17:57:13 +00:00
libmdoc.h remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
main.c Back out tzset(3) change, it is not effective. 2024-03-29 01:16:30 +00:00
main.h
Makefile Repair "make man.cgi" which got accidentally broken in the previous 2022-07-04 15:45:27 +00:00
makewhatis.8 Just say that the databases are intended for use by apropos(1), whatis(1), 2022-03-16 23:23:24 +00:00
man_html.c Implement the man(7) .MR macro, a 2023 GNU extension. 2023-10-24 20:30:49 +00:00
man_macro.c Reduce the man(7) default global indentation from 7n, which was an oddity 2023-11-13 19:13:00 +00:00
man_term.c Reduce the man(7) default global indentation from 7n, which was an oddity 2023-11-13 19:13:00 +00:00
man_validate.c Implement the man(7) .MR macro, a 2023 GNU extension. 2023-10-24 20:30:49 +00:00
man.1 For clarity and consistency, refer to ".Bx 4.0" rather than ".Bx 4". 2022-08-04 11:31:18 +00:00
man.c Restore the traditional behaviour of the man(7) single-font 2022-08-16 22:59:48 +00:00
man.cgi.8 improve the description of header.html and footer.html 2022-07-06 15:47:10 +00:00
man.conf.5 Finally delete support for the "_whatdb" configuration directive, 2020-02-10 14:42:03 +00:00
man.h
manconf.h undocumented options -O outfilename and -O tagfilename 2020-07-21 15:08:48 +00:00
mandoc_aux.c
mandoc_aux.h
mandoc_msg.c Split the excessively generic diagnostic message "invalid escape sequence" 2022-06-07 09:51:03 +00:00
mandoc_ohash.c
mandoc_ohash.h
mandoc_parse.h In the past, generating comment nodes stopped at the .TH or .Dd 2019-11-09 14:39:42 +00:00
mandoc_xr.c
mandoc_xr.h
mandoc.1 Reduce the man(7) default global indentation from 7n, which was an oddity 2023-11-13 19:13:00 +00:00
mandoc.c Make roff_expand() parse left-to-right rather than right-to-left. 2022-05-19 15:17:50 +00:00
mandoc.css While the HTML standard allows multiple <h1> elements in the same 2022-07-06 14:27:54 +00:00
mandoc.h When parsing a macro argument results in delayed escape sequence 2023-10-21 17:10:12 +00:00
mandocdb.c Garbage collect dead code intended to write five- and six-byte UTF-8 2024-05-14 21:12:44 +00:00
manpath.c Make sure that the configuration file is always read, even when 2021-11-05 18:03:00 +00:00
mansearch.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
mansearch.h
mdoc_argv.c When parsing a tab character that is not preceded by a space character 2019-07-11 16:56:52 +00:00
mdoc_html.c https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: 2022-07-06 16:02:52 +00:00
mdoc_macro.c Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place 2020-01-19 17:59:00 +00:00
mdoc_man.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
mdoc_markdown.c Fix a bug in .Ql handling that has been present since the beginning (2017). 2024-08-13 12:43:55 +00:00
mdoc_state.c Up to version 1.22.4, groff_mdoc(7) only considered the first word 2022-08-19 12:49:36 +00:00
mdoc_term.c Reduce the man(7) default global indentation from 7n, which was an oddity 2023-11-13 19:13:00 +00:00
mdoc_validate.c remove unneeded semicolons; checked by millert@ 2024-09-20 02:00:46 +00:00
mdoc.c Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. 2020-04-06 09:55:49 +00:00
mdoc.h
msec.c
msec.in
out.c simplify a few accesses to fields of structs, using auxiliary pointer 2021-10-17 21:03:05 +00:00
out.h Finally expand and delete the macro SCALE_VS_INIT(). 2022-09-11 09:12:47 +00:00
preconv.c
predefs.in
read.c improve a comment explaining a particularly nasty hack; no code change 2022-05-19 14:47:47 +00:00
roff_escape.c Fix UTF-16 surrogate detection: 2024-05-16 21:21:08 +00:00
roff_html.c
roff_int.h Avoid the layering violation of re-parsing for \E in roff_expand(). 2022-06-02 11:28:16 +00:00
roff_term.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
roff_validate.c Introduce the concept of nodes that are semantically transparent: 2020-02-27 01:25:57 +00:00
roff.c Implement the man(7) .MR macro, a 2023 GNU extension. 2023-10-24 20:30:49 +00:00
roff.h Implement the man(7) .MR macro, a 2023 GNU extension. 2023-10-24 20:30:49 +00:00
st.c Add new argument for IEEE 1003.1-2024 aka POSIX.1 2024-06-16 18:33:05 +00:00
tag.c 1. Do not put ASCII_HYPH (0x1c) into the tag file. 2023-11-24 04:48:02 +00:00
tag.h When a .Tg is attached to a paragraph, attach the permalink 2020-04-18 20:28:46 +00:00
tbl_data.c Quirk-compatibility with GNU tbl(1): 2021-09-10 13:23:44 +00:00
tbl_html.c If the last data row of a tbl(7) contains nothing but a horizontal line, 2022-04-23 13:58:09 +00:00
tbl_int.h remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
tbl_layout.c Support two-character font names (BI, CW, CR, CB, CI) 2021-08-10 12:36:42 +00:00
tbl_opts.c
tbl_parse.h
tbl_term.c Stop skipping vertical space after boxed tables. 2022-08-28 10:57:52 +00:00
tbl.c
tbl.h Support two-character font names (BI, CW, CR, CB, CI) 2021-08-10 12:36:42 +00:00
term_ascii.c Reduce the man(7) default global indentation from 7n, which was an oddity 2023-11-13 19:13:00 +00:00
term_ps.c After .ti, there are many reasons why the offset may change, so setting 2020-09-06 14:44:19 +00:00
term_tab.c Provide a cleanup function for the term_tab module, freeing memory 2021-10-04 18:56:24 +00:00
term_tag.c Append .html suffix to temporary files enabling browsers to recognise it 2021-02-19 19:49:49 +00:00
term_tag.h Append .html suffix to temporary files enabling browsers to recognise it 2021-02-19 19:49:49 +00:00
term.c spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
term.h When starting a new input line, even when continuing the same output 2022-08-16 17:44:53 +00:00
tree.c More accurately represent cells containing horizontal lines in -T tree 2022-01-12 04:53:57 +00:00