Fix some typos and inconsistencies in man pages

This commit is contained in:
Peter Meerwald-Stadler 2022-10-11 23:21:08 +02:00 committed by pancake
parent aceb202b2c
commit 5420741cfa
10 changed files with 28 additions and 28 deletions

View File

@ -1,7 +1,7 @@
.Dd Jul 28, 2016
.Dt R2AGENT 1
.Sh NAME
.Nm R2AGENT
.Nm r2agent
.Nd radare2 remoting manager TODO
.Sh SYNOPSIS
.Nm r2agent

View File

@ -1,7 +1,7 @@
.Dd Sep 21, 2022
.Dt R2PM 1
.Sh NAME
.Nm R2PM
.Nm r2pm
.Nd radare2 package manager
.Sh SYNOPSIS
.Nm r2pm

View File

@ -17,7 +17,7 @@
.Op Fl C Ar chdir
.Op [test-(dir|file) ...]
.Sh DESCRIPTION
Run all the radare2-regressions tests matching a specific word in the name.
Run all the radare2 regression tests matching a specific word in the name.
.Pp
You need radare2 to be available in $PATH.
.Sh OPTIONS

View File

@ -1,7 +1,7 @@
.Dd Nov 22, 2021
.Dt RABIN2 1
.Sh NAME
.Nm RABIN2
.Nm rabin2
.Nd Binary program info extractor
.Sh SYNOPSIS
.Nm rabin2
@ -63,9 +63,9 @@ Show usage help message.
.It Fl H
Show header fields (see ih command in r2)
.It Fl I
Show binary info (iI in r2)
Show binary info (see iI command in r2)
.It Fl i
Show imports (symbols imported from libraries) (ii)
Show imports (symbols imported from libraries) (see ii command in r2)
.It Fl j
Output in json
.It Fl k Ar query
@ -89,7 +89,7 @@ Output file/folder for write operations (out by default)
.It Fl O Ar binop
Perform binary operation on target binary (dump, resize, change sections, ...) see '-O help' for more information
.It Fl p
Disable VA. Show always physical addresses (not the same as -B0)
Disable VA. Always show physical addresses (not the same as -B0)
.It Fl P
Show debug/pdb information
.It Fl PP
@ -113,11 +113,11 @@ Show segments
.It Fl t
Show file hashes
.It Fl T
Show Certificates
Show certificates
.It Fl u
Unfiltered (no rename duplicated symbols/sections)
.It Fl U
Show Resources
Show resources
.It Fl v
Show version information
.It Fl V
@ -125,7 +125,7 @@ Show binary version information
.It Fl w
Show try/catch blocks
.It Fl x
Extract all sub binaries from a fat binary (f.ex: fatmach0)
Extract all sub binaries from a fat binary (for example: fatmach0)
.It Fl X Ar format file ...
Package a fat or zip containing all the files passed (fat, zip)
.It Fl z

View File

@ -1,7 +1,7 @@
.Dd Feb 10, 2018
.Dt RADIFF2 1
.Sh NAME
.Nm RADIFF2
.Nm radiff2
.Nd unified binary diffing utility
.Sh SYNOPSIS
.Nm radiff2

View File

@ -2,7 +2,7 @@
.Dt RAFIND2 1
.Sh NAME
.Nm rafind2
.Nd Advanced command-line hexadecimal editor
.Nd advanced command-line byte pattern search in files
.Sh SYNOPSIS
.Nm rafind2
.Op Fl cijzZXLnrhqv
@ -15,7 +15,7 @@
.Op Fl x Ar hex
.Ar file|dir
.Sh DESCRIPTION
rafind2 is a program to find byte patterns into files
rafind2 is a program to find byte patterns in files
.Pp
The options are:
.Bl -tag -width Fl
@ -34,23 +34,23 @@ Search for a specific wide string
.It Fl V Ar size:value
Search for a little-endian value of given size. For example -V 4:123
.It Fl e Ar regex
Search for a regular expression string matches
Search for regular expression string matches
.It Fl x Ar hex
Search for an hexpair string
.It Fl i
Identify filetype (like file, uses r2 -qcpm)
Identify file type (like file, uses r2 -qcpm)
.It Fl L
List available IO plugins
.It Fl m
Carve for known file-types using the r_magic signatures
Carve for known file types using the r_magic signatures
.It Fl M Ar mask
Set binary mask to be applied
.It Fl f Ar from
Specify the source adddress
Specify the source address
.It Fl F Ar file
Read the keyword to search from the contents of the given file
.It Fl t Ar to
Specify the target adddress
Specify the target address
.It Fl X
Display hexdump of search results
.It Fl Z

