mirror of
https://github.com/curl/curl.git
synced 2026-07-26 22:17:20 +03:00
cmdline-docs: use .IP consistently
Remove use of .TP and some .B. The idea is to reduce nroff syntax as much as possible and to use it consistently. Ultimately, we should be able to introduce our own easier-to-use-and-read syntax/formatting and convert on generation time. Closes #12535
This commit is contained in:
parent
1e9db6997a
commit
67211e9540
8 changed files with 110 additions and 212 deletions
|
|
@ -39,17 +39,13 @@ error.
|
|||
|
||||
Available functions:
|
||||
.RS
|
||||
.TP 15
|
||||
**trim**
|
||||
.IP trim
|
||||
removes all leading and trailing white space.
|
||||
.TP
|
||||
**json**
|
||||
.IP json
|
||||
outputs the content using JSON string quoting rules.
|
||||
.TP
|
||||
**url**
|
||||
.IP url
|
||||
shows the content URL (percent) encoded.
|
||||
.TP
|
||||
**b64**
|
||||
.IP b64
|
||||
expands the variable base64 encoded
|
||||
.RE
|
||||
.IP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue