]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Doc: Rename CONFIGURATION FILE to CONFIGURATION FILES
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 16 Dec 2014 12:14:43 +0000 (13:14 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 16 Dec 2014 12:14:43 +0000 (13:14 +0100)
README.md
novaboot

index ab85c50d2cb155d7a2e4a6fb630c4fe3b5372b7e..031d56a2f64196e5b7c5e5b85640bcb5aaceeacc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ only the **-t**/**--target** command line option to select the target.
 Internally, this option expands to the pre-configured options.
 Configuration files are searched at multiple places, which allows to
 have per-system, per-user or per-project configurations. Configuration
-file syntax is described in section ["CONFIGURATION FILE"](#configuration-file).
+file syntax is described in section ["CONFIGURATION FILES"](#configuration-files).
 
 Simple examples of using `novaboot`:
 
@@ -89,7 +89,7 @@ command line options that control it.
 ## Configuration reading phase
 
 After starting, novaboot reads configuration files. Their content is
-described in section ["CONFIGURATION FILE"](#configuration-file). By default,
+described in section ["CONFIGURATION FILES"](#configuration-files). By default,
 configuration is read from multiple locations. First from the system
 configuration directory (`/etc/novaboot.d/`), second from the user
 configuration file (`~/.config/novaboot`) and third from `.novaboot`
@@ -146,7 +146,7 @@ instead of the novaboot script directory.
     This option serves as a user configurable shortcut for other novaboot
     options. The effect of this option is the same as specifying the
     options stored in the `%targets` configuration variable under key
-    _target_. See also ["CONFIGURATION FILE"](#configuration-file).
+    _target_. See also ["CONFIGURATION FILES"](#configuration-files).
 
     When this option is not given, novaboot tries to determine the target
     to use from either **NOVABOOT\_TARGET** environment variable or from
@@ -712,7 +712,7 @@ The following variables are interpreted in the novaboot script:
     is necessary to specify this for long running tests that produce no
     intermediate output.
 
-# CONFIGURATION FILE
+# CONFIGURATION FILES
 
 Novaboot can read its configuration from one or more files. By
 default, novaboot looks for files in `/etc/novaboot.d`, file
index 085a7f35c6aba9decddb8e761a87501d6b28d721..3c653c3ec0749e29563d747098675f6e9ed22e27 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -1213,7 +1213,7 @@ only the B<-t>/B<--target> command line option to select the target.
 Internally, this option expands to the pre-configured options.
 Configuration files are searched at multiple places, which allows to
 have per-system, per-user or per-project configurations. Configuration
-file syntax is described in section L</"CONFIGURATION FILE">.
+file syntax is described in section L</"CONFIGURATION FILES">.
 
 Simple examples of using C<novaboot>:
 
@@ -1292,7 +1292,7 @@ command line options that control it.
 =head2 Configuration reading phase
 
 After starting, novaboot reads configuration files. Their content is
-described in section L</"CONFIGURATION FILE">. By default,
+described in section L</"CONFIGURATION FILES">. By default,
 configuration is read from multiple locations. First from the system
 configuration directory (F</etc/novaboot.d/>), second from the user
 configuration file (F<~/.config/novaboot>) and third from F<.novaboot>
@@ -1355,7 +1355,7 @@ Print short (B<-h>) or long (B<--help>) help.
 This option serves as a user configurable shortcut for other novaboot
 options. The effect of this option is the same as specifying the
 options stored in the C<%targets> configuration variable under key
-I<target>. See also L</"CONFIGURATION FILE">.
+I<target>. See also L</"CONFIGURATION FILES">.
 
 When this option is not given, novaboot tries to determine the target
 to use from either B<NOVABOOT_TARGET> environment variable or from
@@ -1955,7 +1955,7 @@ intermediate output.
 
 =back
 
-=head1 CONFIGURATION FILE
+=head1 CONFIGURATION FILES
 
 Novaboot can read its configuration from one or more files. By
 default, novaboot looks for files in F</etc/novaboot.d>, file