diff options
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/fetch.1 | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/fetch.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 7b92352453f0..cc2a7ab1e7f6 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.16 2004/08/06 07:27:06 cperciva Exp $ PROG= fetch CSTD?= c99 diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index f2c7a0b3ea01..d72fce3a5e11 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fetch/fetch.1,v 1.62 2004/07/30 08:43:16 cperciva Exp $ .\" .Dd March 11, 2003 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 9b61041a5d19..3ca1cedd39c5 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fetch/fetch.c,v 1.72.2.2 2004/11/18 12:02:13 cperciva Exp $"); #include <sys/param.h> #include <sys/socket.h> |
