summaryrefslogtreecommitdiffstats
path: root/usr.bin/sdiff
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2015-02-28 21:51:56 +0000
committerbentley <bentley@openbsd.org>2015-02-28 21:51:56 +0000
commit9dbd696514ef94fc24ee622023bb055d94c78640 (patch)
treecc83a924c252f976523f2306273efaa262692a9c /usr.bin/sdiff
parentMove consinit() out of the bowels of the zs driver to its own file, in (diff)
downloadwireguard-openbsd-9dbd696514ef94fc24ee622023bb055d94c78640.tar.xz
wireguard-openbsd-9dbd696514ef94fc24ee622023bb055d94c78640.zip
Reduce usage of predefined strings in manpages.
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
Diffstat (limited to 'usr.bin/sdiff')
-rw-r--r--usr.bin/sdiff/sdiff.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/sdiff/sdiff.1 b/usr.bin/sdiff/sdiff.1
index 9699ff77ec2..b301b4cf77c 100644
--- a/usr.bin/sdiff/sdiff.1
+++ b/usr.bin/sdiff/sdiff.1
@@ -1,9 +1,9 @@
-.\" $OpenBSD: sdiff.1,v 1.17 2013/07/16 00:07:52 schwarze Exp $
+.\" $OpenBSD: sdiff.1,v 1.18 2015/02/28 21:51:56 bentley Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: February 28 2015 $
.Dt SDIFF 1
.Os
.Sh NAME
@@ -22,11 +22,11 @@
displays two files side by side,
with any differences between the two highlighted as follows:
new lines are marked with
-.Sq \*(Gt ;
+.Sq > ;
deleted lines are marked with
-.Sq \*(Lt ;
+.Sq < ;
and changed lines are marked with
-.Sq \*(Ba .
+.Sq | .
.Pp
.Nm
can also be used to interactively merge two files,