Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2009 10:22:25 -0400
From:      Glen Barber <glen.j.barber@gmail.com>
To:        freebsd-doc@freebsd.org
Subject:   Re: missing "/".
Message-ID:  <4ad871310908110722n5b37e347t856873895506795@mail.gmail.com>
In-Reply-To: <20090811090517.GA1865@PC-686.Workstation>
References:  <4A7D92AC.8050800@orange.fr> <20090811090517.GA1865@PC-686.Workstation>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Tue, Aug 11, 2009 at 5:05 AM, Li<fender0107401@gmail.com> wrote:
> Handbook 3.4:
>
> /usr/obj/       Architecture-specific target tree produced by building the /usr/src tree.
> /usr/ports      The FreeBSD Ports Collection (optional).
> /usr/sbin/      System daemons & system utilities (executed by users).
> /usr/share/     Architecture-independent files.
> /usr/src/       BSD and/or local source files.
>
> Every directory has a "/" in the end except "/usr/ports".
>
> Should be added.

/var/yp/ was missing it as well.  I have a patch attached to correct
both instances (assuming Gmail doesn't break it).



-- 
Glen Barber

[-- Attachment #2 --]
--- handbook/basics/chapter.sgml.orig	2009-08-11 10:16:22.000000000 -0400
+++ handbook/basics/chapter.sgml	2009-08-11 10:17:35.000000000 -0400
@@ -998,7 +998,7 @@
 	    </row>
 	    
 	    <row>
-	      <entry><filename class="directory">/usr/ports</filename></entry>
+	      <entry><filename class="directory">/usr/ports/</filename></entry>
 	      <entry>The FreeBSD Ports Collection (optional).</entry>
 	    </row>
 	    
@@ -1060,7 +1060,7 @@
 	    </row>
 	    
 	    <row>
-	      <entry><filename>/var/yp</filename></entry>
+	      <entry><filename>/var/yp/</filename></entry>
 	      <entry>NIS maps.</entry>
 	    </row>
 
help

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