PERFORCE change 128915 for review

Robert Watson rwatson at FreeBSD.org
Sat Nov 10 12:21:19 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=128915

Change 128915 by rwatson at rwatson_cinnamon on 2007/11/10 20:20:17

	Add a basic man page for bpfnull so that I can remember what the
	flags are for.

Affected files ...

.. //depot/projects/zcopybpf/utils/bpfnull/Makefile#4 edit
.. //depot/projects/zcopybpf/utils/bpfnull/bpfnull.1#1 add

Differences ...

==== //depot/projects/zcopybpf/utils/bpfnull/Makefile#4 (text+ko) ====

@@ -2,6 +2,6 @@
 SRCS=	bpfnull.c
 DPADD=	${LIBPCAP}
 LDADD=	-lpcap
-NO_MAN=
+MAN=	bpfnull.1
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list