Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/groff/tmac and a few more.
details: https://anonhg.NetBSD.org/src/rev/9eec0362040c
branches: trunk
changeset: 332700:9eec0362040c
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 04 15:29:13 2014 +0000
description:
and a few more.
diffstat:
gnu/dist/groff/tmac/ascii.tmac | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 50c6fd6309a8 -r 9eec0362040c gnu/dist/groff/tmac/ascii.tmac
--- a/gnu/dist/groff/tmac/ascii.tmac Sat Oct 04 15:25:15 2014 +0000
+++ b/gnu/dist/groff/tmac/ascii.tmac Sat Oct 04 15:29:13 2014 +0000
@@ -1,16 +1,43 @@
.\" Transliterate non-ASCII characters for use in man pages etc.
+.\" ligatures
.fchar \(:a ae
.fchar \(:o oe
.fchar \(:u ue
.fchar \(:A Ae
.fchar \(:O Oe
.fchar \(:U Ue
+.\" germandbls
.fchar \(ss ss
.\" dagger and double dagger.
.fchar \(dg [+]
.fchar \(dd [++]
.\" up arrow
.fchar \(ua \(ha
+.\" cedilla
+.fchar \(ac ,
+.\" questiondown
+.fchar \(r? ?
+.\" exclamdown
+.fchar \(r! !
+.\" dieresis
+.fchar \(ad "
+.\" caron
+.fchar \(ah v
+.\" macron
+.fchar \(a- --
+.\" ring
+.fchar \(ao o
+.\" thorn
+.fchar \(Tp p
+.\" Thorn
+.fchar \(TP P
+.\" Eth
+.fchar \(-D D
+.\" eth
+.fchar \(Sd d
+.\" ogonek
+.fchar \(ho o
+.\" Fonts
.\" We have no fonts, should be turn things to bold for italic?
.ft C
..
Home |
Main Index |
Thread Index |
Old Index