~ubuntu-branches/ubuntu/dapper/kstart/dapper

« back to all changes in this revision

Viewing changes to k4start.pod

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2006-01-01 18:25:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060101182550-txo82yxcj0ittl46
Tags: 2.9-1
* New upstream release.
  - Build with --enable-reduced-depends to reduce library dependencies.
  - Improved error reporting.
* Update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
=head1 SYNOPSIS
6
6
 
7
 
B<k4start> [B<-bnqstv>]
8
 
[B<-f> I<srvtab>]
9
 
[B<-H> I<minutes>]
10
 
[B<-I> I<service instance>]
11
 
[B<-i> I<client instance>]
12
 
[B<-K> I<minutes>]
13
 
[B<-k> I<ticket file>]
14
 
[B<-l> I<minutes>]
15
 
[B<-p> I<pid file>]
16
 
[B<-r> I<service realm>]
17
 
[B<-S> I<service name>]
18
 
[B<-u> I<client principal>]
19
 
[I<username> [I<command> ...]]
 
7
B<k4start> [B<-bnqstv>] [B<-f> I<srvtab>] [B<-H> I<minutes>]
 
8
    [B<-I> I<service instance>] [B<-i> I<client instance>]
 
9
    [B<-K> I<minutes>] [B<-k> I<ticket file>] [B<-l> I<minutes>]
 
10
    [B<-p> I<pid file>] [B<-r> I<service realm>] [B<-S> I<service name>]
 
11
    [B<-u> I<client principal>] [I<username> [I<command> ...]]
20
12
 
21
13
=head1 DESCRIPTION
22
14