Skip to content

whence: move to common #17486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

whence: move to common #17486

wants to merge 1 commit into from

Conversation

dmmqz
Copy link
Member

@dmmqz dmmqz commented Aug 3, 2025

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known): zsh 5.9 (x86_64-pc-linux-gnu)

@github-actions github-actions bot added page edit Changes to an existing page(s). translation edit Changes to an existing translation page(s). labels Aug 3, 2025
@dmmqz
Copy link
Member Author

dmmqz commented Aug 3, 2025

I looked at other zsh builtin functions and couldn't find any others that could be moved to common. I found log, but the log on my system was for calculating logarithms (log.3), and not actual logging (log.1).

@acuteenvy
Copy link
Member

the log on my system was for calculating logarithms (log.3)

Did you check the command, or just the man page? log.3 documents a C function, not a command.

@dmmqz
Copy link
Member Author

dmmqz commented Aug 3, 2025

@acuteenvy I also checked the command itself, this is probably a better page for the documentation. It can be used like this:

(( result = log(10.0) ))
print $result
2.3025850930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
page edit Changes to an existing page(s). translation edit Changes to an existing translation page(s).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants