diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /editors/chexedit/files/patch-docs-hexedit.1 | |
parent | - Update to 20110724.002 (diff) |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'editors/chexedit/files/patch-docs-hexedit.1')
-rw-r--r-- | editors/chexedit/files/patch-docs-hexedit.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/chexedit/files/patch-docs-hexedit.1 b/editors/chexedit/files/patch-docs-hexedit.1 new file mode 100644 index 000000000000..24cd5a36c68f --- /dev/null +++ b/editors/chexedit/files/patch-docs-hexedit.1 @@ -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 |