Fix typo in manual and add README file.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Mar 2016 13:26:07 +0000 (13:26 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Mar 2016 13:26:07 +0000 (13:26 +0000)
README [new file with mode: 0644]
mclu.pod

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..7f7a344
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+Probably the simplest, smallest possible implementation of a cloud.
+
+See mclu.pod for all documentation.
index fe4710f..6170ac6 100644 (file)
--- a/mclu.pod
+++ b/mclu.pod
@@ -16,7 +16,7 @@ cloud management software possible.
 Cloud management doesn't require a daemon running on each node.  We
 already have L<sshd(8)> for secure access, and L<libvirtd(8)> to
 manage the state of the guests.  On most Linux systems, those are
-running out of the box.  That is sufficient to manage all te state we
+running out of the box.  That is sufficient to manage all the state we
 care about.  C<mclu> just goes out and queries each node for that
 information when it needs it (in parallel of course).  Nodes that are
 switched off are handled by ignoring them.
@@ -421,7 +421,7 @@ Richard W.M. Jones <rjones @ redhat . com>
 
 =head1 COPYRIGHT
 
-(C) Copyright 2014-2015 Red Hat Inc.
+(C) Copyright 2014-2016 Red Hat Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by