diff options
Diffstat (limited to 'usr/src/man/man4/nfslog.conf.4')
-rw-r--r-- | usr/src/man/man4/nfslog.conf.4 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/man/man4/nfslog.conf.4 b/usr/src/man/man4/nfslog.conf.4 index a89b66882b..a035a70a04 100644 --- a/usr/src/man/man4/nfslog.conf.4 +++ b/usr/src/man/man4/nfslog.conf.4 @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH nfslog.conf 4 "2 Dec 2004" "SunOS 5.11" "File Formats" +.TH NFSLOG.CONF 4 "Dec 2, 2004" .SH NAME nfslog.conf \- NFS server logging configuration file .SH SYNOPSIS @@ -54,12 +54,10 @@ global value of the parameter will be used. The exact entry syntax follows: .sp .ne 2 -.mk .na \fB\fBdefaultdir=\fI<path>\fR\fR\fR .ad .RS 28n -.rt Specifies the directory where the logging files and working files will be placed. This path is prepended to all relative paths specified in other parameters. @@ -67,24 +65,20 @@ parameters. .sp .ne 2 -.mk .na \fB\fBlog=\fI<path>\fR\fI<file>\fR\fR\fR .ad .RS 28n -.rt Specifies the location of the user-readable log file. The log will be located in the \fBdefaultdir\fR, unless \fB<path>\fR is an absolute path. .RE .sp .ne 2 -.mk .na \fB\fBfhtable=\fI<path>\fR\fI<file>\fR\fR\fR .ad .RS 28n -.rt Specifies the location of the private file handle to path mapping database files. These database files are for the private use of the \fBNFS\fR server kernel module and the \fBnfslog\fRd daemon. These files will be located in the @@ -95,12 +89,10 @@ information on pruning the database files. .sp .ne 2 -.mk .na \fB\fBbuffer=\fI<path>\fR\fI<file>\fR\fR\fR .ad .RS 28n -.rt Specifies the location of the private work buffer file used by the \fBNFS\fR server kernel module to record raw \fBRPC\fR information. This file is later processed by the \fBnfslog\fR daemon, which in turn generates the user-readable @@ -110,12 +102,10 @@ log file. This work buffer file will be located in the \fBdefaultdir\fR, unless .sp .ne 2 -.mk .na \fB\fBlogformat=basic|extended\fR\fR .ad .RS 28n -.rt Sets the format of the user-readable log file. If not specified, the basic format is used. The basic format is compatible with log files generated by the Washington University \fBFTPd\fR. The extended format provides a more detailed |