This file is indexed.

/usr/lib/s9fes/help/sys_inet-getpeername is in scheme9 2010.11.13-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
11
S9 EXT  (sys:inet-getpeername integer)  ==>  list

Find out the peer name (IP address and port) of the remote host
connected through the socket described by the file descriptor
INTEGER (this descriptor is typically returned by SYS:INET-ACCEPT).
Return a list of the form

        (ip-address port)

where IP-ADDRESS is a string and PORT is an integer. When no
peer name could be associated with INTEGER, return #F.