diff options
| author | 2018-10-31 17:05:54 +0000 | |
|---|---|---|
| committer | 2018-10-31 17:05:54 +0000 | |
| commit | ab0ed041a56885fcbec3d0c58effdc9c7e7aca6d (patch) | |
| tree | 5e961b2c7186496064ae0e3d8d06ac9a5a9ac8f4 /lib/libc | |
| parent | smtp_tx_mail_from() and smtp_tx_rcpt_to() should take a const char *line (diff) | |
| download | wireguard-openbsd-ab0ed041a56885fcbec3d0c58effdc9c7e7aca6d.tar.xz wireguard-openbsd-ab0ed041a56885fcbec3d0c58effdc9c7e7aca6d.zip | |
typo; fix from hiltjo posthuma
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/timespec_get.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3 index 1092344a666..b53a2a627d7 100644 --- a/lib/libc/gen/timespec_get.3 +++ b/lib/libc/gen/timespec_get.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timespec_get.3,v 1.2 2018/10/30 22:31:45 jmc Exp $ +.\" $OpenBSD: timespec_get.3,v 1.3 2018/10/31 17:05:54 deraadt Exp $ .\" $NetBSD: timespec_get.3,v 1.4 2018/08/13 06:08:48 wiz Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 30 2018 $ +.Dd $Mdocdate: October 31 2018 $ .Dt TIMESPEC_GET 3 .Os .Sh NAME @@ -40,7 +40,7 @@ .Fn timespec_get "struct timespec *ts" "int base" .Sh DESCRIPTION The -.Fn timspec_get +.Fn timespec_get function sets the interval pointed to by .Fa ts to hold the current calendar time based on the specified time base in |
