aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/new-users/article.sgml
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-06 13:03:06 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-06 13:03:06 +0000
commit4a5e851cb2fa9d29dfe636b6d395e267b874a086 (patch)
tree9c0b7cb14b8d18230962532b7c62207c69d9dce3 /en_US.ISO8859-1/articles/new-users/article.sgml
parentf7eeb4d33c9566754aeea49c773e61b65b509d97 (diff)
downloaddoc-4a5e851cb2fa9d29dfe636b6d395e267b874a086.tar.gz
doc-4a5e851cb2fa9d29dfe636b6d395e267b874a086.zip
DocBook police: open and close tags for <screen> should cuddle up to
the contents within.
Notes
Notes: svn path=/head/; revision=9803
Diffstat (limited to 'en_US.ISO8859-1/articles/new-users/article.sgml')
-rw-r--r--en_US.ISO8859-1/articles/new-users/article.sgml56
1 files changed, 19 insertions, 37 deletions
diff --git a/en_US.ISO8859-1/articles/new-users/article.sgml b/en_US.ISO8859-1/articles/new-users/article.sgml
index 99f641c894..90bccba82d 100644
--- a/en_US.ISO8859-1/articles/new-users/article.sgml
+++ b/en_US.ISO8859-1/articles/new-users/article.sgml
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/new-users/article.sgml,v 1.18 2001/04/17 15:53:39 nik Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/new-users/article.sgml,v 1.19 2001/06/23 06:56:59 dd Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN">
@@ -47,8 +47,7 @@
>login:</prompt> prompt) type</para>
<informalexample>
- <screen>&prompt.root; <userinput>exit</userinput>
- </screen>
+ <screen>&prompt.root; <userinput>exit</userinput></screen>
</informalexample>
<para>as often as necessary. Yes, press <keysym>enter</keysym>
@@ -59,22 +58,19 @@
<para>To shut down the machine type</para>
<informalexample>
- <screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput>
- </screen>
+ <screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput></screen>
</informalexample>
<para>Or to reboot type</para>
<informalexample>
- <screen>&prompt.root; <userinput>/sbin/shutdown -r now</userinput>
- </screen>
+ <screen>&prompt.root; <userinput>/sbin/shutdown -r now</userinput></screen>
</informalexample>
<para>or</para>
<informalexample>
- <screen>&prompt.root; <userinput>/sbin/reboot</userinput>
- </screen>
+ <screen>&prompt.root; <userinput>/sbin/reboot</userinput></screen>
</informalexample>
<para>You can also reboot with
@@ -93,8 +89,7 @@
user now with</para>
<informalexample>
- <screen>&prompt.root; <userinput>adduser</userinput>
- </screen>
+ <screen>&prompt.root; <userinput>adduser</userinput></screen>
</informalexample>
<para>The first time you use adduser, it might ask for some
@@ -110,8 +105,7 @@
jack into other groups, type <userinput>wheel</userinput></para>
<informalexample>
- <screen>Login group is ``jack''. Invite jack into other groups: <userinput>wheel</userinput>
- </screen>
+ <screen>Login group is ``jack''. Invite jack into other groups: <userinput>wheel</userinput></screen>
</informalexample>
<para>This will make it possible to log in as
@@ -379,8 +373,7 @@
&prompt.root; <userinput>periodic weekly</userinput>
<lineannotation>output omitted</lineannotation>
&prompt.root; <userinput>periodic monthly</userinput>
-<lineannotation>output omitted</lineannotation>
- </screen>
+<lineannotation>output omitted</lineannotation></screen>
</informalexample>
<para>If you get tired of waiting, press
@@ -430,8 +423,7 @@
<filename>/etc</filename> directory and do:</para>
<informalexample>
- <screen>&prompt.root; <userinput>cp rc.conf rc.conf.orig</userinput>
- </screen>
+ <screen>&prompt.root; <userinput>cp rc.conf rc.conf.orig</userinput></screen>
</informalexample>
<para>This would copy <filename>rc.conf</filename> to
@@ -442,8 +434,7 @@
<informalexample>
<screen>&prompt.root; <userinput>mv rc.conf rc.conf.orig</userinput>
-&prompt.root; <userinput>cp rc.conf.orig rc.conf</userinput>
- </screen>
+&prompt.root; <userinput>cp rc.conf.orig rc.conf</userinput></screen>
</informalexample>
<para>because the <command>mv</command> command preserves the
@@ -462,8 +453,7 @@
<para>To edit a file, type</para>
<informalexample>
- <screen>&prompt.root; <userinput>vi <replaceable>filename</replaceable></userinput>
- </screen>
+ <screen>&prompt.root; <userinput>vi <replaceable>filename</replaceable></userinput></screen>
</informalexample>
<para>Move through the text with the arrow keys.
@@ -618,8 +608,7 @@
The command</para>
<informalexample>
- <screen>&prompt.user; <userinput>man chmod | col -b &gt; chmod.txt</>
- </screen>
+ <screen>&prompt.user; <userinput>man chmod | col -b &gt; chmod.txt</></screen>
</informalexample>
<para>will remove formatting codes and send the man page to the
@@ -628,8 +617,7 @@
drive a, <command>su</command> to root, and type</para>
<informalexample>
- <screen>&prompt.root; <userinput>/sbin/mount -t msdos /dev/fd0 /mnt</>
- </screen>
+ <screen>&prompt.root; <userinput>/sbin/mount -t msdos /dev/fd0 /mnt</></screen>
</informalexample>
<para>to mount the floppy drive on
@@ -641,8 +629,7 @@
the floppy with:</para>
<informalexample>
- <screen>&prompt.user; <userinput>cp chmod.txt /mnt</>
- </screen>
+ <screen>&prompt.user; <userinput>cp chmod.txt /mnt</></screen>
</informalexample>
<para>and use <command>ls /mnt</command> to get a directory
@@ -653,8 +640,7 @@
<filename>/sbin/dmesg</filename> by typing</para>
<informalexample>
- <screen>&prompt.user; <userinput>/sbin/dmesg &gt; dmesg.txt</>
- </screen>
+ <screen>&prompt.user; <userinput>/sbin/dmesg &gt; dmesg.txt</></screen>
</informalexample>
<para>and copying <filename>dmesg.txt</filename> to the floppy.
@@ -670,8 +656,7 @@
disk out with</para>
<informalexample>
- <screen>&prompt.root; <userinput>/sbin/umount /mnt</>
- </screen>
+ <screen>&prompt.root; <userinput>/sbin/umount /mnt</></screen>
</informalexample>
<para>and reboot to go to DOS. Copy these files to a DOS
@@ -771,8 +756,7 @@
with</para>
<informalexample>
- <screen>&prompt.user; <userinput>find /usr -name "<replaceable>filename</>"</>
- </screen>
+ <screen>&prompt.user; <userinput>find /usr -name "<replaceable>filename</>"</></screen>
</informalexample>
<para>You can use <literal>*</literal> as a wildcard in
@@ -821,8 +805,7 @@
add that should be available to all users) with:</para>
<informalexample>
- <screen>&prompt.root; <userinput>cp -R /cdrom/ports/comm/kermit /usr/local</>
- </screen>
+ <screen>&prompt.root; <userinput>cp -R /cdrom/ports/comm/kermit /usr/local</></screen>
</informalexample>
<para>This should result in a
@@ -844,8 +827,7 @@
<filename>Makefile</filename>. Type</para>
<informalexample>
- <screen>&prompt.root; <userinput>make all install</>
- </screen>
+ <screen>&prompt.root; <userinput>make all install</></screen>
</informalexample>
<para>During this process the port will ftp to get any compressed