summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormk <mk@openbsd.org>2010-04-13 20:38:26 +0000
committermk <mk@openbsd.org>2010-04-13 20:38:26 +0000
commitfa0008617c4551de36487838e099d93356a56cb0 (patch)
tree380a56fc46cccac877dfe20c2e1c6b86ec65dcee
parentUse a more appropriate wording in ldpctl show lib and lfib outputs. (diff)
downloadwireguard-openbsd-fa0008617c4551de36487838e099d93356a56cb0.tar.xz
wireguard-openbsd-fa0008617c4551de36487838e099d93356a56cb0.zip
TIOCSTSTAMP uses `struct tstamps', not `struct tstamp'.
Noticed almost four years ago when I wrote some code which I stumbled upon tonight. ok beck ckuethe millert
-rw-r--r--share/man/man4/tty.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index 7e9e4b5090f..b5b4f8b466a 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tty.4,v 1.35 2009/01/31 19:37:12 sobrado Exp $
+.\" $OpenBSD: tty.4,v 1.36 2010/04/13 20:38:26 mk Exp $
.\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)tty.4 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: January 31 2009 $
+.Dd $Mdocdate: April 13 2010 $
.Dt TTY 4
.Os
.Sh NAME
@@ -444,7 +444,7 @@ in
is cleared in the terminal.
.It Dv TIOCGTSTAMP Fa struct timeval *timeval
Return the (single) timestamp.
-.It Dv TIOCSTSTAMP Fa struct tstamp *tstamps
+.It Dv TIOCSTSTAMP Fa struct tstamps *tstamps
Chooses the conditions which will cause the current system time to be
immediately copied to the terminal timestamp storage.
This is often used to determine exactly the moment at which one or