Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ef29a2

Browse files
committed
Update SCO FAQ. Billy G. Allie
1 parent 832877e commit 7ef29a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/FAQ_SCO

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V7.0
33
SCO UnixWare and OpenServer Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55
=======================================================
6-
last updated: Mon Apr 24 04:31:44 EDT 2000
6+
last updated: Mon May 1 23:35:43 EDT 2000
77

88
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
99
original author: Andrew Merrill (andrew@compclass.com)
@@ -275,7 +275,7 @@ section names in the man page:
275275
#!/bin/ksh
276276
cd /usr/local/pgsql/man
277277
mv man1 man.1
278-
mkdir ../man.1sql
278+
mkdir man.1sql
279279

280280
cd /usr/local/pgsql/man/manl
281281
for i in *.l
@@ -284,6 +284,8 @@ do
284284
done
285285
cd /usr/local/pgsql/man
286286
rm -rf manl
287+
/usr/ucb/catman -M /usr/local/pgsql/man 1
288+
/usr/ucb/catman -M /usr/local/pgsql/man 1sql
287289
------------------------------8< CUT HERE >8------------------------------
288290

289291
After running this script, you can view the man pages using the 'man'

src/interfaces/ecpg/test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dyntest2: dyntest2.c
1818
$(ECPG) $?
1919

2020
clean:
21-
rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2
21+
rm -f test1 test2 test3 test4 perftest *.c *.o log dyntest dyntest2

0 commit comments

Comments
 (0)