aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/gtools/gthelp.x
blob: 6267ced4bbe98f5baeba8208d9d5f4208d2aaed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# GT_HELP -- Page graphics help from a file.
# This routine should not be called anymore.

procedure gt_help (file)

char	file[ARB]			# File to be paged

begin
	call pagefile (file, "")
end