Add underscores in manual references.

Bruce Momjian <bruce@momjian.us>

Commit: 9dde6b3de9ca3c3916c273caae8f649f7e4de3a1
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-06-23T17:52:38Z
Releases: 7.1.1
Add underscores in manual references.

Files

PathChange+/−
src/backend/storage/ipc/ipci.c modified +2 −3
src/backend/storage/lmgr/multi.c modified +1 −8
src/man/alter_table.l modified +3 −3
src/man/copy.l modified +2 −2
src/man/create_aggregate.l modified +3 −3
src/man/create_database.l modified +2 −2
src/man/create_function.l modified +3 −3
src/man/create_language.l modified +5 −5
src/man/create_operator.l modified +4 −4
src/man/create_rule.l modified +3 −3
src/man/create_sequence.l modified +2 −2
src/man/create_table.l modified +2 −2
src/man/create_trigger.l modified +2 −2
src/man/create_type.l modified +5 −5
src/man/create_version.l modified +2 −2
src/man/create_view.l modified +3 −3
src/man/drop_aggregate.l modified +2 −2
src/man/drop_database.l modified +2 −2
src/man/drop_function.l modified +2 −2
src/man/drop_index.l modified +2 −2
src/man/drop.l modified +12 −12
src/man/drop_language.l modified +2 −2
src/man/drop_operator.l modified +2 −2
src/man/drop_rule.l modified +3 −3
src/man/drop_table.l modified +11 −11
src/man/drop_trigger.l modified +2 −2
src/man/drop_type.l modified +3 −3
src/man/drop_view.l modified +3 −3
src/man/insert.l modified +3 −3
src/man/listen.l modified +2 −2
src/man/select.l modified +2 −2
src/man/update.l modified +2 −2