zsh-workers
 help / color / mirror / code / Atom feed
From: limited time <burnermail4now@gmail.com>
To: zsh-workers@zsh.org
Subject: Typeset command documentation
Date: Sun, 26 May 2024 17:48:30 +0530	[thread overview]
Message-ID: <8AF1B762-AAEE-4F24-A43B-CE490563AB0B@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

The documentation for the + control flag says :-


"The effect of ‘+’ is as if all attribute flags which precede it were given with a ‘+’ prefix. For example, ‘typeset -U +’ is equivalent to ‘typeset +U’ and displays the names of all arrays having the uniqueness attribute, whereas ‘typeset -f -U +’ displays the names of all autoloadable functions.”

Link : https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-typeset

Shouldn’t it be ‘typeset -f -u +’ instead ? The uppercase -U only prints functions which are autoloaded with alias suppression turned on and not all autoloadable functions .

[-- Attachment #2: Type: text/html, Size: 2794 bytes --]

                 reply	other threads:[~2024-05-26 12:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8AF1B762-AAEE-4F24-A43B-CE490563AB0B@gmail.com \
    --to=burnermail4now@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).