diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-20 10:15:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-20 10:15:02 +0000 |
commit | 9a21e50b1c851d3b197429367319a41be18f2a81 (patch) | |
tree | c2e06cfe1c14b26c5206080740af5e211b24206c /doc/portability-book | |
parent | 37e373dd9e837538f1597112deca00962ae6c98c (diff) | |
download | pkgsrc-9a21e50b1c851d3b197429367319a41be18f2a81.tar.gz |
DocBook typos.
Diffstat (limited to 'doc/portability-book')
-rw-r--r-- | doc/portability-book/files/intro.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/portability-book/files/intro.xml b/doc/portability-book/files/intro.xml index ab38bfa8142..2b9c243ba8c 100644 --- a/doc/portability-book/files/intro.xml +++ b/doc/portability-book/files/intro.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: intro.xml,v 1.2 2006/10/17 06:41:01 rillig Exp $ --> +<!-- $NetBSD: intro.xml,v 1.3 2006/10/20 10:15:02 rillig Exp $ --> <chapter id="intro"> <title>Introduction</title> @@ -6,8 +6,8 @@ <para>Writing programs that are portable to a wide range of platforms isn't easy. Maybe some platforms are lacking your favorite tool, while others implemented it, but with arbitrary limitations. Some don't have -such useful functions like <funcname>snprintf</funcname> or -<funcname>strlcpy</function>.</para> +such useful functions like <function>snprintf</function> or +<function>strlcpy</function>.</para> <para>This book provides information about which features are <emphasis>not</emphasis> on the platforms, since the features that |