diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-08-16 18:51:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-08-16 18:51:26 +0000 |
commit | ae066bd0c1f43b493bf0e94b324a3f802a600196 (patch) | |
tree | 3f87589c3d5ec666a6a00c550e06ddff2ba9f8c2 /bin/sync | |
parent | 281fa0e718c51cb6d8da5ec323c6958cf391ed24 (diff) |
Add, correct, and improve HISTORY sections.
From Sevan Janiyan <venture37 at geeklan dot co dot uk>.
Verified using http://minnie.tuhs.org/.
Diffstat (limited to 'bin/sync')
-rw-r--r-- | bin/sync/sync.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index 8fa310fd3fd..9d34437364e 100644 --- a/bin/sync/sync.8 +++ b/bin/sync/sync.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sync.8,v 1.13 2016/01/09 21:27:28 mmcc Exp $ +.\" $OpenBSD: sync.8,v 1.14 2016/08/16 18:51:25 schwarze Exp $ .\" $NetBSD: sync.8,v 1.6 1995/03/21 09:11:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sync.8 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: January 9 2016 $ +.Dd $Mdocdate: August 16 2016 $ .Dt SYNC 8 .Os .Sh NAME @@ -69,4 +69,4 @@ function. A .Nm command appeared in -.At v6 . +.At v4 . |