svn commit: r210426 - in head/usr.bin/grep: . nls

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 23 17:42:43 UTC 2010


Author: gabor
Date: Fri Jul 23 17:42:42 2010
New Revision: 210426
URL: http://svn.freebsd.org/changeset/base/210426

Log:
  - Add Russian catalog           [1]
  - Fix two minor nits in manpage [2]
  - style.Makefile(5)
  
  Submitted by:   pluknet <pluknet at gmail.com> [1],
                  Alex Kozlov <spam at rm-rf.kiev.ua> [2]
  Reviewed by:    delphij

Added:
  head/usr.bin/grep/nls/ru_RU.KOI8-R.msg   (contents, props changed)
Modified:
  head/usr.bin/grep/grep.1
  head/usr.bin/grep/nls/Makefile.inc

Modified: head/usr.bin/grep/grep.1
==============================================================================
--- head/usr.bin/grep/grep.1	Fri Jul 23 17:32:47 2010	(r210425)
+++ head/usr.bin/grep/grep.1	Fri Jul 23 17:42:42 2010	(r210426)
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)grep.1	8.3 (Berkeley) 4/18/94
 .\"
-.Dd 19 September, 2009
+.Dd September 19, 2009
 .Dt GREP 1
 .Os
 .Sh NAME
@@ -374,7 +374,7 @@ and block buffered otherwise.
 .Pp
 .El
 If no file arguments are specified, the standard input is used.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
 The
 .Nm grep
 utility exits with one of the following values:

Modified: head/usr.bin/grep/nls/Makefile.inc
==============================================================================
--- head/usr.bin/grep/nls/Makefile.inc	Fri Jul 23 17:32:47 2010	(r210425)
+++ head/usr.bin/grep/nls/Makefile.inc	Fri Jul 23 17:42:42 2010	(r210426)
@@ -1,12 +1,13 @@
 # $FreeBSD$
-NLSNAME=	grep
+NLSNAME= grep
 
 NLS=	es_ES.ISO8859-1
 NLS+=	gl_ES.ISO8859-1
 NLS+=	hu_HU.ISO8859-2
 NLS+=	pt_BR.ISO8859-1
+NLS+=	ru_RU.KOI8-R
 
-NLSSRCDIR=	${.CURDIR}/nls
+NLSSRCDIR= ${.CURDIR}/nls
 .for lang in ${NLS}
 NLSSRCFILES_${lang}=${lang}.msg
 .endfor

Added: head/usr.bin/grep/nls/ru_RU.KOI8-R.msg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.bin/grep/nls/ru_RU.KOI8-R.msg	Fri Jul 23 17:42:42 2010	(r210426)
@@ -0,0 +1,14 @@
+$ $FreeBSD$
+$
+$set 1
+$quote "
+1 "(ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ)"
+2 "ÎÅ ÍÏÇÕ ÐÒÏÞÉÔÁÔØ ÓÖÁÔÙÊ × bzip2 ÆÁÊÌ"
+3 "ÎÅÉÚ×ÅÓÔÎÙÊ ËÌÀÞ --color"
+4 "ÉÓÐÏÌØÚÏ×ÁÎÉÅ: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A ÞÉÓ] [-B ÞÉÓ] [-C[ÞÉÓ]]\n"
+5 "\t[-e ÛÁÂÌÏÎ] [-f ÆÁÊÌ] [--binary-files=ÚÎÁÞÅÎÉÅ] [--color=ËÏÇÄÁ]\n"
+6 "\t[--context[=ÞÉÓ]] [--directories=ÄÅÊÓÔ×ÉÅ] [--label] [--line-buffered]\n"
+7 "\t[--null] [ÛÁÂÌÏÎ] [ÆÁÊÌ ...]\n"
+8 "ÎÅÉÚ×ÅÓÔÎÙÊ ËÌÀÞ --binary-files"
+9 "Ä×ÏÉÞÎÙÊ ÆÁÊÌ %s ÓÏ×ÐÁÄÁÅÔ\n"
+10 "%s (BSD grep) %s\n"


More information about the svn-src-head mailing list