From 1633b94ab90a14666e690c27a94e236d267f5b76 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 24 Jan 2002 15:30:49 +0000 Subject: [PATCH] mdoc fixes (refer correctly to programs). from Ruslan Ermilov git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10812 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/kadmind.8 | 9 +++++---- kdc/hpropd.8 | 2 +- kuser/kinit.1 | 4 +++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kadmin/kadmind.8 b/kadmin/kadmind.8 index 71feb28a3..11695301c 100644 --- a/kadmin/kadmind.8 +++ b/kadmin/kadmind.8 @@ -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 , diff --git a/kdc/hpropd.8 b/kdc/hpropd.8 index 54f0ba84a..be67e0882 100644 --- a/kdc/hpropd.8 +++ b/kdc/hpropd.8 @@ -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: diff --git a/kuser/kinit.1 b/kuser/kinit.1 index 8dd601ee1..8b749b220 100644 --- a/kuser/kinit.1 +++ b/kuser/kinit.1 @@ -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.