.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ld.1,v 1.5 1997/04/09 01:32:38 deraadt Exp $
+.\" $Id: ld.1,v 1.6 1997/04/09 02:08:26 deraadt Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
.Nd link editor
.Sh SYNOPSIS
.Nm ld
-.Op Fl MNnrSstXxz
+.Op Fl MNnprSstXxz
.Bk -words
.Op Fl A Ar symbol-file
.Op Fl assert Ar keyword
.It Fl o Ar filename
Specifies the name of the output file. Defaults to
.Dq a.out .
+.It Fl p
+Make the data segment start on a page boundary.
.It Fl Q
Produce a
.Dv QMAGIC
-/* $OpenBSD: ld.c,v 1.6 1997/02/21 07:28:11 tholo Exp $ */
+/* $OpenBSD: ld.c,v 1.7 1997/04/09 02:08:27 deraadt Exp $ */
/*-
* This code is derived from software copyrighted by the Free Software
case N_DATA:
case N_DATA | N_EXT:
/*
- * A word that points to beginning of the the
+ * A word that points to beginning of the
* data section initially contains not 0 but
* rather the "address" of that section in
* the input file, which is the length of the
* krb_get_tf_fullname() takes four arguments: the name of the
* ticket file, and variables for name, instance, and realm to be
* returned in. Since the realm of a ticket file is not really fully
- * supported, the realm used will be that of the the first ticket in
- * the file as this is the one that was obtained with a password by
+ * supported, the realm used will be that of the first ticket in the
+ * file as this is the one that was obtained with a password by
* krb_get_in_tkt().
*/