mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Avoid generating man page and help section for printf (to fallback on system man page for printf)
This commit is contained in:
parent
516be01366
commit
d4c881791f
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
\section printf printf - format and print data
|
||||
|
||||
\subsection printf-synopsis Synopsis
|
||||
<tt>printf FORMAT [ARGUMENT]...</tt>
|
||||
|
||||
\subsection printf-description Description
|
||||
Print ARGUMENT(s) according to FORMAT
|
||||
|
||||
Fish has imported printf builtin from GNU Coreutils. For more information see : http://www.gnu.org/software/coreutils/manual/html_node/printf-invocation.html
|
Loading…
Reference in a new issue