aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/pt-br
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/pt-br')
-rw-r--r--documentation/content/pt-br/articles/linux-emulation/_index.adoc2
-rw-r--r--documentation/content/pt-br/books/fdp-primer/overview/_index.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/pt-br/articles/linux-emulation/_index.adoc b/documentation/content/pt-br/articles/linux-emulation/_index.adoc
index 27ae1fe7ca..5e0a712e05 100644
--- a/documentation/content/pt-br/articles/linux-emulation/_index.adoc
+++ b/documentation/content/pt-br/articles/linux-emulation/_index.adoc
@@ -968,6 +968,6 @@ Gostaria de agradecer a todas as pessoas por seus conselhos, revisões de códig
[[literatures]]
== Literaturas
-. Marshall Kirk McKusick - George V. Nevile-Neil. Design and Implementation of the FreeBSD operating system. Addison-Wesley, 2005.
+. Marshall Kirk McKusick - George V. Neville-Neil. Design and Implementation of the FreeBSD operating system. Addison-Wesley, 2005.
. https://tldp.org[https://tldp.org]
. https://www.kernel.org[https://www.kernel.org]
diff --git a/documentation/content/pt-br/books/fdp-primer/overview/_index.adoc b/documentation/content/pt-br/books/fdp-primer/overview/_index.adoc
index 3cfbb5b603..605491e080 100644
--- a/documentation/content/pt-br/books/fdp-primer/overview/_index.adoc
+++ b/documentation/content/pt-br/books/fdp-primer/overview/_index.adoc
@@ -276,7 +276,7 @@ Revise a saída e edite os arquivos para corrigir os problemas informados e, em
+
[source, shell]
....
-$ bmake run USE_RUBYGEMS=YES RUBY_CMD=$(brew --prefix ruby)/bin/ruby
+$ bmake run USE_RUBYGEMS=YES RUBY_CMD="$(brew --prefix ruby)/bin/ruby" HUGO_CMD="$(brew --prefix hugo)/bin/hugo"
....
. Adicione todos os arquivos com `git add .`, então revise o diff com `git diff`. Por exemplo:
+