Date: Tue, 9 Jun 2009 14:57:44 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 163899 for review Message-ID: <200906091457.n59EviZU000404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163899 Change 163899 by gabor@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906091457.n59EviZU000404>