Commit graph

12 commits

Author SHA1 Message Date
Steffen Moeller
0da277b279 docs: misc changes while translating. 2022-12-30 21:28:16 +01:00
Steffen Moeller
769cbb0c54 docs: more smallish changes 2022-10-22 14:52:38 +02:00
Petter Reinholdtsen
186284aad7 Make more man pages po4a compatible. Fixes most generated man pages.
Remove the use of roff macro definitions, as po4a do not understand
this.
2022-06-03 15:26:30 +02:00
luz paz
fa855db600 fix typos in docs/ and tests/
Found via codespell
2021-02-24 12:25:33 -05:00
Hans
ba1403a2ba doc: little changes in hal doc, little doc fixes 2020-12-24 20:56:50 +01:00
Sebastian Kuzminsky
4a897203bc docs: fix hyphen/minus confusion in manpages
groff treats '-' (the character you get when you hit the "minus" key on
the keyboard) as "hyphen", not as "minus".  Thus it renders incorrectly
in some locales, and line-wraps strangely.

groff treats the two-character sequence "\-" as "minus", and the
four-character sequence "\(hy" as "hyphen".

Details here: https://lists.debian.org/debian-devel/2003/03/msg01481.html

This commit replaces every instance of "-" in our manpages where the
meaning is "minus" with "\-", so it works right.

This fixes many lintian warnings.
2018-01-18 08:12:31 -07:00
Sebastian Kuzminsky
714d85657b mux_generic: fix a typo in the manpage 2017-12-11 11:32:02 -07:00
John Thornton
1489c87181 Docs: fix issue #143
Signed-off-by: John Thornton <bjt128@gmail.com>
2016-08-16 11:09:36 -05:00
Sebastian Kuzminsky
397fae4068 docs: fix up whitespace in mux_generic(9) manpage
Signed-off-by: Sebastian Kuzminsky <seb@highlab.com>
2014-11-17 08:10:09 -07:00
Andy Pugh
3b736bb6ae Add (or make less ambiguous) the licensing of a number of files.
Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2013-09-25 20:35:45 +01:00
Sebastian Kuzminsky
3e81d301b3 docs: fix manpage markup for mux_generic 2013-05-31 00:18:32 -06:00
Andy Pugh
faa43c2ff9 Add a new generic multiplexer (mux) component
Any number of pins, any data type.


Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2013-05-30 22:29:42 +01:00