summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2010-04-13 20:38:27 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2010-04-13 20:38:27 +0000
commit90eab76b989d09ccc5646ef76c1f1e266836e20a (patch)
tree143169dbf04a236393b126f1ed9b8a9dd703acee
parent3ab57c5d155bf877c24b4c05bdf3cd6ccf8a8d15 (diff)
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