diff options
Diffstat (limited to 'doc/src/sgml/runtime.sgml')
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 521dcb9d17..bfab660339 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -62,7 +62,7 @@ the log file: <ProgramListing> -% postmaster -d >& pm.log & +% postmaster -d > pm.log 2>&1 & </ProgramListing> If you do not wish to see these messages, you can type |
