summaryrefslogtreecommitdiff
path: root/xed.1
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-02-13 00:34:42 +0000
committerIan C <ianc@noddybox.co.uk>2007-02-13 00:34:42 +0000
commitd640ce1c08345c0b96e2fb89893a238b1498ec66 (patch)
tree778eb1260306e7533fc87c32c2ce49b6cabd2cce /xed.1
parenta71f3dae3de1d5fe3a50009df8ebb105e9ec81ff (diff)
Fixed build for non-GCC (removed void pointer arithmetic)
Diffstat (limited to 'xed.1')
-rw-r--r--xed.17
1 files changed, 4 insertions, 3 deletions
diff --git a/xed.1 b/xed.1
index 1424120..ab53d45 100644
--- a/xed.1
+++ b/xed.1
@@ -175,12 +175,13 @@ The diagnostics produced by
.B xed
are intended to be self-explanatory.
.SH NOTES
-Version 2.1 of
+Version 2.2 of
.B xed
-includes these additions and fixes over 2.0 :
+includes these additions and fixes over 2.1 :
.TP
o
-Added missing include for unistd.h -- FreeBSD didn't mind, cygwin did.
+Removed usage of GCC-only extension (void pointer arithmetic) that crept in by
+mistake.
.SH BUGS
.TP
o