From 6bc3c21fd3b38f871803440d7a74913617dffe8c Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:01:44 +0200 Subject: [PATCH] true: add more information link (#5631) --- pages.sv/common/true.md | 1 + pages/common/true.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages.sv/common/true.md b/pages.sv/common/true.md index 40ee4db583..4d57ed95bb 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 cb25e15fcc..ad60383248 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: