popd: enclose pushd within backticks (#20456)

This commit is contained in:
Sebastiaan Speck
2025-12-31 13:26:11 +01:00
committed by GitHub
parent 34d4e1450d
commit 54e162bd3b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# popd
> Verwijder een map van de directory stack die is geplaatst met de ingebouwde pushd-opdracht van de shell.
> Verwijder een map van de directory stack die is geplaatst met de ingebouwde `pushd` van de shell.
> Zie ook: `pushd`, `dirs`.
> Meer informatie: <https://www.gnu.org/software/bash/manual/bash.html#index-popd>.
+1 -1
View File
@@ -1,6 +1,6 @@
# popd
> 通过 pushd shell 内置程序删除目录堆栈中的目录。
> 通过 `pushd` shell 内置程序删除目录堆栈中的目录。
> 另请参阅:`pushd` 将目录放入堆栈和 `dirs` 显示目录堆栈内容。
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-popd>。
+1 -1
View File
@@ -1,6 +1,6 @@
# popd
> Remove a directory placed on the directory stack via the pushd shell built-in.
> Remove a directory placed on the directory stack via the `pushd` shell built-in.
> See also: `pushd`, `dirs`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-popd>.