[svn:parrot] r44982 - trunk/docs/pdds

gerd at svn.parrot.org gerd at svn.parrot.org
Wed Mar 17 12:54:29 UTC 2010


Author: gerd
Date: Wed Mar 17 12:54:28 2010
New Revision: 44982
URL: https://trac.parrot.org/parrot/changeset/44982

Log:
Add a missing slash

Modified:
   trunk/docs/pdds/pdd30_install.pod

Modified: trunk/docs/pdds/pdd30_install.pod
==============================================================================
--- trunk/docs/pdds/pdd30_install.pod	Wed Mar 17 08:32:09 2010	(r44981)
+++ trunk/docs/pdds/pdd30_install.pod	Wed Mar 17 12:54:28 2010	(r44982)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
 # $Id$
 
 =head1 PDD 30: Installation
@@ -7,8 +7,8 @@
 
 This PDD outlines Parrot's installation system and support. Parrot's core
 installation system will provide support for binary packages, a working C<make
-install> target, compiled installables, and FHS compliant search paths for the
-installables.
+install> target, compiled installables, and Filesystem Hierarchy Standard (FHS)
+compliant search paths for the installables.
 
 =head2 Version
 
@@ -33,9 +33,8 @@
 
 =head2 Description
 
-Parrot uses Filesystem Hierarchy Standard (FHS) compliant install directories
-by default. Each install location is configurable with options passed to the
-configure script.
+Parrot uses FHS compliant install directories by default. Each install location
+is configurable with options passed to the configure script.
 
 =over
 
@@ -84,7 +83,7 @@
 It is recommended that languages follow a standard pattern in installing their
 libraries so a bytecode compiled version of a module in the C<mylang> HLL
 named C<['Foo';'Bar']> is stored in
-F<usr/lib/parrot/E<lt>versionE<gt>/languages/E<lt>mylangE<gt>/library/Foo/Bar.pbc>
+F</usr/lib/parrot/E<lt>versionE<gt>/languages/E<lt>mylangE<gt>/library/Foo/Bar.pbc>
 
 =item F</usr/lib/parrot/E<lt>versionE<gt>/tools/>
 


More information about the parrot-commits mailing list