tags 535951 + patch
submitter 535951 !
thanks

* Jakub Wilk <uba...@users.sf.net>, 2009-07-06, 12:17:
The manual page should be available under the "nc.openbsd" name (rather than "nc_openbsd"):

$ command -v nc.openbsd
/bin/nc.openbsd

$ man nc.openbsd
No manual entry for nc.openbsd
See 'man 7 undocumented' for help when manual pages are not available.

$ man nc_openbsd
NC(1)                     BSD General Commands Manual                    NC(1)
[snip]

Patch attached.

--
Jakub Wilk
--- netcat-openbsd-1.89/debian/rules
+++ netcat-openbsd-1.89/debian/rules
@@ -42,6 +42,7 @@
 
 	$(INSTALL_PROG) nc $(CURDIR)/debian/netcat-openbsd/bin/nc.openbsd
 	cp nc.1 $(CURDIR)/debian/netcat-openbsd/usr/share/man/man1/nc_openbsd.1
+	ln -sf nc_openbsd.1 $(CURDIR)/debian/netcat-openbsd/usr/share/man/man1/nc.openbsd.1
 
 binary-indep: build install
 

Reply via email to