Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7863 closed enhancement (fixed)

postgresql Typo Fixes

Reported by: Douglas R. Reno Owned by: bdubbs@…
Priority: normal Milestone: 7.10
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Found the following typos in the Postgresql page in trunk. I created this ticket to remember it.

Tests must be run as unprivileged user, because they need to start a temporary server, and this is prevented as root user. For the same reason, you need to stop all PostgreSQL servers if any '''is''' running. If a previous version of PostgreSQL is installed, it may be necessary to use --disable-rpath with configure to avoid failures, but '''installing the binaries created using this switch is not''' '''recommneded'''. To test the results, issue: make check.
  • Add "an" after unprivileged user.
  • Add "the" after prevented.
  • s/is/are
  • s/recommneded/recommended
  • Remove the spurious <command> tag from "installing the binaries created using this switch is not recommended"

Change History (5)

comment:1 by bdubbs@…, 8 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 8 years ago

The <command> is used to make the text bold. Fixing the others.

comment:3 by Douglas R. Reno, 8 years ago

Would <emphasis></emphasis> work as well?

comment:4 by bdubbs@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 17373.

comment:5 by bdubbs@…, 8 years ago

No. That is italic, not bold.

Note: See TracTickets for help on using tickets.