summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-11-27 05:59:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-11-27 05:59:50 +0000
commit5e706087797323cdd734b75a293d916f58ce9dd9 (patch)
tree461fcc9ffd6e530041374213d6c129d695c15553
parentee22bd0cfd653d99af519ba6125d038e4772a586 (diff)
Fix order of SEE ALSO entries
-rw-r--r--share/man/man5/login.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index fff84a3b76c..8000d820920 100644
--- a/share/man/man5/login.conf.5
+++ b/share/man/man5/login.conf.5
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login.conf.5,v 1.4 2000/11/20 08:00:03 deraadt Exp $
+.\" $OpenBSD: login.conf.5,v 1.5 2000/11/27 05:59:49 millert Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
.Dd February 23, 1995
@@ -273,9 +273,9 @@ For example, to indicate 1 and 1/2 hours, the following string could be used:
.El
.\"
.Sh SEE ALSO
+.Xr login 1 ,
.Xr getcap 3 ,
.Xr login_cap 3 ,
.Xr passwd 5 ,
.Xr ttys 5 ,
-.Xr ftpd 8 ,
-.Xr login 1
+.Xr ftpd 8