summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-02-14 14:06:58 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-02-14 14:06:58 -0800
commitdd9deb765548679e821be565229bb2e142d93573 (patch)
treec497dbbe53167f87362df967c18e4654865a4f5c
parent231f8794627e03c0748aa3ff22ac13dbd62ecee2 (diff)
downloaddiffutils-dd9deb765548679e821be565229bb2e142d93573.tar.gz
doc: mark up SEE ALSO (Bug#53976)
-rw-r--r--man/cmp.x4
-rw-r--r--man/diff.x6
-rw-r--r--man/diff3.x4
-rw-r--r--man/sdiff.x4
4 files changed, 14 insertions, 4 deletions
diff --git a/man/cmp.x b/man/cmp.x
index 5c9ef82..a50d33c 100644
--- a/man/cmp.x
+++ b/man/cmp.x
@@ -1,2 +1,4 @@
[SEE ALSO]
-diff(1), diff3(1), sdiff(1)
+.BR diff (1),
+.BR diff3 (1),
+.BR sdiff (1)
diff --git a/man/diff.x b/man/diff.x
index fdb69d2..6efb3ab 100644
--- a/man/diff.x
+++ b/man/diff.x
@@ -1,2 +1,6 @@
[SEE ALSO]
-wdiff(1), cmp(1), diff3(1), sdiff(1), patch(1)
+.BR wdiff (1),
+.BR cmp (1),
+.BR diff3 (1),
+.BR sdiff (1),
+.BR patch (1)
diff --git a/man/diff3.x b/man/diff3.x
index 0751208..e748e64 100644
--- a/man/diff3.x
+++ b/man/diff3.x
@@ -1,2 +1,4 @@
[SEE ALSO]
-cmp(1), diff(1), sdiff(1)
+.BR cmp (1),
+.BR diff (1),
+.BR sdiff (1)
diff --git a/man/sdiff.x b/man/sdiff.x
index fdc9c3e..e2b5482 100644
--- a/man/sdiff.x
+++ b/man/sdiff.x
@@ -1,2 +1,4 @@
[SEE ALSO]
-cmp(1), diff(1), diff3(1)
+.BR cmp (1),
+.BR diff (1),
+.BR diff3 (1)