Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2007 05:01:11 +0300
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        Marshall Brannan <jmbrannan@gmail.com>, Ben Kaduk <minimarmot@gmail.com>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: Typo in FreeBSD manual
Message-ID:  <20070903020111.GB12449@kobe.laptop>
In-Reply-To: <47d0403c0709011344h35033f41k8e5d4ac5b219a376@mail.gmail.com> <622d610c0709011230i34f918e8t3e42e3208eada6fa@mail.gmail.com>
References:  <622d610c0709011230i34f918e8t3e42e3208eada6fa@mail.gmail.com> <47d0403c0709011344h35033f41k8e5d4ac5b219a376@mail.gmail.com> <622d610c0709011230i34f918e8t3e42e3208eada6fa@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-09-01 14:30, Marshall Brannan <jmbrannan@gmail.com> wrote:
> I found the following typo in the FreeBSD manual under section 4.5.4.2:
>
> -----------------------------------------------------
> To avoid using ports, specify -PP.
>
> # portupgrade -PR gnome2
> -----------------------------------------------------
>
> "To avoid using ports, specify -PP." should be changed to: "To
> avoid using ports, specify -PR."

Actually, as Ben Kaduk noted:

    Thanks for noticing the discrepancy, but -PP is actually the
    correct way to avoid using ports

> I hope this is the right place to post a message like this!

It's the right place.  In the future, it may be worth filing a but
report with send-pr, so that the change doesn't "fall through the
cracks" and get forgotten.

I've committed the following fix:

%         <application>portupgrade</application> will use ports.
%         To avoid using ports, specify <option>-PP</option>.</para>
%
% -      <screen>&prompt.root; <userinput>portupgrade -PR gnome2</userinput></screen>
% +      <screen>&prompt.root; <userinput>portupgrade -PP gnome2</userinput></screen>

in revision 1.268 of handbook/ports/chapter.sgml:

% Checking in chapter.sgml;
% /home/dcvs/doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v  <--  chapter.sgml
% new revision: 1.268; previous revision: 1.267
% done
% Mailing the commit message to 'doc-committers@FreeBSD.org cvs-doc@FreeBSD.org cvs-all@FreeBSD.org'.

Thanks for reading our documentation so carefully, but most of all thank
you for letting us know, so it can be fixed :-)

- Giorgos




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070903020111.GB12449>