From cd9b534d6b1d432d3c997ccc5b14f630afb9dda6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Feb 2026 20:18:30 +0900 Subject: container: improve documentation This change removes inconsistencies collected over time in this package. Signed-off-by: Ophestra --- container/check/overlay.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'container/check') diff --git a/container/check/overlay.go b/container/check/overlay.go index ab907fbd..fbbcd1e6 100644 --- a/container/check/overlay.go +++ b/container/check/overlay.go @@ -11,7 +11,8 @@ const ( SpecialOverlayPath = ":" ) -// EscapeOverlayDataSegment escapes a string for formatting into the data argument of an overlay mount call. +// EscapeOverlayDataSegment escapes a string for formatting into the data +// argument of an overlay mount system call. func EscapeOverlayDataSegment(s string) string { if s == "" { return "" -- cgit v1.3.1