diff --git a/lib/modules/System.pmod/module.pmod b/lib/modules/System.pmod/module.pmod index d5ef3c9bce6e3aa83101f8704a93f9e42ee50429..f6b781d6517396d0c4d354512d1d2155c899b3e1 100644 --- a/lib/modules/System.pmod/module.pmod +++ b/lib/modules/System.pmod/module.pmod @@ -8,6 +8,7 @@ inherit _system; constant Timer = __builtin.Timer; constant Time = __builtin.Time; constant TM = __builtin.TM; + //! Get the username of the user that started the process. //! //! @returns diff --git a/src/builtin.cmod b/src/builtin.cmod index ba468f0dd9bd2ffb5fde230957fddaa352b7b2bb..8ae1c679e8e3f0ec3229649c45a0fd0cb079c345 100644 --- a/src/builtin.cmod +++ b/src/builtin.cmod @@ -216,7 +216,7 @@ PIKECLASS TM *! %d The day of the month as a decimal number (range 01 to 31). *! *! %D Equivalent to %m/%d/%y. (for Americans only. Americans should note that in other countries %d/%m/%y is rather common. This means that in international context this format is ambiguous and should not be used.) - + *! *! %e Like %d, the day of the month as a decimal number, but a leading zero is replaced by a space. *! *! %E Modifier: use alternative format, see below.