mdoc fixes (refer correctly to programs). from Ruslan Ermilov <ru@FreeBSD.org>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10812 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2002-01-24 15:30:49 +00:00
parent 223568900a
commit 1633b94ab9
3 changed files with 9 additions and 6 deletions

View File

@@ -124,11 +124,12 @@ representing the default set of ports.
.Sh FILES
.Pa /var/heimdal/kadmind.acl
.Sh EXAMPLES
This will cause kadmind to listen to port 4711 in addition to any
This will cause
.Nm
to listen to port 4711 in addition to any
compiled in defaults:
.Bd -literal -offset indent
# kadmind --ports="+ 4711" &
.Ed
.Pp
.D1 Nm Fl -ports Ns Li "=\*[q]+ 4711\*[q] &"
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr kadmin 1 ,

View File

@@ -35,7 +35,7 @@ stdin otherwise.
If the database is sent over the network, it is authenticated and
encrypted.
Only connections from
.Li kadmin/hprop
.Nm kadmin Ns / Ns Nm hprop
are accepted.
.Pp
Options supported:

View File

@@ -60,7 +60,9 @@ or if none is given, a system generated default (typically your login
name at the default realm), and acquire a ticket granting ticket that
can later be used to obtain tickets for other services.
.Pp
If you have compiled kinit with Kerberos 4 support and you have a
If you have compiled
.Nm kinit
with Kerberos 4 support and you have a
Kerberos 4 server,
.Nm
will detect this and get you Kerberos 4 tickets.