summaryrefslogtreecommitdiff
path: root/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-09-28 06:57:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-09-28 06:57:36 +0000
commit4b62c0509c726ad0ae7f27ab5356dfd9badcd91d (patch)
tree80e5e717bf97e7681860fdc92526fff2a49b2720 /usr.bin/nc/nc.1
parentde339126335c5eb734c6d10399dba710472e408d (diff)
kill extra .Pp and add some quotes
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r--usr.bin/nc/nc.17
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1
index a456588bf33..8d87051c73c 100644
--- a/usr.bin/nc/nc.1
+++ b/usr.bin/nc/nc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nc.1,v 1.4 1998/09/27 22:24:56 deraadt Exp $
+.\" $OpenBSD: nc.1,v 1.5 1998/09/28 06:57:35 millert Exp $
.\"
.\" Copyright (c) 1996 David Sacerdote
.\" All rights reserved.
@@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm nc
-.Nd arbitrary TCP and UDP connections and listens
+.Nd "arbitrary TCP and UDP connections and listens"
.Sh SYNOPSIS
.Nm nc
.Op Fl e Ar command
@@ -44,7 +44,6 @@
.Op Fl w Ar timeout
.Op Ar hostname
.Op Ar port[s...]
-.Pp
.Sh DESCRIPTION
The
.Nm nc
@@ -62,7 +61,7 @@ of sending them to standard output, as
does with some.
.Pp
Destination ports can be single integers, names as listed in
-.Xr /etc/services 5 ,
+.Xr services 5 ,
or ranges. Ranges are in the form nn-mm, and several separate ports and/or
ranges may be specified on the command line.
.Pp