aboutsummaryrefslogtreecommitdiff
path: root/sys/tty/ttycdes.x
blob: 0b778a51231764f4290700e207cf6ac041508048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# TTYCDES -- Close a terminal opened with TTYODES or TTYGDES.

procedure ttycdes (tty)

pointer	tty

begin
	call ttyclose (tty)
end