Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2024 23:58:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 277804] [Linuxulator]: stat(2) on UFS volumes reports wrong st_dev (devid)
Message-ID:  <bug-277804-4077-QiYpdzZNQl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277804-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277804-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277804

--- Comment #12 from Ed Maste <emaste@freebsd.org> ---
(In reply to Fernando Apestegu=C3=ADa from comment #11)

I agree all of the information is in the man page, but do you think this wo=
uld
be a slight clarification:

diff --git a/share/man/man4/linux.4 b/share/man/man4/linux.4
index 212dd2526f3f..b404c9e1c04d 100644
--- a/share/man/man4/linux.4
+++ b/share/man/man4/linux.4
@@ -63,9 +63,11 @@ before
 .Pa / .
 For example, when Linux process attempts to open
 .Pa /etc/passwd ,
-it will really access
+it will first access
 .Pa /compat/linux/etc/passwd ,
-unless the latter does not exist.
+falling back to
+.Pa /etc/passwd
+if the former does not exist.
 This is used to make sure Linux processes load Linux shared libraries
 instead of their similarly-named FreeBSD counterparts, and also
 to provide alternative versions of certain other files and virtual

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277804-4077-QiYpdzZNQl>