Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/gencat Text expanding the NLS abbreviation added per...



details:   https://anonhg.NetBSD.org/src/rev/bfd173f23e48
branches:  trunk
changeset: 521679:bfd173f23e48
user:      fair <fair%NetBSD.org@localhost>
date:      Sun Feb 03 09:31:36 2002 +0000

description:
Text expanding the NLS abbreviation added per PR 14576.

diffstat:

 usr.bin/gencat/gencat.1 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 08e37e0d8481 -r bfd173f23e48 usr.bin/gencat/gencat.1
--- a/usr.bin/gencat/gencat.1   Sun Feb 03 09:19:55 2002 +0000
+++ b/usr.bin/gencat/gencat.1   Sun Feb 03 09:31:36 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gencat.1,v 1.4 2001/06/05 11:46:20 wiz Exp $
+.\" $NetBSD: gencat.1,v 1.5 2002/02/03 09:31:36 fair Exp $
 .\"
 .\" Written by Kee Hinckley <nazgul%somewhere.com@localhost>
 .\"
@@ -7,7 +7,7 @@
 .Dt GENCAT 1
 .Sh NAME
 .Nm gencat
-.Nd generates an NLS message catalog file
+.Nd generates a Native Language Support (NLS) message catalog file
 .Sh SYNOPSIS
 .Nm
 .Op Fl \&?
@@ -22,8 +22,10 @@
 .Xr catgets 3
 library call.
 From these files it generates a message catalog which
-is loaded dynamically by the NLS library at run time.
+is loaded dynamically by the Native Language Support (NLS) library at run time.
+.Pp
 The message description files are text files in the format described below.
+.Pp
 The message catalog file is a binary file.
 If it already exists, it will be truncated when
 .Nm



Home | Main Index | Thread Index | Old Index