1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/editors/nedit/files/patch-ad
Steve Price a67a4e343b Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.

PR:		18454
2000-05-29 03:59:32 +00:00

20 lines
691 B
Plaintext

--- nc.man.orig Sun May 28 19:29:15 2000
+++ nc.man Sun May 28 19:29:59 2000
@@ -1,12 +1,12 @@
-.TH NC 1
+.TH NCLIENT 1
.SH NAME
-NC \- Client program for NEdit text editor
+NCLIENT \- Client program for NEdit text editor
.SH SYNOPSYS
-.B nc [\-read] [\-create] [\-line n\ |\ +n] [\-do\ command]
+.B nclient [\-read] [\-create] [\-line n\ |\ +n] [\-do\ command]
[\-ask] [\-noask] [\-svrname\ name] [-svrcmd\ command]
[\-lm languagemode] [\-geometry\ geometry] [\-iconic] [file...]
.SH DESCRIPTION
-nc is the client interface to the NEdit text editor. To use nc,
+nclient is the client interface to the NEdit text editor. To use nclient,
first run NEdit in server mode:
.PP
.EX