diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/tabs | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
Diffstat (limited to 'usr.bin/tabs')
| -rw-r--r-- | usr.bin/tabs/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/tabs/tabs.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tabs/tabs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tabs/Makefile b/usr.bin/tabs/Makefile index 4b5d40e0d302..f35ca4d0057a 100644 --- a/usr.bin/tabs/Makefile +++ b/usr.bin/tabs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tabs/Makefile,v 1.1 2002/05/21 02:33:25 tjr Exp $ PROG= tabs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1 index 9075de5fa7ff..b2f852337189 100644 --- a/usr.bin/tabs/tabs.1 +++ b/usr.bin/tabs/tabs.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tabs/tabs.1,v 1.7 2005/01/17 07:44:29 ru Exp $ .\" .Dd May 20, 2002 .Dt TABS 1 diff --git a/usr.bin/tabs/tabs.c b/usr.bin/tabs/tabs.c index d03a7413d175..48a610516d4d 100644 --- a/usr.bin/tabs/tabs.c +++ b/usr.bin/tabs/tabs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tabs/tabs.c,v 1.3 2002/06/08 11:33:22 tjr Exp $"); #include <sys/types.h> #include <sys/tty.h> |
