From eee5ad656dcc2e89e868f8bbcf2958659daa1a47 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 12 Dec 2015 09:52:40 +0000 Subject: Clarify that SCCS is a specific thing and not a generic thing. --- usr.bin/what/what.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index f29c2bdaec6..bbb4113245c 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -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 @@ utility reads each .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] -- cgit