This file is indexed.

/usr/share/doc/libghc-hostname-doc/html/hostname.txt is in libghc-hostname-doc 1.0-6.

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
12
13
14
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | A very simple package providing a cross-platform means of determining the hostname
--   
--   A very simple package providing a cross-platform means of determining
--   the hostname
@package hostname
@version 1.0

module Network.HostName
type HostName = String
getHostName :: IO HostName