summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/pagsh/pagsh.1
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2002-06-11 15:30:17 +0000
committerHans Insulander <hin@cvs.openbsd.org>2002-06-11 15:30:17 +0000
commitc188da59dcbe3ae28ed67ae34ff9f8a361ae5eeb (patch)
tree20a5f3f578d2ac7469b0ce3605effca428120636 /kerberosV/usr.bin/pagsh/pagsh.1
parent549f0ba063d86b501e5e8fc8e9f0956bdca390e0 (diff)
Heimdal lacks a manpage for pagsh, so i stole the one from krb4.
Diffstat (limited to 'kerberosV/usr.bin/pagsh/pagsh.1')
-rw-r--r--kerberosV/usr.bin/pagsh/pagsh.125
1 files changed, 25 insertions, 0 deletions
diff --git a/kerberosV/usr.bin/pagsh/pagsh.1 b/kerberosV/usr.bin/pagsh/pagsh.1
new file mode 100644
index 00000000000..e7dfacd9e86
--- /dev/null
+++ b/kerberosV/usr.bin/pagsh/pagsh.1
@@ -0,0 +1,25 @@
+.\" $KTH: pagsh.1,v 1.2 2001/05/01 18:53:24 assar Exp $
+.\"
+.Dd April 27, 1996
+.Dt PAGSH 1
+.Os KTH-KRB
+.Sh NAME
+.Nm pagsh
+.Nd execute a command without authentication
+.Sh SYNOPSIS
+.Nm pagsh
+.Oo
+.Op Fl c
+.Ar command Ar args
+.Oc
+.Sh DESCRIPTION
+Starts a new subprocess that is detached from any Kerberos ticket
+cache and AFS tokens.
+Without
+.Ar command
+a new shell is started.
+.Sh ENVIRONMENT
+.Bl -tag -width $SHELL
+.It Ev $SHELL
+Default shell.
+.El