diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-15 05:27:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-15 05:27:56 +0000 |
commit | 44a2e9ca3d169429db3ac5422139c6a75c9c3ab6 (patch) | |
tree | f0bd1a251242210aeb508d54c6443f4f6d08537e /lib/libc | |
parent | 3da322bdbb03bdd5e3b050ab60cc7953c482282f (diff) |
Minor formatting tweak from NetBSD (perry) + OpenBSD tags.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 98768df1cee..b7a6936cbd2 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: gettimeofday.2,v 1.6 1995/10/12 15:41:01 jtc Exp $ +.\" $OpenBSD: gettimeofday.2,v 1.3 1997/01/15 05:27:55 millert Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,6 +51,7 @@ Note: timezone is no longer used; this information is kept outside the kernel. .Ef +.Pp The system's notion of the current Greenwich time and the current time zone is obtained with the .Fn gettimeofday |