aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/developers-handbook/tools
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-01-21 23:34:54 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-21 23:34:54 +0000
commit62d80a7755f68e823f09e8e2c2684203f1fd3e00 (patch)
treeabb4f0df391b55e700f28d468603cb266c3e32bc /documentation/content/en/books/developers-handbook/tools
parent481bff5848cf76646cbea521024fa82e3c5a08e0 (diff)
Diffstat (limited to 'documentation/content/en/books/developers-handbook/tools')
-rw-r--r--documentation/content/en/books/developers-handbook/tools/_index.po16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.po b/documentation/content/en/books/developers-handbook/tools/_index.po
index 34236042f9..82cafbde0f 100644
--- a/documentation/content/en/books/developers-handbook/tools/_index.po
+++ b/documentation/content/en/books/developers-handbook/tools/_index.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
-"POT-Creation-Date: 2022-07-07 23:23-0300\n"
+"POT-Creation-Date: 2023-01-21 20:00-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -347,7 +347,7 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/books/developers-handbook/tools/_index.adoc:162
-msgid "Ruby is available from the Ports Collection as package:lang/ruby25[]."
+msgid "Ruby is available from the Ports Collection as package:lang/ruby32[]."
msgstr ""
#. type: Labeled list
@@ -760,9 +760,9 @@ msgstr ""
msgid ""
"The rule is that if the library is called [.filename]#libsomething.a#, you "
"give `cc` the argument `-l__something__`. For example, the math library is "
-"[.filename]#libm.a#, so you give `cc` the argument `-lm`. A common \"gotcha"
-"\" with the math library is that it has to be the last library on the "
-"command line."
+"[.filename]#libm.a#, so you give `cc` the argument `-lm`. A common "
+"\"gotcha\" with the math library is that it has to be the last library on "
+"the command line."
msgstr ""
#. type: delimited block . 4
@@ -2546,9 +2546,9 @@ msgid ""
"as it is much quicker when you are editing something to press a couple of "
"keys than to try to find the mouse and then click on the right place. And, "
"when you are talking to seasoned Emacs users, you will find they often "
-"casually throw around expressions like \"`M-x replace-s RET foo RET bar RET`"
-"\" so it is useful to know what they mean. And in any case, Emacs has far "
-"too many useful functions for them to all fit on the menu bars."
+"casually throw around expressions like \"`M-x replace-s RET foo RET bar "
+"RET`\" so it is useful to know what they mean. And in any case, Emacs has "
+"far too many useful functions for them to all fit on the menu bars."
msgstr ""
#. type: Plain text