Markup nits.

This commit is contained in:
Ruslan Ermilov 2004-05-17 21:05:39 +00:00
parent 5575025065
commit a48e3981cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129359

View File

@ -1,7 +1,7 @@
.\" copyright (c) 2003
.\" the regents of the university of michigan
.\" all rights reserved
.\"
.\"
.\" permission is granted to use, copy, create derivative works and redistribute
.\" this software and such derivative works for any purpose, so long as the name
.\" of the university of michigan is not used in any advertising or publicity
@ -9,7 +9,7 @@
.\" written prior authorization. if the above copyright notice or any other
.\" identification of the university of michigan is included in any copy of any
.\" portion of this software, then the disclaimer below must also be included.
.\"
.\"
.\" this software is provided as is, without representation from the university
.\" of michigan as to its fitness for any purpose, and without warranty by the
.\" university of michigan of any kind, either express or implied, including
@ -21,14 +21,13 @@
.\" advised of the possibility of such damages.
.\"
.\" $FreeBSD$
man
.\"
.Dd November 14, 2003
.Dt IDMAPD 8
.Os
.Sh NAME
.Nm idmapd
.Nd name/uid mapper for NFSv4
.Nd name/UID mapper for NFSv4
.Sh SYNOPSIS
.Nm
.Op Fl v
@ -36,27 +35,27 @@ man
.Sh DESCRIPTION
The
.Nm
daemon normally runs in the background and services uid/gid-to-name and
name-to-uid/gid mapping
daemon normally runs in the background and services UID/GID-to-name and
name-to-UID/GID mapping
requests from the NFSv4 client.
.Pp
The options are:
.Bl -tag -width indent
.It Fl v
Be verbose, and do not run in the background.
.It Fl d
Set the domain part of the name string to the specified string.
.It Fl v
Be verbose, and do not run in the background.
.El
.Sh FILES
.Bl -tag -width /etc/master.passwd -compact
.Bl -tag -width ".Pa /etc/master.passwd" -compact
.It Pa /etc/pwd.db
The insecure password database file
The insecure password database file.
.It Pa /etc/spwd.db
The secure password database file
The secure password database file.
.It Pa /etc/master.passwd
The current password file
The current password file.
.It Pa /etc/passwd
A Version 7 format password file
A Version 7 format password file.
.El
.Sh SEE ALSO
.Xr getpwnam 2 ,