Module Name: src
Committed By: joerg
Date: Fri Oct 23 23:04:30 UTC 2009
Modified Files:
src/gnu/dist/grep/doc: grep.1
Log Message:
Reduce amount of macro magic. Use canonical form of date.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/gnu/dist/grep/doc/grep.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/grep/doc/grep.1
diff -u src/gnu/dist/grep/doc/grep.1:1.14 src/gnu/dist/grep/doc/grep.1:1.15
--- src/gnu/dist/grep/doc/grep.1:1.14 Mon Jul 21 09:15:12 2008
+++ src/gnu/dist/grep/doc/grep.1 Fri Oct 23 23:04:29 2009
@@ -1,21 +1,8 @@
-.\" $NetBSD: grep.1,v 1.14 2008/07/21 09:15:12 apb Exp $
+.\" $NetBSD: grep.1,v 1.15 2009/10/23 23:04:29 joerg Exp $
.\"
.\" grep man page
-.if !\n(.g \{\
-. if !\w|\*(lq| \{\
-. ds lq ``
-. if \w'\(lq' .ds lq "\(lq
-. \}
-. if !\w|\*(rq| \{\
-. ds rq ''
-. if \w'\(rq' .ds rq "\(rq
-. \}
-.\}
-.de Id
-.ds Dt \\$4
-..
-.Id Id: grep.1,v 1.24 2003/06/16 08:34:16 kasal Exp
-.TH GREP 1 \*(Dt "GNU Project"
+.\" Id: grep.1,v 1.24 2003/06/16 08:34:16 kasal Exp
+.TH GREP 1 "Juni 16, 2003" "GNU Project"
.SH NAME
grep, egrep, fgrep \- print lines matching a pattern
.SH SYNOPSIS