Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/nvi/dist/docs/vi.man Fix the date (setting the ...



details:   https://anonhg.NetBSD.org/src/rev/61b2a26a2321
branches:  trunk
changeset: 820028:61b2a26a2321
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Dec 27 06:50:03 2016 +0000

description:
Fix the date (setting the date to the same as the date on which this version was imported).

Looks like the '%Q%' was supposed to be translated to an actual date through
some tool but neither the README nor the Makefile say anything. So just
setting the date manually.

ok wiz@

diffstat:

 external/bsd/nvi/dist/docs/vi.man/vi.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b820ec6214ac -r 61b2a26a2321 external/bsd/nvi/dist/docs/vi.man/vi.1
--- a/external/bsd/nvi/dist/docs/vi.man/vi.1    Tue Dec 27 04:12:34 2016 +0000
+++ b/external/bsd/nvi/dist/docs/vi.man/vi.1    Tue Dec 27 06:50:03 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vi.1,v 1.4 2016/08/27 03:34:28 dholland Exp $
+.\"    $NetBSD: vi.1,v 1.5 2016/12/27 06:50:03 abhinav Exp $
 .\"
 .\" Copyright (c) 1994
 .\"     The Regents of the University of California.  All rights reserved.
@@ -12,7 +12,7 @@
 .\"
 .\"     Id: vi.1,v 8.53 2001/01/28 13:20:06 skimo Exp  (Berkeley) Date: 2001/01/28 13:20:06 
 .\"
-.TH VI 1 "%Q%"
+.TH VI 1 "November 22, 2013"
 .UC
 .SH NAME
 ex, vi, view \- text editors



Home | Main Index | Thread Index | Old Index