diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:33:32 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:33:32 +0000 |
| commit | 28bcf4c281e05ad95c7557633785bf962ef7d15e (patch) | |
| tree | 465e321a9d09af704afb14082a9082d83f7d025c /editors/chexedit/files/patch-docs_hexedit.c | |
| parent | 2a80c2c568dc1af42128134f5986e0a59c1567fe (diff) | |
Full screen text mode Hex editor using the [n]curses library
PR: ports/24761
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'editors/chexedit/files/patch-docs_hexedit.c')
| -rw-r--r-- | editors/chexedit/files/patch-docs_hexedit.c | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/chexedit/files/patch-docs_hexedit.c b/editors/chexedit/files/patch-docs_hexedit.c new file mode 100644 index 000000000000..24cd5a36c68f --- /dev/null +++ b/editors/chexedit/files/patch-docs_hexedit.c @@ -0,0 +1,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 |
