aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/geom-class/_index.po
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/articles/geom-class/_index.po')
-rw-r--r--documentation/content/en/articles/geom-class/_index.po37
1 files changed, 19 insertions, 18 deletions
diff --git a/documentation/content/en/articles/geom-class/_index.po b/documentation/content/en/articles/geom-class/_index.po
index ef0c661432..04a9dcf135 100644
--- a/documentation/content/en/articles/geom-class/_index.po
+++ b/documentation/content/en/articles/geom-class/_index.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
-"POT-Creation-Date: 2022-02-01 09:21-0300\n"
+"POT-Creation-Date: 2025-11-08 16:17+0000\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"
@@ -109,8 +109,8 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/geom-class/_index.adoc:67
msgid ""
-"Man pages man:g_bio[9], man:g_event[9], man:g_data[9], man:g_geom[9], man:"
-"g_provider[9], man:g_consumer[9], man:g_access[9] & others linked from "
+"Man pages man:g_bio[9], man:g_event[9], man:g_data[9], man:g_geom[9], "
+"man:g_provider[9], man:g_consumer[9], man:g_access[9] & others linked from "
"those, for documentation on specific functionalities."
msgstr ""
@@ -202,9 +202,10 @@ msgstr ""
#: documentation/content/en/articles/geom-class/_index.adoc:110
msgid ""
"With the usual way of installing the kernel (`make installkernel`) the debug "
-"kernel will not be automatically installed. It is called [.filename]#kernel."
-"debug# and located in [.filename]#/usr/obj/usr/src/sys/KERNELNAME/#. For "
-"convenience it should be copied to [.filename]#/boot/kernel/#."
+"kernel will not be automatically installed. It is called "
+"[.filename]#kernel.debug# and located in [.filename]#/usr/obj/usr/src/sys/"
+"KERNELNAME/#. For convenience it should be copied to [.filename]#/boot/"
+"kernel/#."
msgstr ""
#. type: Plain text
@@ -280,7 +281,7 @@ msgstr ""
#, no-wrap
msgid ""
"dumpdev=\"/dev/ad0s4b\"\n"
-"dumpdir=\"/usr/core\n"
+"dumpdir=\"/usr/core\"\n"
msgstr ""
#. type: Plain text
@@ -360,8 +361,8 @@ msgstr ""
#: documentation/content/en/articles/geom-class/_index.adoc:192
msgid ""
"Creating the [.filename]#Makefile# is simple thanks to an extensive set of "
-"helper routines provided by the system. In short, here is how a minimal [."
-"filename]#Makefile# looks for a kernel module:"
+"helper routines provided by the system. In short, here is how a minimal "
+"[.filename]#Makefile# looks for a kernel module:"
msgstr ""
#. type: delimited block . 4
@@ -423,8 +424,8 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/geom-class/_index.adoc:222
msgid ""
-"To use this macro, [.filename]#sys/param.h#, [.filename]#sys/kernel.h# and [."
-"filename]#sys/malloc.h# headers must be included."
+"To use this macro, [.filename]#sys/param.h#, [.filename]#sys/kernel.h# and "
+"[.filename]#sys/malloc.h# headers must be included."
msgstr ""
#. type: Plain text
@@ -457,8 +458,8 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/geom-class/_index.adoc:236
msgid ""
-"If data retrieval speed is very important, see man:tree[3] and man:"
-"hashinit[9]."
+"If data retrieval speed is very important, see man:tree[3] and "
+"man:hashinit[9]."
msgstr ""
#. type: Title ===
@@ -495,8 +496,8 @@ msgid ""
"least it takes a while to get used to it). In some cases the helper "
"routines `g_write_data`() and `g_read_data`() can be used, but __not "
"always__. In particular, they cannot be used when a mutex is held; for "
-"example, the GEOM topology mutex or the internal mutex held during the `."
-"start`() and `.stop`() functions."
+"example, the GEOM topology mutex or the internal mutex held during the "
+"`.start`() and `.stop`() functions."
msgstr ""
#. type: Title ==
@@ -858,9 +859,9 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/geom-class/_index.adoc:369
msgid ""
-"Of these, the most important function for doing actual useful work is the `."
-"start`() function, which is called when a BIO request arrives for a provider "
-"managed by a instance of geom class."
+"Of these, the most important function for doing actual useful work is the "
+"`.start`() function, which is called when a BIO request arrives for a "
+"provider managed by a instance of geom class."
msgstr ""
#. type: Title ===