aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/comm
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
downloadsrc-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.tar.gz
src-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.zip
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes: svn path=/head/; revision=68963
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index 7fe49374dd85..1fbfe71af266 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -42,12 +42,12 @@
.Nm comm
.Nd select or reject lines common to two files
.Sh SYNOPSIS
-.Nm comm
+.Nm
.Op Fl 123i
.Ar file1 file2
.Sh DESCRIPTION
The
-.Nm comm
+.Nm
utility reads
.Ar file1
and
@@ -93,6 +93,6 @@ exits 0 on success, >0 if an error occurred.
.Xr uniq 1
.Sh STANDARDS
The
-.Nm comm
+.Nm
utility conforms to
.St -p1003.2-92 .