]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
FAQ: syntax improvements
authorAndrei Rybak <rybak.a.v@gmail.com>
Wed, 4 Mar 2026 09:11:58 +0000 (10:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Mar 2026 22:01:47 +0000 (23:01 +0100)
During conversion of `docs/FAQ` into Markdown, 'man ld' has incorrectly
kept one of its quotes when it was surrounded by backticks for inline
code formatting.  A space on the left of it was lost as well.

Fix the formatting in the new `docs/FAQ.md`.

Closes #20812

docs/FAQ.md

index 9324691bc7a3ea9d7247e7432201caee0876c1ee..78e2e573a44e3b5ff08fe6c2a20a8552dcb76495 100644 (file)
@@ -121,7 +121,8 @@ important and crucial. Anyone can contribute and post their changes and
 improvements and have them inserted in the main sources (of course on the
 condition that developers agree that the fixes are good).
 
-The full list of all contributors is found in the docs/THANKS file.
+The full list of all contributors is found in the
+[docs/THANKS](https://curl.se/docs/thanks.html) file.
 
 curl is developed by a community, with Daniel at the wheel.
 
@@ -261,7 +262,7 @@ documents.
 
 Here's a rough step-by-step:
 
-1. copy a suitable lib/config-*.h file as a start to `lib/config-[youros].h`
+1. copy a suitable `lib/config-*.h` file as a start to `lib/config-[youros].h`
 2. edit `lib/config-[youros].h` to match your OS and setup
 3. edit `lib/curl_setup.h` to include `config-[youros].h` when your OS is
    detected by the preprocessor, in the style others already exist
@@ -1109,7 +1110,7 @@ They are usually:
 * Adjust the system's config to check for libs in the directory where you have
   put the library (like Linux's `/etc/ld.so.conf`)
 
-`man ld.so` and`'man ld` will tell you more details
+`man ld.so` and `man ld` will tell you more details
 
 ## How does libcurl resolve hostnames?