/usr/share/doc/comgt/gprs.txt is in comgt 0.32-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #Set GPRS only mode
# $Id: gprs.txt,v 1.1.1.1 2006/08/16 21:21:31 pharscape Exp $
set com 115200n81
set senddelay 0.05
waitquiet 1 0.2
send "AT_OPSYS=0^m"
print "Setting GPRS only mode\n"
get 2 "^m" $s
get 2 "^m" $s
print $s
|