diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/libftpio | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftp.errors | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.3 | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.c | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index 26cb4f6..7ae4445 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # This list is taken from RFC 959. # It probably needs a going over. diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 9a7e554..6ff3146 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ftpio.3,v 1.17 1998/03/19 07:34:09 charnier Exp $ +.\" $FreeBSD$ .\" .Dd June 17, 1996 .Dt FTPIO 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 6a1d7ab..45f7012 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -14,7 +14,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.c,v 1.30 1998/04/11 07:28:53 phk Exp $ + * $FreeBSD$ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 41e7c1e..26d4f90 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -22,7 +22,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.h,v 1.13 1997/05/05 11:18:55 jkh Exp $ + * $FreeBSD$ */ /* Internal housekeeping data structure for FTP sessions */ |