aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/linux-users/_index.po
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/articles/linux-users/_index.po')
-rw-r--r--documentation/content/en/articles/linux-users/_index.po80
1 files changed, 40 insertions, 40 deletions
diff --git a/documentation/content/en/articles/linux-users/_index.po b/documentation/content/en/articles/linux-users/_index.po
index 5a22174032..30d87a50b2 100644
--- a/documentation/content/en/articles/linux-users/_index.po
+++ b/documentation/content/en/articles/linux-users/_index.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
-"POT-Creation-Date: 2024-09-14 14:59-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"
@@ -69,8 +69,8 @@ msgstr ""
#: documentation/content/en/articles/linux-users/_index.adoc:58
msgid ""
"This document assumes that FreeBSD is already installed. Refer to the "
-"extref:{handbook}[Installing FreeBSD, bsdinstall] chapter of the FreeBSD "
-"Handbook for help with the installation process."
+"extref:{handbook}bsdinstall[Installing FreeBSD, bsdinstall] chapter of the "
+"FreeBSD Handbook for help with the installation process."
msgstr ""
#. type: Title ==
@@ -95,7 +95,7 @@ msgstr ""
#: documentation/content/en/articles/linux-users/_index.adoc:70
msgid ""
"However, Bash and other shells are available for installation using the "
-"FreeBSD extref:{handbook}[Packages and Ports Collection, ports]."
+"FreeBSD extref:{handbook}ports[Packages and Ports Collection, ports]."
msgstr ""
#. type: Plain text
@@ -186,8 +186,8 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:103
msgid ""
-"Packages are pre-compiled applications, the FreeBSD equivalents of [."
-"filename]#.deb# files on Debian/Ubuntu based systems and [.filename]#.rpm# "
+"Packages are pre-compiled applications, the FreeBSD equivalents of "
+"[.filename]#.deb# files on Debian/Ubuntu based systems and [.filename]#.rpm# "
"files on Red Hat/Fedora based systems. Packages are installed using `pkg`. "
"For example, the following command installs Apache 2.4:"
msgstr ""
@@ -201,9 +201,9 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:110
msgid ""
-"For more information on packages refer to section 5.4 of the FreeBSD "
-"Handbook: extref:{handbook}[Using pkgng for Binary Package Management, pkgng-"
-"intro]."
+"For more information on packages refer to section 4.4 of the FreeBSD "
+"Handbook: extref:{handbook}ports[Using pkgng for Binary Package Management, "
+"pkgng-intro]."
msgstr ""
#. type: Plain text
@@ -222,8 +222,8 @@ msgid ""
"The Ports Collection, sometimes referred to as the ports tree, can be "
"installed to [.filename]#/usr/ports# using link:{handbook}mirrors/"
"#git[Git]. Detailed instructions for installing the Ports Collection can be "
-"found in extref:{handbook}[section 4.5.1, ports-using-installation-methods] "
-"of the FreeBSD Handbook."
+"found in extref:{handbook}ports[section 4.5.1, ports-using-installation-"
+"methods] of the FreeBSD Handbook."
msgstr ""
#. type: Plain text
@@ -260,8 +260,8 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:138
msgid ""
-"Refer to extref:{handbook}[Using the Ports Collection, ports-using] for more "
-"information."
+"Refer to extref:{handbook}ports[Using the Ports Collection, ports-using] for "
+"more information."
msgstr ""
#. type: Title ==
@@ -276,22 +276,22 @@ msgid ""
"Many Linux(R) distributions use the SysV init system, whereas FreeBSD uses "
"the traditional BSD-style man:init[8]. Under the BSD-style man:init[8], "
"there are no run-levels and [.filename]#/etc/inittab# does not exist. "
-"Instead, startup is controlled by man:rc[8] scripts. At system boot, [."
-"filename]#/etc/rc# reads [.filename]#/etc/rc.conf# and [.filename]#/etc/"
+"Instead, startup is controlled by man:rc[8] scripts. At system boot, "
+"[.filename]#/etc/rc# reads [.filename]#/etc/rc.conf# and [.filename]#/etc/"
"defaults/rc.conf# to determine which services are to be started. The "
"specified services are then started by running the corresponding service "
"initialization scripts located in [.filename]#/etc/rc.d/# and [.filename]#/"
-"usr/local/etc/rc.d/#. These scripts are similar to the scripts located in [."
-"filename]#/etc/init.d/# on Linux(R) systems."
+"usr/local/etc/rc.d/#. These scripts are similar to the scripts located in "
+"[.filename]#/etc/init.d/# on Linux(R) systems."
msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:150
msgid ""
"The scripts found in [.filename]#/etc/rc.d/# are for applications that are "
-"part of the \"base\" system, such as man:cron[8], man:sshd[8], and man:"
-"syslog[3]. The scripts in [.filename]#/usr/local/etc/rc.d/# are for user-"
-"installed applications such as Apache and Squid."
+"part of the \"base\" system, such as man:cron[8], man:sshd[8], and "
+"man:syslog[3]. The scripts in [.filename]#/usr/local/etc/rc.d/# are for "
+"user-installed applications such as Apache and Squid."
msgstr ""
#. type: Plain text
@@ -300,23 +300,23 @@ msgid ""
"Since FreeBSD is developed as a complete operating system, user-installed "
"applications are not considered to be part of the \"base\" system. User-"
"installed applications are generally installed using extref:{handbook}"
-"[Packages or Ports, ports-using]. In order to keep them separate from the "
-"base system, user-installed applications are installed under [.filename]#/"
-"usr/local/#. Therefore, user-installed binaries reside in [.filename]#/usr/"
-"local/bin/#, configuration files are in [.filename]#/usr/local/etc/#, and so "
-"on."
+"ports[Packages or Ports, ports-using]. In order to keep them separate from "
+"the base system, user-installed applications are installed under "
+"[.filename]#/usr/local/#. Therefore, user-installed binaries reside in "
+"[.filename]#/usr/local/bin/#, configuration files are in [.filename]#/usr/"
+"local/etc/#, and so on."
msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:160
msgid ""
"Services are enabled by adding an entry for the service in [.filename]#/etc/"
-"rc.conf#. The system defaults are found in [.filename]#/etc/defaults/rc."
-"conf# and these default settings are overridden by settings in [.filename]#/"
-"etc/rc.conf#. Refer to man:rc.conf[5] for more information about the "
-"available entries. When installing additional applications, review the "
-"application's install message to determine how to enable any associated "
-"services."
+"rc.conf#. The system defaults are found in [.filename]#/etc/defaults/"
+"rc.conf# and these default settings are overridden by settings in "
+"[.filename]#/etc/rc.conf#. Refer to man:rc.conf[5] for more information "
+"about the available entries. When installing additional applications, "
+"review the application's install message to determine how to enable any "
+"associated services."
msgstr ""
#. type: Plain text
@@ -403,8 +403,8 @@ msgstr ""
#: documentation/content/en/articles/linux-users/_index.adoc:213
msgid ""
"An IP address can be assigned to an interface using man:ifconfig[8]. To "
-"remain persistent across reboots, the IP configuration must be included in [."
-"filename]#/etc/rc.conf#. The following [.filename]#/etc/rc.conf# entries "
+"remain persistent across reboots, the IP configuration must be included in "
+"[.filename]#/etc/rc.conf#. The following [.filename]#/etc/rc.conf# entries "
"specify the hostname, IP address, and default gateway:"
msgstr ""
@@ -445,17 +445,17 @@ msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:236
-msgid "extref:{handbook}[PF, firewalls-pf]"
+msgid "extref:{handbook}firewalls[PF, firewalls-pf]"
msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:237
-msgid "extref:{handbook}[IPFILTER, firewalls-ipf]"
+msgid "extref:{handbook}firewalls[IPFILTER, firewalls-ipf]"
msgstr ""
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:238
-msgid "extref:{handbook}[IPFW, firewalls-ipfw]"
+msgid "extref:{handbook}firewalls[IPFW, firewalls-ipfw]"
msgstr ""
#. type: Plain text
@@ -564,8 +564,8 @@ msgstr ""
#: documentation/content/en/articles/linux-users/_index.adoc:295
msgid ""
"For more information on source and binary updates, refer to extref:{handbook}"
-"[the chapter on updating, updating-upgrading-freebsdupdate] in the FreeBSD "
-"Handbook."
+"cutting-edge[the chapter on updating, updating-upgrading-freebsdupdate] in "
+"the FreeBSD Handbook."
msgstr ""
#. type: Title ==
@@ -578,8 +578,8 @@ msgstr ""
#: documentation/content/en/articles/linux-users/_index.adoc:301
msgid ""
"In some Linux(R) distributions, one could look at [.filename]#/proc/sys/net/"
-"ipv4/ip_forward# to determine if IP forwarding is enabled. In FreeBSD, man:"
-"sysctl[8] is instead used to view this and other system settings."
+"ipv4/ip_forward# to determine if IP forwarding is enabled. In FreeBSD, "
+"man:sysctl[8] is instead used to view this and other system settings."
msgstr ""
#. type: delimited block = 4