git: 7471dacca1 - main - Use canonical names for Linux filesystems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Oct 2025 13:03:35 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/doc/commit/?id=7471dacca1123c7b538ebe0c72f22c3750542778
commit 7471dacca1123c7b538ebe0c72f22c3750542778
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-10-16 20:49:20 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2025-10-17 13:03:21 +0000
Use canonical names for Linux filesystems
The manpages of linprocfs(5) and linsysfs(5) document canonical names, use
these in the handbook.
PR: 283079
Reviewed by: emaste, markj
Differential Revision: https://reviews.freebsd.org/D53141
---
documentation/content/hu/books/handbook/desktop/_index.adoc | 4 ++--
documentation/content/zh-cn/books/handbook/desktop/_index.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/documentation/content/hu/books/handbook/desktop/_index.adoc b/documentation/content/hu/books/handbook/desktop/_index.adoc
index d4ff125186..c5b49ec903 100644
--- a/documentation/content/hu/books/handbook/desktop/_index.adoc
+++ b/documentation/content/hu/books/handbook/desktop/_index.adoc
@@ -223,14 +223,14 @@ Ha Flash(TM) animációkat szeretnénk lejátszani, akkor ehhez a [.filename]#/u
[source,shell]
....
-# mount -t linprocfs linproc /usr/compat/linux/proc
+# mount -t linprocfs linprocfs /usr/compat/linux/proc
....
Az [.filename]#/etc/fstab# állományban az alábbi sor hozzáadásával azonban ennek csatlakoztatása akár automatikussá is tehetõ a rendszerindítás során:
[.programlisting]
....
-linproc /usr/compat/linux/proc linprocfs rw 0 0
+linprocfs /usr/compat/linux/proc linprocfs rw 0 0
....
Ezután indítsuk el a böngészõt, majd gépeljük be az `about:plugins` szöveget a címsorba és nyomjuk le az kbd:[Enter] billentyût. Ekkor a jelenleg elérhetõ pluginok listájának kell megjelennie.
diff --git a/documentation/content/zh-cn/books/handbook/desktop/_index.adoc b/documentation/content/zh-cn/books/handbook/desktop/_index.adoc
index 931f8e2928..91fa8c7f20 100644
--- a/documentation/content/zh-cn/books/handbook/desktop/_index.adoc
+++ b/documentation/content/zh-cn/books/handbook/desktop/_index.adoc
@@ -222,14 +222,14 @@ Adobe(R) Flash(TM) 插件并没有直接提供其 FreeBSD 版本。 不过,
[source,shell]
....
-# mount -t linprocfs linproc /usr/compat/linux/proc
+# mount -t linprocfs linprocfs /usr/compat/linux/proc
....
这也可以在机器启动时自动挂载, 把以下这行加入 [.filename]#/etc/fstab#:
[.programlisting]
....
-linproc /usr/compat/linux/proc linprocfs rw 0 0
+linprocfs /usr/compat/linux/proc linprocfs rw 0 0
....
然后就可以打开浏览器, 并在地址栏中输入 `about:plugins` 然后按下 kbd:[Enter]。 这将显示目前可用的插件列表。