summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/isakmpd/isakmpd.86
-rw-r--r--usr.bin/grep/grep.14
-rw-r--r--usr.bin/sort/sort.16
3 files changed, 8 insertions, 8 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8
index fac5a58a7ee..9cfa9ead0d4 100644
--- a/sbin/isakmpd/isakmpd.8
+++ b/sbin/isakmpd/isakmpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.8,v 1.44 2002/11/09 00:57:20 fgsch Exp $
+.\" $OpenBSD: isakmpd.8,v 1.45 2002/11/09 02:22:33 fgsch Exp $
.\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist.
@@ -479,11 +479,11 @@ and keynote policy configuration files.
.El
.Sh SEE ALSO
.Xr openssl 1 ,
+.Xr getnameinfo 3 ,
+.Xr pcap 3 ,
.Xr ipsec 4 ,
.Xr isakmpd.conf 5 ,
.Xr isakmpd.policy 5 ,
-.Xr getnameinfo 3 ,
-.Xr pcap 3 ,
.Xr ssl 8 ,
.Xr tcpdump 8 ,
.Xr vpn 8
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 555522a2bac..226bbed487b 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.1 2001/09/21 23:12:00 deraadt Exp $
+.\" $OpenBSD: grep.1,v 1.2 2002/11/09 02:22:33 fgsch Exp $
.\"
.\" Copyright (c) 2000 Carson Harding. All rights reserved.
.\" This code was written and contributed to OpenBSD by Carson Harding.
@@ -245,8 +245,8 @@ and in the absence of other errors (a bad regular expression)
the exit value is determined only by whether or not matches
were found. (XX Should -s do the same??)
.Sh SEE ALSO
-.Xr re_format 7 ,
.Xr regex 3 ,
+.Xr re_format 7
.Sh HISTORY
A
.Nm grep
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index d18a9fc6b9e..93033a31e86 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.17 2002/02/10 15:50:15 aaron Exp $
+.\" $OpenBSD: sort.1,v 1.18 2002/11/09 02:22:33 fgsch Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -362,8 +362,8 @@ already exists
.Sh SEE ALSO
.Xr comm 1 ,
.Xr join 1 ,
-.Xr radixsort 3 ,
-.Xr uniq 1
+.Xr uniq 1 ,
+.Xr radixsort 3
.Sh HISTORY
A
.Nm