diff options
author | jmg <jmg@FreeBSD.org> | 2006-12-19 20:20:39 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2006-12-19 20:20:39 +0000 |
commit | 406c54c0f9851d44ac5b7748af3af26165cce553 (patch) | |
tree | d68441e961d81a54fef1a9c5e6f64af5622f1f32 /lib/libc | |
parent | 67bf87cf4e1119299b1ac70dc9c3c4a7392a3849 (diff) | |
download | FreeBSD-src-406c54c0f9851d44ac5b7748af3af26165cce553.zip FreeBSD-src-406c54c0f9851d44ac5b7748af3af26165cce553.tar.gz |
add a missing the...
MFC after: 3 days
Diffstat (limited to 'lib/libc')
-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 10beb7c..f293571 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -119,7 +119,7 @@ Additionally %OB implemented to represent alternative months names (used standalone, without day mentioned). .It Cm %e -is replaced by the day of month as a decimal number (1-31); single +is replaced by the day of the month as a decimal number (1-31); single digits are preceded by a blank. .It Cm \&%F is equivalent to |