diff options
author | pst <pst@FreeBSD.org> | 1996-10-01 01:08:47 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-10-01 01:08:47 +0000 |
commit | 23b2a82332a3d2e5a644b9b9476f24286d0889a3 (patch) | |
tree | 17e04d7552d7237b2bdc0cb36236561810d47d1d /contrib/tcpdump | |
parent | 2242c2dae2ba247e88307c305386125defd8ece8 (diff) | |
download | FreeBSD-src-23b2a82332a3d2e5a644b9b9476f24286d0889a3.zip FreeBSD-src-23b2a82332a3d2e5a644b9b9476f24286d0889a3.tar.gz |
Fix some typos
Diffstat (limited to 'contrib/tcpdump')
-rw-r--r-- | contrib/tcpdump/FREEBSD-upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/FREEBSD-upgrade b/contrib/tcpdump/FREEBSD-upgrade index 72401b6..061fa50 100644 --- a/contrib/tcpdump/FREEBSD-upgrade +++ b/contrib/tcpdump/FREEBSD-upgrade @@ -8,11 +8,11 @@ To upgrade to a newer version of tcpdump, when it is available: 2. Use the command: cvs import -m 'Virgin import of LBL tcpdump v<version>' \ - /usr/src/contrib/tcpdump LBL v<version> + src/contrib/tcpdump LBL v<version> For example, to do the import of version 3.2.1, I typed: cvs import -m 'Virgin import of LBL tcpdump v3.2.1' \ - /usr/src/contrib/tcpdump LBL v3_2_1 + src/contrib/tcpdump LBL v3_2_1 3. Follow the instructions printed out in step 2 to resolve any conflicts between local FreeBSD changes and the newer version. |