diff options
author | 2000-06-15 14:24:12 +0000 | |
---|---|---|
committer | 2000-06-15 14:24:12 +0000 | |
commit | 1bcdf02e074dd4f9b897d645e3a25195c08f9c48 (patch) | |
tree | 9d5b1810fb65b00660db46eab12254f21b80cda6 | |
parent | Add missing .include; form@openbsd.ru (diff) | |
download | wireguard-openbsd-1bcdf02e074dd4f9b897d645e3a25195c08f9c48.tar.xz wireguard-openbsd-1bcdf02e074dd4f9b897d645e3a25195c08f9c48.zip |
typo. ftp(8) -> ftp(1)
-rw-r--r-- | share/man/man4/inet6.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index bf95c10819f..7d3427927f1 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,5 +1,5 @@ -.\" $OpenBSD: inet6.4,v 1.15 2000/06/15 08:11:47 itojun Exp $ -.\" $KAME: inet6.4,v 1.14 2000/06/15 08:10:20 itojun Exp $ +.\" $OpenBSD: inet6.4,v 1.16 2000/06/15 14:24:12 itojun Exp $ +.\" $KAME: inet6.4,v 1.15 2000/06/15 14:21:50 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -140,7 +140,7 @@ and Some of normal userland programs, such as .Xr telnet 1 or -.Xr ftp 8 , +.Xr ftp 1 , are able to use the notation. With special programs like |