summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-05-05 21:16:52 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-05-05 21:16:52 +0200
commit03d241330082833a54ab9a285e7e36561c9c194c (patch)
tree6448d6d343864d1e8d1d0d1170f1381d1df08aef
parenta733cd7a44b6483ec5939eb92ef806488f7a647d (diff)
downloadcuirass-03d241330082833a54ab9a285e7e36561c9c194c.tar
cuirass-03d241330082833a54ab9a285e7e36561c9c194c.tar.gz
doc: Do not use "path" when a file name is meant.
* doc/cuirass.texi (Database): Replace instances of "path" with more accurate terms.
-rw-r--r--doc/cuirass.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index c045002..12bc02f 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -229,7 +229,7 @@ Cuirass cache directory. This will usually be the current directory
@code{"."}.
@item file
-The full path of the Scheme file containing PROC.
+The absolute name of the Scheme file containing PROC.
@item proc
This text field holds the name of the procedure in the Scheme file FILE
@@ -298,13 +298,13 @@ repository specified in the related specification.
@section Derivations
@cindex derivations, database
-This table associates a tuple of derivation path and evaluation
-identifier with a job name.
+This table associates a tuple of the absolute derivation file name and
+evaluation identifier with a job name.
@table @code
@item derivation
-This column holds the path to the Guix derivation that is supposed to be
-evaluated for this job.
+This column holds the absolute file name of the Guix derivation that is
+supposed to be evaluated for this job.
@item evaluation
This field holds the @code{id} of an evaluation from the
@@ -323,8 +323,8 @@ order to keep track of non-deterministic compilations.
@table @code
@item derivation
-This text field holds the path to the derivation file that resulted in
-this build.
+This text field holds the absolute name of the derivation file that
+resulted in this build.
@item evaluation
This integer field references the evaluation identifier from the
@@ -332,11 +332,11 @@ This integer field references the evaluation identifier from the
belongs.
@item log
-This text field holds the path to the build log file.
+This text field holds the absolute file name of the build log file.
@item output
-This text field holds the path to the build output or @code{NULL} if the
-build failed.
+This text field holds the absolute directory name of the build output or
+@code{NULL} if the build failed.
@end table