| Summary: | handbook/ports-using.html sysinstall clarification | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Chris Pepper <pepper> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Chris Pepper
2002-06-24 02:50:01 UTC
Here is a patch to clarify this a little.
--- ports-using.html Tue Jul 16 07:30:52 2002
+++ ports-using.html- Tue Jul 16 12:22:11 2002
@@ -108,7 +108,13 @@
</li>
<li>
- <p>Follow the menus to exit <b class=
+ <p>Scroll up to <span class=
+ "GUIMENUITEM">Exit</span>, press <b class=
+ "KEYCAP">Enter</b>.</p>
+ </li>
+
+ <li>
+ <p>Press X to exit <b class=
"APPLICATION">sysinstall</b>.</p>
</li>
</ol>
--
------------------------------------------------------------------
Eric Anderson Systems Administrator Centaur Technology
For Sale: Parachute. Only used once, never opened, small stain.
------------------------------------------------------------------
State Changed From-To: open->feedback Could you submit a patch for the sgml source? Otherwise I'll take care of this. Responsible Changed From-To: freebsd-doc->trhodes Could you submit a patch for the sgml source? Otherwise I'll take care of this. At 5:42 PM -0700 2002/10/03, Tom Rhodes wrote: >Synopsis: handbook/ports-using.html sysinstall clarification > >State-Changed-From-To: open->feedback >State-Changed-By: trhodes >State-Changed-When: Thu Oct 3 17:41:57 PDT 2002 >State-Changed-Why: >Could you submit a patch for the sgml source? Otherwise I'll take >care of this. > > >Responsible-Changed-From-To: freebsd-doc->trhodes >Responsible-Changed-By: trhodes >Responsible-Changed-When: Thu Oct 3 17:41:57 PDT 2002 >Responsible-Changed-Why: >Could you submit a patch for the sgml source? Otherwise I'll take >care of this. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=39751 Here's an SGML patch, based on Eric's HTML patch. Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v retrieving revision 1.180 diff -u -r1.180 chapter.sgml --- chapter.sgml 2002/10/04 00:34:10 1.180 +++ chapter.sgml 2002/10/04 02:27:13 @@ -506,7 +506,12 @@ </step> <step> - <para>Follow the menus to exit <application>sysinstall</application>.</para> + <para>Scroll up to <guimenuitem>Exit</guimenuitem> and press + <keycap>Enter</keycap>.</para> + </step> + + <step> + <para>Press <keycap>X</keycap> to exit <application>sysinstall</application>.</para> </step> </procedure> -- Chris Pepper: <http://www.reppep.com/~pepper/> Rockefeller University: <http://www.rockefeller.edu/> Didn't commit right away, but I got it in there! Thanks alot! If you want to clean up some of your other PR's and Patches then I'll get to them for you. Thanks alot for this submission! On Thu, 3 Oct 2002 22:30:02 -0400 Chris Pepper <pepper@reppep.com> wrote: > At 5:42 PM -0700 2002/10/03, Tom Rhodes wrote: > >Synopsis: handbook/ports-using.html sysinstall clarification > > > >State-Changed-From-To: open->feedback > >State-Changed-By: trhodes > >State-Changed-When: Thu Oct 3 17:41:57 PDT 2002 > >State-Changed-Why: > >Could you submit a patch for the sgml source? Otherwise I'll take > >care of this. > > > > > >Responsible-Changed-From-To: freebsd-doc->trhodes > >Responsible-Changed-By: trhodes > >Responsible-Changed-When: Thu Oct 3 17:41:57 PDT 2002 > >Responsible-Changed-Why: > >Could you submit a patch for the sgml source? Otherwise I'll take > >care of this. > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=39751 > > Here's an SGML patch, based on Eric's HTML patch. > > Index: chapter.sgml > =================================================================== > RCS file: > /home/ncvs/doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v > retrieving revision 1.180 diff -u -r1.180 chapter.sgml > --- chapter.sgml 2002/10/04 00:34:10 1.180 > +++ chapter.sgml 2002/10/04 02:27:13 > @@ -506,7 +506,12 @@ > </step> > > <step> > - <para>Follow the menus to exit > <application>sysinstall</application>.</para> > + <para>Scroll up to <guimenuitem>Exit</guimenuitem> and press > + <keycap>Enter</keycap>.</para> > + </step> > + > + <step> > + <para>Press <keycap>X</keycap> to exit > <application>sysinstall</application>.</para> > </step> > </procedure> > > > -- > Chris Pepper: <http://www.reppep.com/~pepper/> > Rockefeller University: <http://www.rockefeller.edu/> > -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key State Changed From-To: feedback->closed Latest patch committed! Thanks alot for the submission! |