Update SCO FAQ. Billy G. Allie

This commit is contained in:
Bruce Momjian 2000-05-02 10:57:11 +00:00
parent 832877e95a
commit 7ef29a26cb
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V7.0
SCO UnixWare and OpenServer Specific SCO UnixWare and OpenServer Specific
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
======================================================= =======================================================
last updated: Mon Apr 24 04:31:44 EDT 2000 last updated: Mon May 1 23:35:43 EDT 2000
current maintainer: Billy G. Allie (Bill.Allie@mug.org) current maintainer: Billy G. Allie (Bill.Allie@mug.org)
original author: Andrew Merrill (andrew@compclass.com) original author: Andrew Merrill (andrew@compclass.com)
@ -275,7 +275,7 @@ section names in the man page:
#!/bin/ksh #!/bin/ksh
cd /usr/local/pgsql/man cd /usr/local/pgsql/man
mv man1 man.1 mv man1 man.1
mkdir ../man.1sql mkdir man.1sql
cd /usr/local/pgsql/man/manl cd /usr/local/pgsql/man/manl
for i in *.l for i in *.l
@ -284,6 +284,8 @@ do
done done
cd /usr/local/pgsql/man cd /usr/local/pgsql/man
rm -rf manl rm -rf manl
/usr/ucb/catman -M /usr/local/pgsql/man 1
/usr/ucb/catman -M /usr/local/pgsql/man 1sql
------------------------------8< CUT HERE >8------------------------------ ------------------------------8< CUT HERE >8------------------------------
After running this script, you can view the man pages using the 'man' After running this script, you can view the man pages using the 'man'

View File

@ -18,4 +18,4 @@ dyntest2: dyntest2.c
$(ECPG) $? $(ECPG) $?
clean: clean:
rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2 rm -f test1 test2 test3 test4 perftest *.c *.o log dyntest dyntest2