Subject: lorder man page bug
To: None <current-users@NetBSD.ORG>
From: Brad Parker <brad@stemwinder.fcr.com>
List: current-users
Date: 11/02/1994 23:13:01
the man page for 'lorder' has a bug; there is a missing "|" (pipe) in the
example.  it should be

	ar cr library.a `lorder ${OBJS} | tsort`
                                        ^

probably the last thing anyone would notice ;-) except that the
example appears to be straight out of /usr/share/mk/bsd.lib.mk (modulo
the missing pipe)

-brad