forked from quattor/aii
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aii-shellfe: fix contributors list and typo in SYNOPSIS pod
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,10 @@ | |
<name>Luis Fernando Muñoz Mejías</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<name>Ronald Starink</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<contributors> | ||
<!-- Anyone with more than 10 commits is here --> | ||
|
@@ -54,6 +58,13 @@ | |
<role>author</role> | ||
</roles> | ||
</contributor> | ||
<contributor> | ||
<name>Stijn De Weirdt</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>author</role> | ||
</roles> | ||
</contributor> | ||
</contributors> | ||
<profiles> | ||
<profile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ specified in the profile. | |
|
||
=head1 SYNOPSIS | ||
|
||
aii-shellfev2 --cdburl URL [options] | ||
aii-shellfe --cdburl URL [options] | ||
<--boot <hostname|regexp> | | ||
--bootlist <filename> | | ||
--configure <hostname|regexp> | | ||
|
@@ -310,12 +310,6 @@ return value 1. When non-fatal errors occur, aii-shellfe returns | |
L<aii-components(8)>, L<aii-hooks(8)>, | ||
L<aii(8)> | ||
|
||
=head1 AUTHORS | ||
|
||
Luis Fernando Muñoz Mejías <[email protected]> | ||
|
||
Ronald Starink <[email protected]> | ||
|
||
=cut | ||
|
||
package main; | ||
|