Skip to content

Commit 0f18aa7

Browse files
committed
Update man pages
1 parent 609e134 commit 0f18aa7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/e9compile.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH E9COMPILE "1" "April 2023" "E9Compile" "E9Compile"
1+
.TH E9COMPILE "1" "February 2026" "E9Compile" "E9Compile"
22
.SH NAME
33
E9Compile \- E9Tool instrumentation compiler
44
.SH SYNOPSIS
@@ -15,4 +15,4 @@ For more information, please refer to the following document:
1515
.SH "SEE ALSO"
1616
\fIe9patch\fR(1), \fIe9tool\fR(1)
1717
.SH AUTHOR
18-
\fBe9compile\fR is written by Gregory J. Duck <gregory@comp.nus.edu.sg>.
18+
\fBe9compile\fR is maintained by Gregory J. Duck <gregory@comp.nus.edu.sg>.

doc/e9patch.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH E9PATCH "1" "April 2023" "E9Patch" "E9Patch"
1+
.TH E9PATCH "1" "February 2026" "E9Patch" "E9Patch"
22
.SH NAME
33
E9Patch \- a powerful static binary rewriting tool
44
.SH SYNOPSIS
@@ -51,9 +51,9 @@ return address). May break transparency for some binaries.
5151
Default: \fBfalse\fR (disabled)
5252
.IP "\fB\-OCFR\fR[=\fI\,false\/\fR]" 4
5353
Enables [disables] heuristic-based "Control-Flow Recovery"
54-
(CRF) analysis and related optimizations. This usually makes
54+
(CFR) analysis and related optimizations. This usually makes
5555
the rewritten binary much faster, but may introduce rewriting
56-
bugs if the built-in CRF analysis is inaccurate.
56+
bugs if the built-in CFR analysis is inaccurate.
5757
.br
5858
Default: \fBfalse\fR (disabled)
5959
.IP "\fB\-OCFR-hacks\fR[=\fI\,false\/\fR]" 4
@@ -223,4 +223,4 @@ Disable CFR to resolve the issue.
223223
.SH "SEE ALSO"
224224
\fIe9tool\fR(1), \fIe9compile\fR(1), \fIe9afl\fR(1), \fIredfat\fR(1)
225225
.SH AUTHOR
226-
\fBe9patch\fR is written by Gregory J. Duck <gregory@comp.nus.edu.sg>.
226+
\fBe9patch\fR is maintained by Gregory J. Duck <gregory@comp.nus.edu.sg>.

doc/e9tool.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH E9TOOL "1" "April 2023" "E9Tool" "E9Tool"
1+
.TH E9TOOL "1" "February 2026" "E9Tool" "E9Tool"
22
.SH NAME
33
E9Tool \- a powerful static binary rewriting tool
44
.SH SYNOPSIS
@@ -238,4 +238,4 @@ Print the version and exit.
238238
.SH "SEE ALSO"
239239
\fIe9patch\fR(1), \fIe9compile\fR(1), \fIe9afl\fR(1), \fIredfat\fR(1)
240240
.SH AUTHOR
241-
\fBe9patch\fR is written by Gregory J. Duck <gregory@comp.nus.edu.sg>.
241+
\fBe9patch\fR is maintained by Gregory J. Duck <gregory@comp.nus.edu.sg>.

0 commit comments

Comments
 (0)