aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ordchr.3am
diff options
context:
space:
mode:
Diffstat (limited to 'extension/ordchr.3am')
-rw-r--r--extension/ordchr.3am4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/ordchr.3am b/extension/ordchr.3am
index a7d7b902..343c49b0 100644
--- a/extension/ordchr.3am
+++ b/extension/ordchr.3am
@@ -1,10 +1,10 @@
-.TH ORDCHR 3am "Jul 11 2012" "Free Software Foundation" "GNU Awk Extension Modules"
+.TH ORDCHR 3am "Aug 08 2012" "Free Software Foundation" "GNU Awk Extension Modules"
.SH NAME
ordchr \- convert characters to strings and vice versa
.SH SYNOPSIS
.ft CW
@load "ordchr"
-.br
+.sp
number = ord("A")
.br
string = chr(65)