View File

@ -71,7 +71,7 @@ Append a 32bit number in little endian
.It Fl N Ar num64
Append a 64bit number in little endian
.It Fl p Ar padding
Specify generic paddings with a format string. Use lowercase letters to prefix, and uppercase to suffix, keychars are. 'n' for nop, 't' for trap, 'a' for sequence and 's' for zero.
Specify generic paddings with a format string. Use lowercase letters to prefix, and uppercase to suffix, keychars are: 'n' for nop, 't' for trap, 'a' for sequence and 's' for zero.
.It Fl P Ar size
Prepend debruijn sequence of given length.
.It Fl q Ar fragment

View File

@ -50,8 +50,8 @@ Apply the hash Iters times to itself+seed
Set initialization vector (IV) for the cryptographic functions.
.It Fl j
Show output in JSON (see -r and -J). If passed more than once results in -J
.It Fl j
New simplified JSON output, maybe this format will replace -j, but it's added as a new flag to not break backward compat until proper discussion
.It Fl J
New simplified JSON output, maybe this format will replace -j, but it's added as a new flag to not break backward compatibility until proper discussion
.It Fl B
Show per-block hash
.It Fl k
@ -61,7 +61,7 @@ Amount of blocks to hash
.It Fl s Ar string
Hash this string instead of using the 'source' and 'hash-file' arguments.
.It Fl S Ar [^]s:string|hexstr
Set seed to hash with, use ^to prefix seed, otherwise its suffixed. If the seed is just a dash '-' it will read from stdin, this is useful to provide huge XOR payloads or other crypto keys bigger than few bytes.
Set seed to hash with, use ^to prefix seed, otherwise it's suffixed. If the seed is just a dash '-' it will read from stdin. This is useful to provide huge XOR payloads or other crypto keys bigger than few bytes.
.It Fl f Ar from
Start hashing at given address
.It Fl t Ar to

View File

@ -9,13 +9,13 @@
.Op [script.rr2]
.Op [--] [program] [args]
.Sh DESCRIPTION
This program is used as a launcher for running programs with different environment, arguments, permissions, directories and overridden default filedescriptors.
This program is used as a launcher for running programs with different environment, arguments, permissions, directories and overridden default file descriptors.
.Pp
rarun2 -t will show the terminal name and wait for a connection from another process. try rarun2 stdio=<ttypath> program=/bin/sh
.Pp
The program just accepts a single argument which is the filename of the configuration file to run the program.
.Pp
It is useful when you have to run a program using long arguments or pass long data to stdin or things like that usually required for exploiting crackmes :)
It is useful when you have to run a program using long arguments or pass long data to stdin or things like that usually are required for exploiting crackmes :)
.Sh DIRECTIVES
.Pp
The rr2 (rarun2) configuration file accepts the following directives, described as key=value entries and comments defined as lines starting with '#'.
@ -34,8 +34,8 @@ run the program in chroot. requires some previous setup
unset the whole environment
.It Ar core
set no limit the core file size
.It Ar time
boolean value (true|false) to show ms in base10 to stderr after program execution
.It Ar times
boolean value (true|false) to print runtime in milliseconds to stderr after program execution
.It Ar connect
connect stdin/stdout/stderr to a socket
.It Ar pty
@ -140,7 +140,7 @@ Connecting a program to a socket
$ nc \-l 9999
$ rarun2 program=/bin/ls connect=localhost:9999
.Pp
Debugging a program redirecting io to another terminal
Debugging a program redirecting IO to another terminal
.Pp
## open a new terminal and type 'tty' to get
$ tty ; clear ; sleep 999999

View File

@ -10,7 +10,7 @@
.Op Fl o Ar outfile
.Ar file
.Sh DESCRIPTION
radiff2 implements many binary diffing algorithms for data and code.
rasign2 collects signatures into a database file
.Pp
.Bl -tag -width Fl
.It Fl a