From 72bce793129b8502606f52912f08e4f68329a1cd Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 7 May 2005 22:43:21 +0000 Subject: [PATCH] Update reference from Packages.txt to doc/pkgsrc.txt. --- usr.sbin/sushi/functions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/sushi/functions.c b/usr.sbin/sushi/functions.c index ae2d0b5413e2..106d25383da0 100644 --- a/usr.sbin/sushi/functions.c +++ b/usr.sbin/sushi/functions.c @@ -1,4 +1,4 @@ -/* $NetBSD: functions.c,v 1.12 2005/03/09 22:09:36 kleink Exp $ */ +/* $NetBSD: functions.c,v 1.13 2005/05/07 22:43:21 wiz Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -332,7 +332,7 @@ ftp_pkgcats(char *subdir) * dirs are, e.g. ftp://ftp.NetBSD.org/pub/NetBSD/packages. * If $PKG_PATH is set, is returned unchanged, overriding everything. * In any case, a trailing '/' is *not* passed. - * See also Appendix B of /usr/pkgsrc/Packages.txt. + * See also Appendix C of /usr/pkgsrc/doc/pkgsrc.txt. * * The returned pointer will be overwritten on next call of * this function.