diff options
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 3da35a1..fd510ba 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -141,7 +141,7 @@ is replaced by a tab. .It Cm \&%S is replaced by the second as a decimal number (00-60). .It Cm %s -is replaced by the number of seconds since the Epoch, UCT (see +is replaced by the number of seconds since the Epoch, UTC (see .Xr mktime 3 ) . .It Cm \&%T No or Cm \&%X is equivalent to |