diff options
author | 2007-06-28 07:18:35 +0000 | |
---|---|---|
committer | 2007-06-28 07:18:35 +0000 | |
commit | 25e891c22e3ddc8357b73634f8f3f2f00cbcd6a7 (patch) | |
tree | dfd4023373e01342b95f549fe56f854e30640a67 | |
parent | diff(1) sync, mostly spacing and moving crap around, except: (diff) | |
download | wireguard-openbsd-25e891c22e3ddc8357b73634f8f3f2f00cbcd6a7.tar.xz wireguard-openbsd-25e891c22e3ddc8357b73634f8f3f2f00cbcd6a7.zip |
groff understands `|', so no need to duplicate macros.
-rw-r--r-- | usr.bin/sdiff/sdiff.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sdiff/sdiff.1 b/usr.bin/sdiff/sdiff.1 index 07abd0b8b9c..9def86a2a68 100644 --- a/usr.bin/sdiff/sdiff.1 +++ b/usr.bin/sdiff/sdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sdiff.1,v 1.13 2007/06/28 02:14:41 ray Exp $ +.\" $OpenBSD: sdiff.1,v 1.14 2007/06/28 07:18:35 jmc Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. @@ -56,9 +56,9 @@ for details of which editor, if any, is invoked. .Pp The commands are as follows: .Bl -tag -width Ds -.It Cm l | Cm 1 +.It Cm l | 1 Choose left set of diffs. -.It Cm r | Cm 2 +.It Cm r | 2 Choose right set of diffs. .It Cm s Silent mode \(en identical lines are not printed. |