diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
| commit | c6ff3a1bf74d96278726113478b2c66884aab584 (patch) | |
| tree | 6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libc/stdtime | |
| parent | 55609eba05d32edc56e3f69740099d4d9b095cef (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/ctime.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index ae5c6a1b77383..c8796b87c5103 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -322,7 +322,8 @@ and the .Fn \&_r variants of the other functions, these functions leaves their result in an internal static object and return -a pointer to that object. Subsequent calls to these +a pointer to that object. +Subsequent calls to these function will modify the same object. .Pp The C Standard provides no mechanism for a program to modify its current |
