|
|
94c734 |
diff -up ./ef.1~ ./ef.1
|
|
|
94c734 |
--- ./ef.1~ 2012-04-27 16:10:01.748386440 +0200
|
|
|
94c734 |
+++ ./ef.1 2012-04-27 16:09:26.722375696 +0200
|
|
|
94c734 |
@@ -0,0 +1,21 @@
|
|
|
94c734 |
+.TH ef 1
|
|
|
94c734 |
+.SH NAME
|
|
|
94c734 |
+ef \- Utility to run a program under the Electric Fence memory debugger
|
|
|
94c734 |
+
|
|
|
94c734 |
+.SH SYNOPSIS
|
|
|
94c734 |
+\fBef\fR PROGRAM [ARGS...]
|
|
|
94c734 |
+
|
|
|
94c734 |
+.SH DESCRIPTION
|
|
|
94c734 |
+The \fIef\fR command is used to launch another program under the
|
|
|
94c734 |
+Electric Fence memory debugger. It sets up appropriate environment
|
|
|
94c734 |
+variables and then launches the specified program with the specified
|
|
|
94c734 |
+arguments. See efence (3) manual page for more details about Electric
|
|
|
94c734 |
+Fence.
|
|
|
94c734 |
+
|
|
|
94c734 |
+.SH SEE ALSO
|
|
|
94c734 |
+.BR efence (3)
|
|
|
94c734 |
+
|
|
|
94c734 |
+.SH AUTHORS
|
|
|
94c734 |
+Electric Fence was written by Bruce Perens
|
|
|
94c734 |
+.br
|
|
|
94c734 |
+This manual page was written by Petr Machata <pmachata@redhat.com>
|
|
|
94c734 |
diff -up ElectricFence-2.2.2/Makefile\~ ElectricFence-2.2.2/Makefile
|
|
|
94c734 |
--- ElectricFence-2.2.2/Makefile~ 2012-04-27 16:11:00.715385720 +0200
|
|
|
94c734 |
+++ ElectricFence-2.2.2/Makefile 2012-04-27 16:11:46.483384748 +0200
|
|
|
94c734 |
@@ -5,7 +5,7 @@ LIBS=
|
|
|
94c734 |
prefix=/usr
|
|
|
94c734 |
BIN_INSTALL_DIR= $(prefix)/bin
|
|
|
94c734 |
LIB_INSTALL_DIR= $(prefix)/lib
|
|
|
94c734 |
-MAN_INSTALL_DIR= $(prefix)/man/man3
|
|
|
94c734 |
+MAN_INSTALL_DIR= $(prefix)/man
|
|
|
94c734 |
|
|
|
94c734 |
CC= cc
|
|
|
94c734 |
AR= ar
|
|
|
94c734 |
@@ -37,7 +37,8 @@ install: libefence.a efence.3 libefence.
|
|
|
94c734 |
ln -s libefence.so.0.0 $(LIB_INSTALL_DIR)/libefence.so.0
|
|
|
94c734 |
- rm -f $(LIB_INSTALL_DIR)/libefence.so
|
|
|
94c734 |
ln -s libefence.so.0.0 $(LIB_INSTALL_DIR)/libefence.so
|
|
|
94c734 |
- $(INSTALL) -m 644 efence.3 $(MAN_INSTALL_DIR)/efence.3
|
|
|
94c734 |
+ $(INSTALL) -m 644 efence.3 $(MAN_INSTALL_DIR)/man3/efence.3
|
|
|
94c734 |
+ $(INSTALL) -m 644 ef.1 $(MAN_INSTALL_DIR)/man1/ef.1
|
|
|
94c734 |
|
|
|
94c734 |
clean:
|
|
|
94c734 |
- rm -f $(OBJECTS) tstheap.o eftest.o tstheap eftest \
|
|
|
94c734 |
|
|
|
94c734 |
Diff finished. Fri Apr 27 16:11:58 2012
|