diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2002-10-01 10:14:58 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2002-10-01 10:14:58 +0000 |
| commit | 3729b13dd378ebf8f972c9c24b37d17e3031a2b1 (patch) | |
| tree | 9755a18fa5cb2f944ef73bd66d73db4fb94b00a4 | |
| parent | 8b51af18ef8009c1d0b7f26647fb5fc717ec7192 (diff) | |
Display section headings properly.
PR: docs/43259
Submitted by: Martin Heinen <martin@sumuk.de>
Notes
svn path=/head/; revision=14452
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/l10n/chapter.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml index faa6013ee4..200038c97b 100644 --- a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml @@ -332,7 +332,7 @@ taiwan:Taiwanese User:\ versions 4.5 and up.</para> </note> - <para>Changing Login Classes with &man.vipw.8;</para> + <bridgehead renderas=sect4>Changing Login Classes with &man.vipw.8;</bridgehead> <indexterm> <primary><command>vipw</command></primary> @@ -342,7 +342,7 @@ taiwan:Taiwanese User:\ <programlisting>user:password:1111:11:<replaceable>language</replaceable>:0:0:User Name:/home/user:/bin/sh</programlisting> - <para>Changing Login Classes with &man.adduser.8;</para> + <bridgehead renderas=sect4>Changing Login Classes with &man.adduser.8;</bridgehead> <indexterm> <primary><command>adduser</command></primary> @@ -376,7 +376,7 @@ taiwan:Taiwanese User:\ </listitem> </itemizedlist> - <para>Changing Login Classes with &man.pw.8;</para> + <bridgehead renderas=sect4>Changing Login Classes with &man.pw.8;</bridgehead> <indexterm> <primary><command>pw</command></primary> </indexterm> |
