mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 20:01:11 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
printf format [argument...]
|
||||
|
||||
|
||||
\subsection printf-description Description
|
||||
Description
|
||||
------------
|
||||
printf formats the string FORMAT with ARGUMENT, and displays the result.
|
||||
|
||||
The string FORMAT should contain format specifiers, each of which are replaced with successive arguments according to the specifier. Specifiers are detailed below, and are taken from the C library function `printf(3)`.
|
||||
@@ -59,7 +60,8 @@ The `format` argument is re-used as many times as necessary to convert all of th
|
||||
|
||||
This file has been imported from the printf in GNU Coreutils version 6.9. If you would like to use a newer version of printf, for example the one shipped with your OS, try `command printf`.
|
||||
|
||||
\subsection printf-example Example
|
||||
Example
|
||||
------------
|
||||
|
||||
\fish
|
||||
printf '%s\\t%s\\n' flounder fish
|
||||
|
||||
Reference in New Issue
Block a user