This file is indexed.

/usr/lib/help/sys_getpwent is in scheme9 2013.11.26-1.

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
S9 EXT  (sys:getpwent)  ==>  list

Return a list of strings containing all user names contained
in the system user database.

(sys:getpwent)  ==>  ("root" "toor" "daemon" "operator" "bin" "tty"
                      "kmem" "games" "news" "man" "uucp" "nobody"
                      "nmh")