From 19295e8b43fd74282068bfcf58468ce554ad338e Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 15 Oct 2024 14:35:38 +0200 Subject: [PATCH] manual: Fix typo --- docs/borg.org | 4 ++-- docs/borg.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/borg.org b/docs/borg.org index bf8c9b4..ae8a8a8 100644 --- a/docs/borg.org +++ b/docs/borg.org @@ -701,7 +701,7 @@ those are the drones that take longer to build. This target cleans and builds most drones. - It also cleans and builds the init files as described as for ~build~. + It also cleans and builds the init files as described for ~build~. - Command: quick-clean :: @@ -712,7 +712,7 @@ those are the drones that take longer to build. This target builds /most/ drones and the config files - It also builds the init files as described as for ~build~. + It also builds the init files as described for ~build~. ** Drone targets :PROPERTIES: diff --git a/docs/borg.texi b/docs/borg.texi index ce1b346..4f6c480 100644 --- a/docs/borg.texi +++ b/docs/borg.texi @@ -787,7 +787,7 @@ those are the drones that take longer to build. @deffn Command quick This target cleans and builds most drones. -It also cleans and builds the init files as described as for @code{build}. +It also cleans and builds the init files as described for @code{build}. @end deffn @deffn Command quick-clean @@ -798,7 +798,7 @@ It also remove the byte-code files of the config files. @deffn Command quick-build This target builds @emph{most} drones and the config files -It also builds the init files as described as for @code{build}. +It also builds the init files as described for @code{build}. @end deffn @anchor{Drone targets}