/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-keygen.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-29 07:14:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080829071439-feg1el14hx1abvqg
* mandos-keygen.xml (EXAMPLE): Replaced all occurrences of command
                               name with "&COMMANDNAME;".
* plugin-runner.xml (EXAMPLES): Renamed to "EXAMPLE".  - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
        Normal invocation needs no options:
432
432
      </para>
433
433
      <para>
434
 
        <userinput>mandos-keygen</userinput>
 
434
        <userinput>&COMMANDNAME;</userinput>
435
435
      </para>
436
436
    </informalexample>
437
437
    <informalexample>
442
442
      <para>
443
443
 
444
444
<!-- do not wrap this line -->
445
 
<userinput>mandos-keygen --dir ~/keydir --type RSA --force</userinput>
 
445
<userinput>&COMMANDNAME; --dir ~/keydir --type RSA --force</userinput>
446
446
 
447
447
      </para>
448
448
    </informalexample>