diff options
| author | dholland <dholland@NetBSD.org> | 2015-12-12 09:52:40 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2015-12-12 09:52:40 +0000 |
| commit | eee5ad656dcc2e89e868f8bbcf2958659daa1a47 (patch) | |
| tree | a6765b4e95a6a41705406bf431a6a958ae503cda | |
| parent | 68dfe67136b46e5fcaa5012799d869678be73ad5 (diff) | |
Clarify that SCCS is a specific thing and not a generic thing.
| -rw-r--r-- | usr.bin/what/what.1 | 6 |
1 files 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] |
