summaryrefslogtreecommitdiffstats
path: root/src/clients/kcpytkt
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-10-16 16:03:10 -0400
committerBen Kaduk <kaduk@mit.edu>2012-10-16 17:08:08 -0400
commit0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1 (patch)
treeb726fc059a2775fb966667d17ee3e04c412da712 /src/clients/kcpytkt
parent0f81e372a2830c9170f6e08dfa956841d0ebdfb1 (diff)
downloadkrb5-0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1.tar.gz
krb5-0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1.tar.xz
krb5-0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1.zip
Remove nroff man pages
We generate man pages from RST sources now; they are checked into the tree in src/man/. The gen-manpages directory is no longer needed.
Diffstat (limited to 'src/clients/kcpytkt')
-rw-r--r--src/clients/kcpytkt/kcpytkt.M37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/clients/kcpytkt/kcpytkt.M b/src/clients/kcpytkt/kcpytkt.M
deleted file mode 100644
index 11ed939296..0000000000
--- a/src/clients/kcpytkt/kcpytkt.M
+++ /dev/null
@@ -1,37 +0,0 @@
-.\"
-.\" clients/kvnol/kcpytkt.M
-.\" "
-.TH KCPYTKT 1
-.SH NAME
-kcpytkt \- copies one or more service tickets between credentials caches
-.SH SYNOPSIS
-\fBkcpytkt\fP [\fB\-h\fP] [\fB\-c source_ccache\fP] [\fB\-e etype\fP] [\fB\-f flags\fP]
-\fBdest_ccache\fP \fBservice1\fP \fBservice2\fP \fB...\fP
-.br
-.SH DESCRIPTION
-.I kcpytkt
-copies the specified service tickets to the destination credentials cache
-.SH OPTIONS
-.TP
-.B \-c
-specifies the source credentials cache from which service tickets will be.
-copied. if no ccache is specified, the default ccache is used.
-.TP
-.B \-e
-specifies the session key enctype of the service tickets you wish to delete.
-.TP
-.B \-h
-prints a usage statement and exits
-.SH ENVIRONMENT
-.B kcpytkt
-uses the following environment variable:
-.TP "\w'.SM KRB5CCNAME\ \ 'u"
-.SM KRB5CCNAME
-Location of the credentials (ticket) cache.
-.SH FILES
-.TP "\w'/tmp/krb5cc_[uid]\ \ 'u"
-/tmp/krb5cc_[uid]
-default location of the credentials cache ([uid] is the decimal UID of
-the user).
-.SH SEE ALSO
-kinit(1), kdestroy(1), krb5(3)