summaryrefslogtreecommitdiffstatshomepage
path: root/README.addescape
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-06 14:13:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-06 14:13:47 +0000
commit236dae9fb3183b9c1d8bc6f77614797d65800987 (patch)
tree21d3944488650e4b2b02aa011f1ec70b538620f5 /README.addescape
parent898c9b0f76e9e166aa032a9d01aac9500a114b31 (diff)
downloadmandoc-236dae9fb3183b9c1d8bc6f77614797d65800987.tar.gz
mandoc-236dae9fb3183b9c1d8bc6f77614797d65800987.tar.zst
mandoc-236dae9fb3183b9c1d8bc6f77614797d65800987.zip
Strings abstracted into dynamically-created C files.
Added -V option. Deprecated README files.
Diffstat (limited to 'README.addescape')
-rw-r--r--README.addescape17
1 files changed, 0 insertions, 17 deletions
diff --git a/README.addescape b/README.addescape
deleted file mode 100644
index da52ee09..00000000
--- a/README.addescape
+++ /dev/null
@@ -1,17 +0,0 @@
-$Id: README.addescape,v 1.1 2009/03/03 21:07:01 kristaps Exp $
-
-This documents adding a new character escape to mdocterm(1). Character
-escapes are only syntax-validated in the back-end.
-
-Character escape may be in the form of \*x, \*(xx, \x, \(xx, \[n] and so
-on and so on. All of these are recognised according to their byte
-length.
-
-(1) If the escape is NOT recognised in enum tsym in term.h, add it.
-
-(2) Modify/create static struct termenc termencN, where N is the number
-of characters in the encoding. This is in mdocterm.c.
-
-(3) Possibly modify nescape() to recognise a new termencN.
-
-Everything else is automatic.