diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /usr.bin/ipcs | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff) | |
Diffstat (limited to 'usr.bin/ipcs')
| -rw-r--r-- | usr.bin/ipcs/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ipcs/ipcs.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ipcs/ipcs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 5f631dd1696a..355e8ed6da52 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.6 2001/06/01 01:14:28 dd Exp $ PROG= ipcs DPADD+= ${LIBKVM} diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 0fa25d20fe15..5fa69710ee88 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.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/ipcs/ipcs.1,v 1.16 2003/05/21 21:07:28 ru Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index a51f17e32474..e9fe1d810d76 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ipcs/ipcs.c,v 1.22 2003/10/30 16:52:14 iwasaki Exp $"); #include <assert.h> #include <err.h> |
