New sentence, new line; bump date for last change.

This commit is contained in:
wiz 2003-02-12 18:58:50 +00:00
parent d4ec441ada
commit 4cc7cdbc5c
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sh.1,v 1.59 2003/02/12 02:55:14 gmcgarry Exp $
.\" $NetBSD: sh.1,v 1.60 2003/02/12 19:00:08 wiz Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -35,7 +35,7 @@
.\"
.\" @(#)sh.1 8.6 (Berkeley) 5/4/95
.\"
.Dd January 19, 2003
.Dd February 12, 2003
.Os
.Dt SH 1
.Sh NAME
@ -1763,7 +1763,8 @@ See the above section
The search path used with the cd builtin.
.It Ev LANG
The string used to specify localization information that allows users
to work with different culture-specific and language conventions. See
to work with different culture-specific and language conventions.
See
.Xr nls 7 .
.It Ev MAIL
The name of a mail file, that will be checked for the arrival of new mail.

View File

@ -1,9 +1,9 @@
.\" $NetBSD: catgets.3,v 1.13 2003/02/12 02:50:52 gmcgarry Exp $
.\" $NetBSD: catgets.3,v 1.14 2003/02/12 18:58:50 wiz Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
.\" Public domain.
.\"
.Dd February 8, 1998
.Dd February 12, 2003
.Dt CATGETS 3
.Os
.Sh NAME
@ -68,6 +68,6 @@ important message catalog specifications: catgets or
.Xr gettext 3 .
The primary concern with the catgets interface is that every
translatable string has to define a number (or a symbolic constant)
which must correspond to the message in the catalog. Duplicate
message IDs are not allowed. Constructing message catalogs is
difficult.
which must correspond to the message in the catalog.
Duplicate message IDs are not allowed.
Constructing message catalogs is difficult.