Date: Thu, 19 Nov 2009 19:30:03 GMT From: Marc Fonvieille <blackend@FreeBSD.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/140703: add xorg-minimal as alternative for X11 Distribution installation Message-ID: <200911191930.nAJJU39i085709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/140703; it has been noted by GNATS. From: Marc Fonvieille <blackend@FreeBSD.org> To: Jason Helfman <jhelfman@e-e.com> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/140703: add xorg-minimal as alternative for X11 Distribution installation Date: Thu, 19 Nov 2009 20:26:20 +0100 On Thu, Nov 19, 2009 at 06:46:35PM +0000, Jason Helfman wrote: > > >Description: > add xorg-minimal as alternative for X11 Distribution installation > > -suggestion per maintainer of port > > Attempted to fix this particular portion of document per standards I believe I met. [...] Hello, Most of time we avoid to mix content and whitespace changes. > > --- en_US.ISO8859-1/books/handbook/x11/chapter.sgml.orig 2009-11-19 10:33:01.000000000 -0800 > +++ en_US.ISO8859-1/books/handbook/x11/chapter.sgml 2009-11-19 10:42:19.000000000 -0800 > @@ -339,11 +339,18 @@ > > <screen>&prompt.root; <userinput>pkg_add -r xorg</userinput></screen> > > - <note><para>The examples above will install the complete > + <note> > + <para>The examples above will install the complete > X11 distribution including the > servers, clients, fonts etc. Separate packages and ports of X11 > - are also > - available.</para></note> > + are also available.</para> All above are whitespace/wrapping/layout changes. > + > + <para>To install an minimal X11 distribution you can > + alternatively install <filename role="package">x11/xorg-minimal > + </filename></para>. the closing </filename> should directly follow x11/xorg-minimal, i.e., <filename role="package">x11/xorg-minimal</filename>. You can break the tags like this: blahblahblah blah blahblahblahblahblahblah <filename role="package">x11/xorg-minimal</filename> but not like: blahblahblah blahblahblah <filename role="package">x11/xorg-minimal </filename> -- Marc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911191930.nAJJU39i085709>