PERFORCE change 163899 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jun 9 14:57:46 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163899

Change 163899 by gabor at gabor_server on 2009/06/09 14:57:42

	- Some trivial changes
	
	Submitted by:	delphij
	Obtained from:	OpenBSD

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/file.c#46 edit
.. //depot/projects/soc2008/gabor_textproc/grep/grep.1#13 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/file.c#46 (text+ko) ====

@@ -1,3 +1,5 @@
+/*	$OpenBSD: file.c,v 1.10 2008/10/16 22:56:32 deraadt Exp $	*/
+
 /*-
  * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
  * Copyright (C) 2008-2009 Gabor Kovesdan <gabor at FreeBSD.org>
@@ -26,14 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-
-#ifndef lint
-#if 0
-__RCSID("$OpenBSD: file.c,v 1.9 2006/02/09 09:54:46 otto Exp $");
-#else
 __FBSDID("$FreeBSD$");
-#endif
-#endif /* not lint */
 
 #include <sys/param.h>
 #include <sys/types.h>

==== //depot/projects/soc2008/gabor_textproc/grep/grep.1#13 (text+ko) ====

@@ -1,5 +1,5 @@
 .\"	$FreeBSD$
-.\"	$OpenBSD: grep.1,v 1.35 2007/05/31 19:20:10 jmc Exp $
+.\"	$OpenBSD: grep.1,v 1.36 2009/02/08 17:15:10 jmc Exp $
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -416,7 +416,7 @@
 The
 .Nm
 utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
 specification.
 .Pp
 The flags


More information about the p4-projects mailing list