diff options
| author | Bruce Momjian | 1998-06-23 17:52:38 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-06-23 17:52:38 +0000 |
| commit | 9dde6b3de9ca3c3916c273caae8f649f7e4de3a1 (patch) | |
| tree | 60b6363494b25d2fd5d9aa510b2f9f7aaae14fa3 /src/man/update.l | |
| parent | cfef6ef4ff28a64eddada330e697d57c4d124690 (diff) | |
Add underscores in manual references.
Diffstat (limited to 'src/man/update.l')
| -rw-r--r-- | src/man/update.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/update.l b/src/man/update.l index ac33e3c1076..ad875027f7a 100644 --- a/src/man/update.l +++ b/src/man/update.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/update.l,v 1.4 1998/01/11 22:18:00 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/update.l,v 1.5 1998/06/23 17:52:38 momjian Exp $ .TH UPDATE SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME update - replace values of attributes in a class @@ -39,5 +39,5 @@ update emp where mgr = 'Smith' .fi .SH "SEE ALSO" -create table(l), +create_table(l), select(l). |
