the the
authorderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 02:08:26 +0000 (02:08 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 02:08:26 +0000 (02:08 +0000)
gnu/usr.bin/ld/ld.1
gnu/usr.bin/ld/ld.c
kerberosIV/krb/get_tf_fullname.c

index 8cf68b3..ab745b4 100644 (file)
@@ -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.
 .\"
-.\"    $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
@@ -37,7 +37,7 @@
 .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
@@ -178,6 +178,8 @@ specified libraries.
 .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
index 88db530..0b282ee 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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
@@ -2977,7 +2977,7 @@ perform_relocation(data, data_size, reloc, nreloc, entry, dataseg)
                        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
index 13b64d3..af083d5 100644 (file)
@@ -38,8 +38,8 @@ or implied warranty.
  * 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().
  */