diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
commit | 245ba20d12ed60e7b9d9a49bb54409be53d8ec0f (patch) | |
tree | 25f4ec424ec1c7a9e0bfde8b69e88a765dec1ddd /sbin/ldconfig | |
parent | 6bdaa5c8024401e41377a4d5fe84d9dfc88ca081 (diff) | |
download | FreeBSD-src-245ba20d12ed60e7b9d9a49bb54409be53d8ec0f.zip FreeBSD-src-245ba20d12ed60e7b9d9a49bb54409be53d8ec0f.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/Makefile | 2 | ||||
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 2 | ||||
-rw-r--r-- | sbin/ldconfig/ldconfig.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 2467270..4b120b6 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ldconfig SRCS= ldconfig.c shlib.c support.c diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index b05a011..07d5d69 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -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 October 3, 1993 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index e1f6de4..c26edcb 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/ldconfig/ldconfig.c @@ -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$ */ #include <sys/param.h> |