コマンドを使用してローカル.8
ファイルを適切に開くにはどうすればよいですか?named.8
man
私が持っているman
コマンドを、私は持っている.8
ファイルを。私の場合、それはbind9/bin/named/named.8
(githubにあります)私は以前にそれを行うことができたと確信しています。
私の特定のケースでは、それは
$ man --version
man 2.7.5
$ man -C named.8
man: can't parse directory list `.\" Copyright (C) 2000, 2001, 2003-2009, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
'
man: can't make sense of the manpath configuration file /etc/manpath.config
named.8
で始まる:
.\" Copyright (C) 2000, 2001, 2003-2009, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
.\"
.\" This Source Code Form is subject to the terms of the Mozilla Public
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
.\"
.hy 0
.ad l
'\" t
.\" Title: named
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2014-02-19
.\" Manual: BIND9
「.8ファイルを開く方法」というGoogle検索を試しました。結果が0だったので、この結果があるはずだと思います(これは、自分自身の答えを知る必要があるだけの場合のn倍です。nは、そのための将来の検索の数です。誰もが作ったものです。)
Lok Lam Cheng
。