diff --git a/pages.sv/common/true.md b/pages.sv/common/true.md index 40ee4db58..4d57ed95b 100644 --- a/pages.sv/common/true.md +++ b/pages.sv/common/true.md @@ -2,6 +2,7 @@ > Returnerar en lyckad utgångsstatuskod på 0. > Använd detta med || operatör för att göra att ett kommando alltid stänger med 0. +> Mer information: . - Returnera en lyckad utgångskod: diff --git a/pages/common/true.md b/pages/common/true.md index cb25e15fc..ad6038324 100644 --- a/pages/common/true.md +++ b/pages/common/true.md @@ -2,6 +2,7 @@ > Returns a successful exit status code of 0. > Use this with the || operator to make a command always exit with 0. +> More information: . - Return a successful exit code: