Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/08/1997 18:30:02
thorpej
Sat Mar  8 10:22:16 PST 1997
Update of /cvsroot/src/share/man/man4
In directory netbsd1:/var/slash-tmp/cvs-serv15040

Modified Files:
	termios.4 
Log Message:
Add a bit of clarity.  Entries in the "c_cc" array are special characters
where index name == special character name prefixed with "V".  VMIN and
VTIME are different; they have no corresponding special character.

Fix: MIN -> VMIN and TIME -> VTIME.

>From David Brownlee <david@mono.org>, PR #3243.