diff doc/variables.txt @ 2797:322b580e0eb4 HEAD

Changed %p (protocol) -> %s (service). Also changed %P (pid) -> %p. Hopefully people weren't using these much yet :)
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 02:34:34 +0300
parents 1ce02ffc7ec7
children 77ad773054dd
line wrap: on
line diff
--- a/doc/variables.txt	Thu Oct 21 02:05:53 2004 +0300
+++ b/doc/variables.txt	Thu Oct 21 02:34:34 2004 +0300
@@ -11,8 +11,8 @@
  %n - user part in user@domain, same as %u if there's no domain
  %d - domain part in user@domain, empty if user there's no domain
  %h - home directory
- %p - protocol (IMAP or POP3)
- %P - PID of the current process (login or imap/pop3 process)
+ %s - service (IMAP or POP3)
+ %p - PID of the current process (login or imap/pop3 process)
  %l - local IP address
  %r - remote IP address