diff options
author | 2006-07-15 16:03:49 +0000 | |
---|---|---|
committer | 2006-07-15 16:03:49 +0000 | |
commit | a90403fa16acc24a2b0b22eaacd0b1d905bd6410 (patch) | |
tree | 7a8352eb7c4ad9fd686001bf24cd9cf42ac12b6c | |
parent | - update posix spec reference (diff) | |
download | wireguard-openbsd-a90403fa16acc24a2b0b22eaacd0b1d905bd6410.tar.xz wireguard-openbsd-a90403fa16acc24a2b0b22eaacd0b1d905bd6410.zip |
- .Sq for single letters
- use .Ex
-rw-r--r-- | usr.bin/comm/comm.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index e41d9d7418a..6f8170020af 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.10 2006/07/15 16:00:17 jmc Exp $ +.\" $OpenBSD: comm.1,v 1.11 2006/07/15 16:03:49 jmc Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -59,7 +59,7 @@ lines only in and lines in both files. .Pp The filename -.Dq - +.Sq - means the standard input. .Pp The options are as follows: @@ -92,9 +92,7 @@ participate in line comparisons. .\" .It Ev LC_MESSAGES .\" .El .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std comm .Sh SEE ALSO .Xr cmp 1 , .Xr diff 1 , |