aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 19:58:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 19:58:13 +0000
commitc115df18cd0d5b01a18af0c608bc8b519b62273b (patch)
tree3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/ipcs
parent53faa0dadee0318c35cdacdd47ca75f8606f745d (diff)
downloadsrc-c115df18cd0d5b01a18af0c608bc8b519b62273b.tar.gz
src-c115df18cd0d5b01a18af0c608bc8b519b62273b.zip
Revert $FreeBSD$ to $Id$
Notes
Notes: svn path=/head/; revision=23012
Diffstat (limited to 'usr.bin/ipcs')
-rw-r--r--usr.bin/ipcs/Makefile2
-rw-r--r--usr.bin/ipcs/ipcs.12
-rw-r--r--usr.bin/ipcs/ipcs.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile
index 47ba2dfd7483..5e4afcc5c781 100644
--- a/usr.bin/ipcs/Makefile
+++ b/usr.bin/ipcs/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $Id$
PROG= ipcs
BINGRP= kmem
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1
index e5e636080d80..680b08be121f 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$
+.\" $Id$
.\"
.Dd June 18, 1994
.Dt "IPCS" 1
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c
index 309ad8536b38..b8fd2b98424f 100644
--- a/usr.bin/ipcs/ipcs.c
+++ b/usr.bin/ipcs/ipcs.c
@@ -24,7 +24,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $Id$
*/
#include <stdio.h>