diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-27 22:58:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-27 22:58:19 +0000 |
commit | b3d36a24679bc07b9f2bfd93ab2f900e9d4cdd8e (patch) | |
tree | 6988208a5d13f956f638a6168564f9e6392495f4 /doc/src | |
parent | 03ad5da8f89d7bc199a711e1c49b64c2b2832154 (diff) |
Fix bogus line break within a file name, as noted by Alvaro.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index ae312e01c37..69871d474ce 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.267 2004/06/24 19:26:55 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.268 2004/06/27 22:58:19 tgl Exp $ --> <Chapter Id="runtime"> @@ -3560,8 +3560,8 @@ kernel.shmmax = 134217728 <para> Other parameters are sufficiently sized for any application. If you want to see for yourself look in - <filename>/usr/src/linux/include/asm-<replaceable>xxx</>/shmpara - m.h</> and <filename>/usr/src/linux/include/linux/sem.h</>. + <filename>/usr/src/linux/include/asm-<replaceable>xxx</>/shmparam.h</> + and <filename>/usr/src/linux/include/linux/sem.h</>. </para> </listitem> </varlistentry> |