blob: 24cd5a36c68f867bbe509a203ec020f5b3dcc7f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- docs/hexedit.1.orig Fri Apr 23 22:16:42 1999
+++ docs/hexedit.1 Wed Jan 31 22:39:36 2001
@@ -1,14 +1,14 @@
.\" Copyright (C) 1998,1999 Adam Rogoyski
-.TH HEXEDIT 1
+.TH CHEXEDIT 1
.SH NAME
-hexedit \- Full screen curses Hex editor
+chexedit \- Full screen curses Hex editor
.SH SYNOPSIS
.nr a \n(.j
.ad l
.nr i \n(.i
-.in +\w'\fBhexedit 'u
+.in +\w'\fBchexedit 'u
.ti \niu
-.B hexedit
+.B chexedit
.de OP
.ie \\n(.$-1 .RI "[\ \fB\\$1fP" "\\$2" "\ ]"
.el .RB "[\ " "\\$1" "\ ]"
@@ -18,7 +18,7 @@
.br
.ad \na
.SH DESCRIPTION
-.I Hexedit
+.I Chexedit
is an editor to edit binary (or any) files or disks. The Display consists
of the current offset from 0 (the first byte), the next sixteen bytes
(aligned by bytes or 32-bit words), and it's ASCII or EBCDIC text
|