summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2008-04-20 09:07:26 +0000
committerRuss Allbery <eagle@eyrie.org>2008-04-20 09:07:26 +0000
commitacf87b3a1a79f551c9c2a25e49d57233f16e9246 (patch)
tree0393953860e9f1b8a33467bf0bf4a2c025ed72a6
parentc9c7319027ff1b1fd583d209583f023b5d3737ce (diff)
Add \strike, \sub, and \sup to the command table.
-rwxr-xr-xbin/spin3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/spin b/bin/spin
index 83bab22..fcf78fc 100755
--- a/bin/spin
+++ b/bin/spin
@@ -987,7 +987,10 @@ sub do_version {
release => [ 1, \&do_release ],
rule => [ 0, \&do_rule ],
signature => [ 0, \&do_signature ],
+ strike => [ 1, \&do_strike ],
strong => [ 1, \&do_strong ],
+ sub => [ 1, \&do_sub ],
+ sup => [ 1, \&do_sup ],
table => [ 2, \&do_table ],
tablehead => [ -1, \&do_tablehead ],
tablerow => [ -1, \&do_tablerow ],