Skip to content

Commit 175ec3f

Browse files
committed
doc: restore descriptive terms in rizin.1 and update format
1 parent f96f573 commit 175ec3f

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

binrz/man/rizin.1

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd Aug 25, 2023
1+
.Dd December 30, 2025
22
.Dt RIZIN 1
33
.Sh NAME
44
.Nm rizin
@@ -11,7 +11,7 @@
1111
.Op Fl a Ar arch
1212
.Op Fl b Ar bits
1313
.Op Fl i Ar file
14-
.Op Fl s Ar addr
14+
.Op Fl s Ar addr
1515
.Op Fl B Ar baddr
1616
.Op Fl m Ar maddr
1717
.Op Fl c Ar cmd
@@ -117,42 +117,41 @@ do not load strings or load them even in raw
117117
.El
118118
.Sh ENVIRONMENT
119119
.Pp
120-
ANSICON: ansicon's W & H of the buffer and w & h of the window in the form of: "WxH (wxh)"
120+
ANSICON: ansicon's W & H of the buffer and w & h of the window in the form of: "WxH (wxh)"
121121
.Pp
122-
DEBUGINFOD_URLS: e bin.dbginfo.debuginfod_urls - use alternative debuginfod server
122+
DEBUGINFOD_URLS: e bin.dbginfo.debuginfod_urls - use alternative debuginfod server
123123
.Pp
124-
COLUMNS: terminal columns to use
124+
COLUMNS: terminal columns to use
125125
.Pp
126-
RZ_ABORTLEVEL: target log level/severity when to abort (0:DEBUG, 1:VERBOSE, 2:INFO, 3:WARN, 4:ERROR, 5:FATAL)
126+
RZ_ABORTLEVEL: target log level/severity when to abort (0:DEBUG, 1:VERBOSE, 2:INFO, 3:WARN, 4:ERROR, 5:FATAL)
127127
.Pp
128-
RZ_CURL: whether to use curl (for SSL support)
128+
RZ_CURL: whether to use curl (for SSL support)
129129
.Pp
130-
RZ_DEBUG_ASSERT: set a breakpoint when hitting an assert
130+
RZ_DEBUG_ASSERT: set a breakpoint when hitting an assert
131131
.Pp
132-
RZ_DEBUG_TOOL debug tool to use when showing error messages and crash signal
132+
RZ_DEBUG_TOOL: debug tool to use when showing error messages and crash signal
133133
.Pp
134134
RZ_DYLDCACHE_FILTER: dyld cache filter (MacOS dynamic libraries location(s) at runtime)
135135
.Pp
136-
RZ_HTTP_AUTHFILE: HTTP Authentification user file
136+
RZ_HTTP_AUTHFILE: HTTP Authentification user file
137137
.Pp
138-
RZ_LOGCOLORS: should the log output use colors (TODO)
138+
RZ_LOGCOLORS: should the log output use colors (TODO)
139139
.Pp
140-
RZ_LOGFILE: logging output filename/path
140+
RZ_LOGFILE: logging output filename/path
141141
.Pp
142-
RZ_LOGLEVEL: target log level/severity (0:DEBUG, 1:VERBOSE, 2:INFO, 3:WARN, 4:ERROR, 5:FATAL)
142+
RZ_LOGLEVEL: target log level/severity (0:DEBUG, 1:VERBOSE, 2:INFO, 3:WARN, 4:ERROR, 5:FATAL)
143143
.Pp
144-
RZ_LOGSHOWSOURCES: should the log output contain src info (filename:lineno)
144+
RZ_LOGSHOWSOURCES: should the log output contain src info (filename:lineno)
145145
.Pp
146-
RZ_PIPE_IN: rzpipe cmd input (file descriptor)
146+
RZ_PIPE_IN: rzpipe cmd input (file descriptor)
147147
.Pp
148-
RZ_PIPE_OUT: rzpipe cmd output (file descriptor)
148+
RZ_PIPE_OUT: rzpipe cmd output (file descriptor)
149149
.Pp
150-
RZ_PREFIX: default prefix rizin was compiled for
150+
RZ_PREFIX: default prefix rizin was compiled for
151151
.Pp
152-
RZ_RCFILE: user config file
152+
RZ_RCFILE: user config file
153153
.Pp
154-
SFLIBPATH: SFLib syscall library path
155-
154+
SFLIBPATH: SFLib syscall library path
156155
.Sh EXAMPLE
157156
.Pp
158157
Start rizin in analysis mode (-A) on the /bin/ls executable:
@@ -166,9 +165,7 @@ Open the file /bin/ls in write mode, allowing you to make changes to the binary:
166165
Start rizin's debugger (-d) on /bin/ls and passes arguments "-l" and "/tmp" to the program for debugging:
167166
.Pp
168167
.Nm rizin Fl d Ar /bin/ls Fl l Ar /tmp
169-
.Pp
170168
.Sh SEE ALSO
171-
.Pp
172169
.Xr rz-test(1) ,
173170
.Xr rz-hash(1) ,
174171
.Xr rz-find(1) ,
@@ -179,7 +176,6 @@ Start rizin's debugger (-d) on /bin/ls and passes arguments "-l" and "/tmp" to t
179176
.Xr rz-gg(1) ,
180177
.Xr rz-run(1)
181178
.Sh AUTHORS
182-
.Pp
183179
pancake <pancake@nopcode.org>
184180
.It
185-
byteninjaa0
181+
byteninjaa0

0 commit comments

Comments
 (0)