===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
manpages-posix-2013a/Makefile-46-		find "$$i/" -type f | while read f; do \
manpages-posix-2013a/Makefile:47:			(cd "$$i"; man2html $(HTOPTS) `basename $$f`) | \
manpages-posix-2013a/Makefile:48:			sed -e '1,2d' > $(HTDIR)/"$$i"/`basename $$f`.html; \
manpages-posix-2013a/Makefile-49-		done; \
##############################################
manpages-posix-2013a/man0p/arpa_inet.h.0p-70-\fB
manpages-posix-2013a/man0p/arpa_inet.h.0p:71:in_addr_t    inet_addr(const char *);
manpages-posix-2013a/man0p/arpa_inet.h.0p-72-char        *inet_ntoa(struct in_addr);
##############################################
manpages-posix-2013a/man0p/netdb.h.0p-253-                      socklen_t, int);
manpages-posix-2013a/man0p/netdb.h.0p:254:struct netent    *getnetbyaddr(uint32_t, int);
manpages-posix-2013a/man0p/netdb.h.0p-255-struct netent    *getnetbyname(const char *);
##############################################
manpages-posix-2013a/man3p/endnetent.3p-21-void endnetent(void);
manpages-posix-2013a/man3p/endnetent.3p:22:struct netent *getnetbyaddr(uint32_t \fInet\fP, int \fItype\fP);
manpages-posix-2013a/man3p/endnetent.3p-23-struct netent *getnetbyname(const char *\fIname\fP);
##############################################
manpages-posix-2013a/man3p/getnetbyaddr.3p-18-.P
manpages-posix-2013a/man3p/getnetbyaddr.3p:19:struct netent *getnetbyaddr(uint32_t \fInet\fP, int \fItype\fP);
manpages-posix-2013a/man3p/getnetbyaddr.3p-20-struct netent *getnetbyname(const char *\fIname\fP);
##############################################
manpages-posix-2013a/man3p/inet_addr.3p-17-.P
manpages-posix-2013a/man3p/inet_addr.3p:18:in_addr_t inet_addr(const char *\fIcp\fP);
manpages-posix-2013a/man3p/inet_addr.3p-19-char *inet_ntoa(struct in_addr \fIin\fP);