diff options
author | 2012-09-19 20:50:15 +0000 | |
---|---|---|
committer | 2012-09-19 20:50:15 +0000 | |
commit | eba9e18488945914582e3fc050fbee91a2db5bd5 (patch) | |
tree | 857831fd2f32ebaefa29f165cd0307c19ccf7a16 | |
parent | Add support for the rdrand instruction found in recent Intel processors. (diff) | |
download | wireguard-openbsd-eba9e18488945914582e3fc050fbee91a2db5bd5.tar.xz wireguard-openbsd-eba9e18488945914582e3fc050fbee91a2db5bd5.zip |
this command comes from V7; from simon gerraty
confirmed by sobrado
-rw-r--r-- | usr.bin/yes/yes.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index 3104cee3a5e..a323272e685 100644 --- a/usr.bin/yes/yes.1 +++ b/usr.bin/yes/yes.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yes.1,v 1.6 2007/05/31 19:20:20 jmc Exp $ +.\" $OpenBSD: yes.1,v 1.7 2012/09/19 20:50:15 jmc Exp $ .\" $NetBSD: yes.1,v 1.3 1994/11/14 04:56:14 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)yes.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 19 2012 $ .Dt YES 1 .Os .Sh NAME @@ -50,4 +50,4 @@ forever. The .Nm command appeared in -.Bx 4.0 . +.At v7 . |