어떻게 제대로 로컬 엽니까 .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
Google에서 ".8 파일을 여는 방법"을 검색했습니다. 그리고 결과가 0 이었으므로 이것에 대한 결과가 있어야한다고 생각합니다 (n은 그에 대한 미래의 검색 수입니다. 누구나 만들었습니다.)
Lok Lam Cheng
.