From 5c0302c4228a626e5c6956a87aede2968e522d6c Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 9 Apr 1997 02:08:26 +0000 Subject: [PATCH] the the --- gnu/usr.bin/ld/ld.1 | 6 ++++-- gnu/usr.bin/ld/ld.c | 4 ++-- kerberosIV/krb/get_tf_fullname.c | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index 8cf68b3222c..ab745b4c125 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.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. .\" -.\" $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 diff --git a/gnu/usr.bin/ld/ld.c b/gnu/usr.bin/ld/ld.c index 88db530db28..0b282ee4ada 100644 --- a/gnu/usr.bin/ld/ld.c +++ b/gnu/usr.bin/ld/ld.c @@ -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 diff --git a/kerberosIV/krb/get_tf_fullname.c b/kerberosIV/krb/get_tf_fullname.c index 13b64d3ffbd..af083d511ab 100644 --- a/kerberosIV/krb/get_tf_fullname.c +++ b/kerberosIV/krb/get_tf_fullname.c @@ -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(). */ -- 2.20.1