svn commit: r52142 - head/en_US.ISO8859-1/articles/linux-users

Benedict Reuschling bcr at FreeBSD.org
Thu Aug 16 16:43:19 UTC 2018


Author: bcr
Date: Thu Aug 16 16:43:18 2018
New Revision: 52142
URL: https://svnweb.freebsd.org/changeset/doc/52142

Log:
  Cleanup overlong lines in this file.

Modified:
  head/en_US.ISO8859-1/articles/linux-users/article.xml

Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/linux-users/article.xml	Thu Aug 16 15:59:00 2018	(r52141)
+++ head/en_US.ISO8859-1/articles/linux-users/article.xml	Thu Aug 16 16:43:18 2018	(r52142)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
 	"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd">
-<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
-  <info>
+<article xmlns="http://docbook.org/ns/docbook"
+  xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+  xml:lang="en"> <info>
     <title>FreeBSD Quickstart Guide for &linux; Users</title>
 
     <authorgroup>
@@ -55,24 +56,25 @@
     <para>&linux; users are often surprised to find that
       <application>Bash</application> is not the default shell in
       &os;.  In fact, <application>Bash</application> is not included
-      in the default installation.  Instead, &os; uses &man.tcsh.1;
-      as the default root shell, and the <application>Bourne
-      shell</application>-compatible &man.sh.1; as the default user
-      shell.  &man.sh.1; is very similar to <application>Bash</application>
-      but with a much smaller feature-set.  Generally shell scripts
-      written for &man.sh.1; will run in <application>Bash</application>,
-      but the reverse is not always true.</para>
+      in the default installation.  Instead, &os; uses &man.tcsh.1; as
+      the default root shell, and the <application>Bourne
+	shell</application>-compatible &man.sh.1; as the default user
+      shell.  &man.sh.1; is very similar to
+      <application>Bash</application> but with a much smaller
+      feature-set.  Generally shell scripts written for &man.sh.1;
+      will run in <application>Bash</application>, but the reverse is
+      not always true.</para>
 
     <para>However, <application>Bash</application> and other shells
       are available for installation using the &os; <link
-      xlink:href="&url.base;/doc/en_US.ISO8859-1/books/handbook/ports.html">Packages
-      and Ports Collection</link>.</para>
+	xlink:href="&url.base;/doc/en_US.ISO8859-1/books/handbook/ports.html">Packages
+	and Ports Collection</link>.</para>
 
-    <para>After installing another shell, use &man.chsh.1; to change
-      a user's default shell.  It is recommended that the
-      <systemitem class="username">root</systemitem> user's default
-      shell remain unchanged since shells which are not included in
-      the base distribution are installed to
+    <para>After installing another shell, use &man.chsh.1; to change a
+      user's default shell.  It is recommended that the <systemitem
+	class="username">root</systemitem> user's default shell remain
+      unchanged since shells which are not included in the base
+      distribution are installed to
       <filename>/usr/local/bin</filename>.  In the event of a problem,
       the file system where <filename>/usr/local/bin</filename> is
       located may not be mounted.  In this case, <systemitem
@@ -434,8 +436,7 @@ net.inet.ip.forwarding: 0</screen>
 
     <para>Some common command equivalents are as follows:</para>
 
-    <para>
-      <informaltable frame="none" pgwide="1">
+    <para><informaltable frame="none" pgwide="1">
 	<tgroup cols="3">
 	  <thead>
 	    <row>
@@ -447,16 +448,22 @@ net.inet.ip.forwarding: 0</screen>
 
 	  <tbody>
 	    <row>
-	      <entry><command>yum install <replaceable>package</replaceable></command> /
-		<command>apt-get install <replaceable>package</replaceable></command></entry>
-	      <entry><command>pkg install <replaceable>package</replaceable></command></entry>
+	      <entry><command>yum install
+		  <replaceable>package</replaceable></command> /
+		<command>apt-get install
+		  <replaceable>package</replaceable></command></entry>
+	      <entry><command>pkg install
+		  <replaceable>package</replaceable></command></entry>
 	      <entry>Install package from remote repository</entry>
 	    </row>
 
 	    <row>
-	      <entry><command>rpm -ivh <replaceable>package</replaceable></command>
-		/ <command>dpkg -i <replaceable>package</replaceable></command></entry>
-	      <entry><command>pkg add <replaceable>package</replaceable></command></entry>
+	      <entry><command>rpm -ivh
+		  <replaceable>package</replaceable></command> /
+		<command>dpkg -i
+		  <replaceable>package</replaceable></command></entry>
+	      <entry><command>pkg add
+		  <replaceable>package</replaceable></command></entry>
 	      <entry>Install local package</entry>
 	    </row>
 


More information about the svn-doc-all mailing list