From b1ae269e555cb3997ebac0ceae936f563e3c67c1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 23 Feb 2003 23:24:29 +0000 Subject: 18278: remove zgprintf, zformat already does this --- Doc/Zsh/tcpsys.yo | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/tcpsys.yo b/Doc/Zsh/tcpsys.yo index 40c92c1cb..82b80df11 100644 --- a/Doc/Zsh/tcpsys.yo +++ b/Doc/Zsh/tcpsys.yo @@ -495,24 +495,6 @@ files which are configured. The tt(-S) and tt(-F) options are used to pass in the session name and file descriptor for possible replacement in the prompt. ) -findex(zgprintf) -item(tt(zgprintf) tt(-rPR -%)var(X)tt(=)var(subst) var(fmt) tt([) var(val) tt(... ]))( -This function is used for performing tt(%)-replacement in prompts supplied -to tt(tcp_output). The var(fmt) string is printed to standard output. -The option tt(-%)var(X)tt(=)var(subst) specifies that any occurrence -of tt(%)var(X) in the var(fmt) string should be replaced by var(subst). -These arguments may be repeated for arbitrary var(X). - -The option tt(-r) specifies that the normal tt(print) conventions are not -to be used, as with the corresponding argument to the tt(print) builtin. - -The option tt(-R) specifies that the output is to be left in the parameter -tt($REPLY) instead of being printed. - -The option tt(-P) specifies that unhandled tt(%)-escapes should be -formatted by a call to tt(printf). Each is assumed to consume exactly one -additional var(val) argument. This option is only minimally implemented. -) enditem() texinode(TCP Parameters)(TCP Examples)(TCP Functions)(TCP Function System) -- cgit 1.4.1