Documentation fixes. master
authorRichard Jones <rjones@trick.home.annexia.org>
Tue, 11 Aug 2009 15:42:59 +0000 (16:42 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Tue, 11 Aug 2009 15:42:59 +0000 (16:42 +0100)
hostinfo-test/hostinfo-test.pl
hostinfod/hostinfo.pod
virt-hostinfo.spec.in

index fbc27d8..d19ac1e 100755 (executable)
@@ -147,8 +147,8 @@ Follow the I<TROUBLESHOOTING> section in L<hostinfo(8)> manpage.
 
 =head1 RETURN VALUE
 
-This command returns 0 if the test succeeded, or 1 if the command
-failed or there was some other error.
+This command returns 0 if the test succeeded, or non-zero if the
+command failed or there was some other error.
 
 =head1 SEE ALSO
 
index 6ddfe57..655161b 100644 (file)
@@ -405,6 +405,13 @@ disable echoing.  The usual way to do this is:
 
  stty raw -echo < /dev/ttyS1
 
+=item 10.
+
+Check the permissions on the serial port.
+
+For Linux and Unix-like guests, check you have permission to read and
+write the C</dev/ttyS?> serial device.
+
 =back
 
 Note that serial port settings like speed, parity etc. make no
index b209802..582f5bc 100644 (file)
@@ -8,7 +8,7 @@ URL:           http://et.redhat.com/~rjones/hostinfo/
 Source0:       http://et.redhat.com/~rjones/hostinfo/files/%{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: apr-devel >= 1.3
+BuildRequires: apr-devel >= 1.2.7
 BuildRequires: perl
 BuildRequires: libvirt-devel >= 0.2.1
 BuildRequires: perl-Sys-Virt