Updated SC2183 (markdown)

Vidar Holen
2018-05-24 21:33:18 -07:00
parent 315581c784
commit 0ab7f3cf8b

@@ -21,4 +21,4 @@ Either remove the unused variables from the format string, or add enough argumen
### Exceptions: ### Exceptions:
When using the Ksh/Bash `%T` timestamp extension, such as `printf '%(%s)T\n'`, an argument of `-1` and no argument are both taken to mean the current time. In these cases, consider specifying `-1` explicitly. When using the Ksh/Bash `%T` timestamp extension, such as `printf 'The time is %(%H:%M)T\n'`, an argument of `-1` and no argument are both taken to mean the current time. In these cases, consider specifying `-1` explicitly.