From 2f898fd8ba95cebc3dc7c82106e5761526e14ca8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 4 Oct 2017 11:41:07 +0200 Subject: doc: Fix typos. * doc/cuirass.texi: Fix typographic errors and typos. --- doc/cuirass.texi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/cuirass.texi b/doc/cuirass.texi index 159b13b..779450c 100644 --- a/doc/cuirass.texi +++ b/doc/cuirass.texi @@ -446,7 +446,7 @@ $ curl -s "http://localhost:8080/build/2" | jq @end example If requested @var{build-id} is not known, the HTTP code 404 is -answered with a JSON error message. For example : +answered with a JSON error message. For example: @example $ curl -s "http://localhost:8080/build/fff" @@ -528,7 +528,7 @@ It is possible to ask Cuirass for the raw build output log with the API "/build/@var{build-id}/log/raw" where @var{build-id} is the unique id associated to the build in database. -The output is a raw text, for example : +The output is a raw text, for example: @example $ curl http://localhost:8080/build/2/log/raw @@ -540,7 +540,7 @@ starting phase `set-paths' @end example If requested @var{build-id} is not known, the HTTP code 404 is -answered with a JSON error message. For example : +answered with a JSON error message. For example: @example $ curl -s "http://localhost:8080/build/fff/log/raw" @@ -574,19 +574,20 @@ Filter query result to builds with the given @code{system}. @end table -For example, to ask for the ten last builds : +For example, to ask for the ten last builds: @example $ curl "http://localhost:8080/api/latestbuilds?nr=10" @end example -or the five last builds which project is ``guix'' and jobset ``master' : +or the five last builds where project is ``guix'' and jobset ``master'': @example $ curl "http://localhost:8080/api/latestbuilds?nr=5&project=guix&jobset=master" @end example -If no builds matching given parameters are found and empty JSON array is returned. +If no builds matching given parameters are found, an empty JSON array is +returned. @c ********************************************************************* @node Contributing -- cgit v1.2.3