Reduce amount of macro magic. Use canonical form of date.
This commit is contained in:
parent
3b68c94681
commit
14be05df39
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue