Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/what Clarify that SCCS is a specific thing and not a...



details:   https://anonhg.NetBSD.org/src/rev/5c2118ee3e41
branches:  trunk
changeset: 342197:5c2118ee3e41
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Dec 12 09:52:40 2015 +0000

description:
Clarify that SCCS is a specific thing and not a generic thing.

diffstat:

 usr.bin/what/what.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 35b89d83f5ae -r 5c2118ee3e41 usr.bin/what/what.1
--- a/usr.bin/what/what.1       Sat Dec 12 09:50:12 2015 +0000
+++ b/usr.bin/what/what.1       Sat Dec 12 09:52:40 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: what.1,v 1.13 2003/08/07 11:17:15 agc Exp $
+.\"    $NetBSD: what.1,v 1.14 2015/12/12 09:52:40 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)what.1     8.1 (Berkeley) 6/6/93
 .\"
-.Dd February 22, 1999
+.Dd December 12, 2015
 .Dt WHAT 1
 .Os
 .Sh NAME
@@ -46,7 +46,7 @@
 .Ar file
 operand and searches for sequences of the form
 .Dq \&@(#)
-as inserted by the source code control system.
+as inserted by SCCS and SCCS-compatible version control systems.
 It prints the remainder of the string following this marker, up to
 a null character, newline, double quote, backslash, or
 .Dq \&\*[Gt]



Home | Main Index | Thread Index | Old Index