diff options
author | John Baldwin <jhb@FreeBSD.org> | 1999-10-12 12:41:51 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 1999-10-12 12:41:51 +0000 |
commit | 6211e6739b6cfba0f2b6d45f61b11afcf3ac104c (patch) | |
tree | d709ad2238c59cd0a2adb36c3627cbcb75af25f1 | |
parent | cb8119c39388beb6ec30cd55d369853940652f7b (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/articles/new-users/article.sgml | 12 | ||||
-rw-r--r-- | en_US.ISO_8859-1/articles/new-users/article.sgml | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/en_US.ISO8859-1/articles/new-users/article.sgml b/en_US.ISO8859-1/articles/new-users/article.sgml index 18f48ba914..bc5ca5f841 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.ISO_8859-1/articles/new-users/article.sgml,v 1.10 1999/10/12 12:25:41 jhb Exp $ --> +<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.11 1999/10/12 12:38:12 jhb Exp $ --> <!-- The FreeBSD Documentation Project --> <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> @@ -39,9 +39,9 @@ installation or as <firstterm>root</firstterm>. (Your FreeBSD installation will already have an account for root; root can go anywhere and do anything, including deleting essential files, so - be careful!) The symbols % and # in the following stand for the - prompt (yours may be different), with % indicating an ordinary - user and # indicating root.</para> + be careful!) The symbols &prompt.user; and &prompt.root; in the following stand for the + prompt (yours may be different), with &prompt.user; indicating an ordinary + user and &prompt.root; indicating root.</para> <para>To log out (and get a new <systemitem class=prompt>login:</systemitem> prompt) type</para> @@ -93,7 +93,7 @@ user now with</para> <informalexample> - <screen># <userinput>adduser</userinput> + <screen>&prompt.root; <userinput>adduser</userinput> </screen> </informalexample> @@ -454,7 +454,7 @@ then</para> <informalexample> - <screen># <userinput>mv rc.conf.orig rc.conf</userinput></screen> + <screen>&prompt.root; <userinput>mv rc.conf.orig rc.conf</userinput></screen> </informalexample> <para>to put things back the way they were.</para> diff --git a/en_US.ISO_8859-1/articles/new-users/article.sgml b/en_US.ISO_8859-1/articles/new-users/article.sgml index 18f48ba914..bc5ca5f841 100644 --- a/en_US.ISO_8859-1/articles/new-users/article.sgml +++ b/en_US.ISO_8859-1/articles/new-users/article.sgml @@ -1,4 +1,4 @@ -<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.10 1999/10/12 12:25:41 jhb Exp $ --> +<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.11 1999/10/12 12:38:12 jhb Exp $ --> <!-- The FreeBSD Documentation Project --> <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> @@ -39,9 +39,9 @@ installation or as <firstterm>root</firstterm>. (Your FreeBSD installation will already have an account for root; root can go anywhere and do anything, including deleting essential files, so - be careful!) The symbols % and # in the following stand for the - prompt (yours may be different), with % indicating an ordinary - user and # indicating root.</para> + be careful!) The symbols &prompt.user; and &prompt.root; in the following stand for the + prompt (yours may be different), with &prompt.user; indicating an ordinary + user and &prompt.root; indicating root.</para> <para>To log out (and get a new <systemitem class=prompt>login:</systemitem> prompt) type</para> @@ -93,7 +93,7 @@ user now with</para> <informalexample> - <screen># <userinput>adduser</userinput> + <screen>&prompt.root; <userinput>adduser</userinput> </screen> </informalexample> @@ -454,7 +454,7 @@ then</para> <informalexample> - <screen># <userinput>mv rc.conf.orig rc.conf</userinput></screen> + <screen>&prompt.root; <userinput>mv rc.conf.orig rc.conf</userinput></screen> </informalexample> <para>to put things back the way they were.</para> |