歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> 關於Unix >> Linux命令Man解釋:man.conf:man的配置文件

Linux命令Man解釋:man.conf:man的配置文件

日期:2017/3/6 15:40:35   编辑:關於Unix
名稱 man.conf-man的設定資料 描述 man(1)會讀取本檔。man.conf的內容包含了(a)如何建立man搜尋路徑的資訊,(b)man所使用的程式(nroff,egn,tbl等等)的完整路徑設定(c)對特定副檔名的解壓縮程式。 若需特別指定設定檔可利用: man-Cprivate_man.conf...來指定。 名稱
man.conf - man 的 設 定 資 料

描述
man(1) 會 讀 取 本 檔 。 man.conf 的 內 容 包 含 了 (a) 如 何 建 立 man 搜 尋 路 徑 的 資 訊 , (b) man 所 使 用 的 程 式 ( nroff, egn, tbl 等 等 ) 的 完 整 路 徑 設 定 (c) 對 特 定 副 檔 名 的 解 壓 縮 程 式 。
若 需 特 別 指 定 設 定 檔 可 利 用 :

man -C private_man.conf ... 來 指 定 。

man.conf 中 的 指 令 可 附 加 選 項 。 nroff 的 常 用 選 項 可 在 grotty(1) 找 到 。 例 如 , 為 了 取 代 內 定 值

NROFF /usr/bin/groff -mandoc -Tlatin1

我 們 可 以 用

NROFF /usr/bin/groff -mandoc -Tlatin1 -P-u -P-b

以 抑 制 底 線 與 重 打 的 功 能 。

相關說明
col(1) , (g)eqn(1) , (g)pic(1) , groff(1) , grotty(1) , (g)refer(1) , (g)tbl(1) , less(1) , man (1) and compress(1) , gzip(1) 。(BP 1.0)

Copyright © Linux教程網 All Rights Reserved