diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-10 19:36:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-10 19:36:31 +0000 |
commit | 1e1f4b6ed963d2f27f810721536b80754c740fa2 (patch) | |
tree | 653fe5e51f2dd069e34ce57218522f1089a97fc8 | |
parent | e1a5d0b9a35ba68201ffe96091d2e63364fbc680 (diff) | |
download | pkgsrc-1e1f4b6ed963d2f27f810721536b80754c740fa2.tar.gz |
Fix typo in markup.
-rw-r--r-- | doc/guide/files/fixes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index a960918af0a..896374017c3 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.71 2006/09/10 19:27:34 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.72 2006/09/10 19:36:31 wiz Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -1164,7 +1164,7 @@ <para>Sometimes packages fail to build because the compiler runs into an operating system specific soft limit. With the - <variable>UNLIMIT_RESOURCES</variable> variable pkgsrc can be told + <varname>UNLIMIT_RESOURCES</varname> variable pkgsrc can be told to unlimit the resources. Currently, the allowed values are <quote>datasize</quote> and <quote>stacksize</quote> (or both). Setting this variable is similar to running the shell builtin |