pereinar    2002/06/18 01:44:11

  Modified:    src/contribute/docs style.pod
  Log:
  Changed prompt style.
  
  Revision  Changes    Path
  1.4       +10 -3     modperl-docs/src/contribute/docs/style.pod
  
  Index: style.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/contribute/docs/style.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- style.pod 16 Jun 2002 12:43:38 -0000      1.3
  +++ style.pod 18 Jun 2002 08:44:11 -0000      1.4
  @@ -168,13 +168,20 @@
   
   I<user> mode prompt:
   
  -  ai% ls -l
  +  % ls -l
   
   I<root> mode prompt:
   
  -  ai# ls -l
  +  # ls -l
   
  -(ai for A.I., short and sweet)
  +This is also documented in the L<Conventions|docs::conventions>
  +document. If there is possible confusion about whether the second one
  +is a root prompt or a comment, it might be a good idea to indicate it.
  +
  +For Operating System-specific information, use an adapted prompt: for
  +example for Win32:
  +
  +  C:\> bin\build
   
   =item *
   
  
  
  

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

Reply via email to