Hi!

In download/docs, the shell is represented by
  ai%
  
The attached patch removes the "ai" part to conform with the style guidlines.

That is, I thought it should be "%". But in admin/style.pod, the opposite is
stated, i.e. 
  ai% ls -l

So what's correct?

I'll vote for 
  %



-- 
 D_OMM      +---->  http://domm.zsi.at <-----+
 O_xyderkes |       neu:  Arbeitsplatz       |   
 M_echanen  | http://domm.zsi.at/d/d162.html |
 M_asteuei  +--------------------------------+


Index: src/download/docs.pod
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/download/docs.pod,v
retrieving revision 1.5
diff -u -r1.5 docs.pod
--- src/download/docs.pod       12 May 2002 05:41:22 -0000      1.5
+++ src/download/docs.pod       4 Jun 2002 18:32:11 -0000
@@ -19,9 +19,9 @@
 CVS installed, run the following commands from the directory you want
 to place the I<modperl-docs> directory in:
 
-  ai% cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic login
+  % cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic login
     (use the password "anoncvs")
-  ai% cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-docs
+  % cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-docs
 
 You will now find a directory called I<modperl-docs> in the current
 working directory which contains all the sources needed to build the
@@ -63,7 +63,7 @@
 checked out from CVS. To build the whole site, run this while being
 placed in the I<modperl-docs> directory.
 
-  ai% bin/build
+  % bin/build
 
 This will place the site in the sub-directory I<dst_html>. You may
 open I<index.html> in there to start browsing the site.
@@ -76,7 +76,7 @@
 Now, you can go back to your I<modperl-docs> directory. Building the
 PDF version is as easy as with the HTML version, just do a simple:
 
-  ai% bin/build -d
+  % bin/build -d
 
 And the PDF version will be built. This is often very time-consuming
 and heave on resources though. The results will be placed in
@@ -95,8 +95,8 @@
 copy, and re-build the site (although it will only rebuilt modified
 files).
 
-  ai% cvs up
-  ai% bin/build
+  % cvs up
+  % bin/build
 
 Rebuilding the PDF version is just as easy, just run:
 
@@ -106,8 +106,8 @@
 usually when there are changes made to the design or to I<config.cfg>
 files. In that case, you will need to force the whole rebuild:
 
-  ai% bin/build -f
-  ai% bin/build -df    # if you want PDF to be rebuilt.
+  % bin/build -f
+  % bin/build -df    # if you want PDF to be rebuilt.
 
 =head1 Submitting documentation patches
 
@@ -126,7 +126,7 @@
 If you only add a paragraph/modify a line, please make sure you have
 the I<latest> CVS version, and then issue:
 
-  ai% cvs diff -u > patch
+  % cvs diff -u > patch
 
 And send the I<patch> file to the maintainer, preferably inline in
 your e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to