mdoc cleanup
Garbage collect unused sections, macros and arguments. Fix prologue and remove empty lines. Found by: mdocml
This commit is contained in:
parent
3286375480
commit
e10c1be450
@ -34,6 +34,7 @@
|
||||
.\"
|
||||
.Dd May 31, 1993
|
||||
.Dt POM 6
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm pom
|
||||
.Nd display the phase of the moon
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" The following commands are required for all man pages.
|
||||
.Dd January 26, 2010
|
||||
.Dt GSS_COMPARE_NAME PRM
|
||||
.Dt GSS_COMPARE_NAME 3 PRM
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm gss_compare_name
|
||||
|
@ -111,5 +111,3 @@ The
|
||||
library was written by
|
||||
.An "Joseph Koshy"
|
||||
.Aq jkoshy@FreeBSD.org .
|
||||
|
||||
|
||||
|
@ -183,4 +183,3 @@ by
|
||||
and
|
||||
.An Scott Long Aq scottl@FreeBSD.org
|
||||
have made more substantial improvements.
|
||||
.Sh BUGS
|
||||
|
@ -158,14 +158,14 @@ The
|
||||
function is equivalent to the call
|
||||
.Bd -literal -offset indent
|
||||
make_dev_credf(0, cdevsw, unit, cr, uid, gid, perms, fmt, ...);
|
||||
.Ed .
|
||||
.Ed
|
||||
.Pp
|
||||
The
|
||||
.Fn make_dev
|
||||
function call is the same as
|
||||
.Bd -literal -offset indent
|
||||
make_dev_credf(0, cdevsw, unit, NULL, uid, gid, perms, fmt, ...);
|
||||
.Ed .
|
||||
.Ed
|
||||
.Pp
|
||||
The
|
||||
.Fn make_dev_alias
|
||||
@ -245,7 +245,7 @@ The
|
||||
function is the same as
|
||||
.Bd -literal -offset indent
|
||||
destroy_dev_sched(cdev, NULL, NULL);
|
||||
.Ed .
|
||||
.Ed
|
||||
.Pp
|
||||
The
|
||||
.Fn d_close
|
||||
|
@ -48,8 +48,6 @@
|
||||
.Oc
|
||||
.Op Fl e Ar string
|
||||
.Op Fl o Ar list
|
||||
.Bk -words
|
||||
.Ek
|
||||
.Op Fl t Ar char
|
||||
.Op Fl 1 Ar field
|
||||
.Op Fl 2 Ar field
|
||||
|
@ -16,13 +16,13 @@ The
|
||||
.Nm
|
||||
utility is normally run by the network administrator on the
|
||||
Network Interface Service
|
||||
(\s-1NIS\s0)
|
||||
.Pq NIS
|
||||
master machine in order to establish public keys for
|
||||
users and super-users on the network.
|
||||
These keys are needed for using secure
|
||||
RPC
|
||||
or secure
|
||||
NFS\s0.
|
||||
NFS .
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
@ -52,8 +52,8 @@ password of the given username.
|
||||
.Xr keyserv 8
|
||||
.Sh NOTES
|
||||
The Network Information Service
|
||||
(\s-1NIS\s0)
|
||||
.Pq NIS
|
||||
was formerly known as Sun Yellow Pages
|
||||
(\s-1YP\s0).
|
||||
.Pq YP .
|
||||
The functionality of the two remains the same;
|
||||
only the name has changed.
|
||||
|
Loading…
Reference in New Issue
Block a user