From c6be82bcf91fc4b6e61d9df40213e80367addbd8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 3 Aug 2025 20:46:41 +0900 Subject: container/path: fhs path constants This increases readability since this can help disambiguate absolute paths from similarly named path segments. Signed-off-by: Ophestra --- container/mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/mount.go') diff --git a/container/mount.go b/container/mount.go index 30ef7008..919b6e02 100644 --- a/container/mount.go +++ b/container/mount.go @@ -53,7 +53,7 @@ const ( FstypeNULL = zeroString // FstypeProc represents the proc pseudo-filesystem. // A fully visible instance of proc must be available in the mount namespace for proc to be mounted. - // This filesystem type is usually mounted on /proc. + // This filesystem type is usually mounted on [FHSProc]. FstypeProc = "proc" // FstypeDevpts represents the devpts pseudo-filesystem. // This type of filesystem is usually mounted on /dev/pts. -- cgit v1.3.1