diff options
Diffstat (limited to 'usr.sbin/jexec')
| -rw-r--r-- | usr.sbin/jexec/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/jexec/jexec.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/jexec/jexec.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/jexec/Makefile b/usr.sbin/jexec/Makefile index 2bf817cb84b6..0031e303af38 100644 --- a/usr.sbin/jexec/Makefile +++ b/usr.sbin/jexec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/jexec/Makefile,v 1.2 2006/04/19 10:12:10 delphij Exp $ PROG= jexec MAN= jexec.8 diff --git a/usr.sbin/jexec/jexec.8 b/usr.sbin/jexec/jexec.8 index 7dbdffedabba..e83252eb0e0a 100644 --- a/usr.sbin/jexec/jexec.8 +++ b/usr.sbin/jexec/jexec.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/jexec/jexec.8,v 1.4 2006/09/29 17:57:02 ru Exp $ .\" .Dd April 19, 2006 .Dt JEXEC 8 diff --git a/usr.sbin/jexec/jexec.c b/usr.sbin/jexec/jexec.c index a4c0ff832d42..46af0fa0f978 100644 --- a/usr.sbin/jexec/jexec.c +++ b/usr.sbin/jexec/jexec.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.sbin/jexec/jexec.c,v 1.4 2006/09/29 17:04:03 ru Exp $ */ #include <sys/param.h> |
