diff options
Diffstat (limited to 'usr.bin/objformat')
| -rw-r--r-- | usr.bin/objformat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/objformat/objformat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/objformat/objformat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index 714cb48240c7..37cd3039c038 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.18.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= objformat diff --git a/usr.bin/objformat/objformat.1 b/usr.bin/objformat/objformat.1 index bdaa8266709a..c76ab6d4d857 100644 --- a/usr.bin/objformat/objformat.1 +++ b/usr.bin/objformat/objformat.1 @@ -23,7 +23,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/objformat/objformat.1,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 17, 2002 .Os diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index f2e9595ddba8..ac142e838914 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/objformat/objformat.c,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <unistd.h> |
