diff --git a/documentation/content/hu/books/handbook/desktop/_index.adoc b/documentation/content/hu/books/handbook/desktop/_index.adoc --- a/documentation/content/hu/books/handbook/desktop/_index.adoc +++ b/documentation/content/hu/books/handbook/desktop/_index.adoc @@ -223,14 +223,14 @@ [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 --- a/documentation/content/zh-cn/books/handbook/desktop/_index.adoc +++ b/documentation/content/zh-cn/books/handbook/desktop/_index.adoc @@ -222,14 +222,14 @@ [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]。 这将显示目前可用的插件列表。