1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 12:35:45 +02:00

whence: fix broken links (#17483)

This commit is contained in:
Kristopher 2025-08-02 23:11:55 -07:00 committed by GitHub
parent 87962da61e
commit 07ac4b85a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# whence
> Un comando integrado de zsh para indicar cómo se interpretaría un comando dado.
> Más información: <https://keith.github.io/xcode-man-pages/whence.1.html>.
> Más información: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
- Interpreta `comando`, con expansión si se define como un `alias` (similar al `command -v` integrado):

View file

@ -1,7 +1,7 @@
# whence
> Zsh 내장 명령어로, 명령어가 어떻게 해석될지를 나타냅니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/whence.1.html>.
> 더 많은 정보: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
- `command`를 해석하고, `alias`로 정의된 경우 확장:

View file

@ -1,7 +1,7 @@
# whence
> A Zsh builtin to indicate how a command would be interpreted.
> More information: <https://keith.github.io/xcode-man-pages/whence.1.html>.
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
- Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin):