diff options
Diffstat (limited to 'documentation/content/zh-cn/books/handbook')
-rw-r--r-- | documentation/content/zh-cn/books/handbook/desktop/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
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]。 这将显示目前可用的插件列表。 |