Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 .Bl ... -indent -> .Bl ... -offset indent.



details:   https://anonhg.NetBSD.org/src/rev/47394967311c
branches:  trunk
changeset: 548391:47394967311c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 26 11:53:18 2003 +0000

description:
.Bl ... -indent -> .Bl ... -offset indent.

diffstat:

 share/man/man7/nls.7 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 67b32cd83010 -r 47394967311c share/man/man7/nls.7
--- a/share/man/man7/nls.7      Thu Jun 26 11:52:19 2003 +0000
+++ b/share/man/man7/nls.7      Thu Jun 26 11:53:18 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: nls.7,v 1.9 2003/05/18 09:10:51 wiz Exp $
+.\"     $NetBSD: nls.7,v 1.10 2003/06/26 11:53:18 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,7 +46,7 @@
 An internationalized system has no built-in assumptions or dependencies
 on language-specific or cultural-specific conventions such as:
 .Pp
-.Bl -bullet -indent -compact
+.Bl -bullet -offset indent -compact
 .It
 Character classifications
 .It
@@ -457,7 +457,7 @@
 Wide characters should be used for all I/O processing which may rely
 on locale-specific strings.
 The two primary issues requiring special use of wide characters are:
-.Bl -bullet -indent
+.Bl -bullet -offset indent
 .It
 All I/O is performed using multibyte characters.
 Input data is converted into wide characters immediately after



Home | Main Index | Thread Index | Old Index