summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/quote.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-22 11:06:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-22 11:17:53 +0100
commit346694594cb6806b3d5379d50b6302c3222193c5 (patch)
treef523b6783dfb9ed277a240d0de9ec913141a8d43 /docs/cmdline-opts/quote.d
parentc915662485f8fe1e32351a8f83a4a5fe76b5bd08 (diff)
downloadcurl-bagder/gen-formatting.tar.gz
docs: make gen.pl support *italic* and **bold**bagder/gen-formatting
Remove some nroffisms from the cmdline doc files to simplify editing, and instead support this markdown style.
Diffstat (limited to 'docs/cmdline-opts/quote.d')
-rw-r--r--docs/cmdline-opts/quote.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d
index a33ed3571..96b178cb5 100644
--- a/docs/cmdline-opts/quote.d
+++ b/docs/cmdline-opts/quote.d
@@ -30,7 +30,7 @@ all supported SFTP quote commands:
.IP "atime date file"
The atime command sets the last access time of the file named by the file
operand. The <date expression> can be all sorts of date strings, see the
-\fIcurl_getdate(3)\fP man page for date expression details. (Added in 7.73.0)
+*curl_getdate(3)* man page for date expression details. (Added in 7.73.0)
.IP "chgrp group file"
The chgrp command sets the group ID of the file named by the file operand to
the group ID specified by the group operand. The group operand is a decimal
@@ -50,7 +50,7 @@ The mkdir command creates the directory named by the directory_name operand.
.IP "mtime date file"
The mtime command sets the last modification time of the file named by the
file operand. The <date expression> can be all sorts of date strings, see the
-\fIcurl_getdate(3)\fP man page for date expression details. (Added in 7.73.0)
+*curl_getdate(3)* man page for date expression details. (Added in 7.73.0)
.IP "pwd"
The pwd command returns the absolute pathname of the current working directory.
.IP "rename source target"