diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-31 20:24:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-31 20:24:02 +0000 |
commit | 4c9917a31f80efe2fca4fe6333b33cac585652ac (patch) | |
tree | f63d4a56f30240ba58d6f0914a85aed662ae418e | |
parent | 71d02c8cd8ef3dca6b108fd441f89fe1d7d12fec (diff) |
Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT pl
-rw-r--r-- | gnu/usr.bin/ld/ld.1 | 8 | ||||
-rw-r--r-- | usr.bin/less/less.nro | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index eeb1a7acdc5..2d333742e1c 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.1,v 1.13 2000/10/06 17:43:10 aaron Exp $ +.\" $OpenBSD: ld.1,v 1.14 2002/12/31 20:24:01 millert Exp $ .\" $NetBSD: ld.1,v 1.14 1998/02/20 03:12:50 jonathan Exp $ .\" .\" Copyright (c) 1993 Paul Kranenburg @@ -90,7 +90,7 @@ searches for a library of the from option) according to the search rules in effect. If such a file can not be found a traditional archive is looked for. -This options can appear anywhere on the command line and is complementary +This option can appear anywhere on the command line and is complementary to .Fl Bstatic . .It Fl Bstatic @@ -169,7 +169,7 @@ Produce an .Dv OMAGIC output file. .It Fl n -Produce a +Produce an .Dv NMAGIC output file. .It Fl nostdlib @@ -253,7 +253,7 @@ than a normal executable image. This option and its .Ar library-name argument are ignored. They are provided for compatibility with versions of -.Nm ld , +.Nm ld which allow the user to specify an internal name and version number for dynamically-linked shared libraries. .It Fl \&-whole-archive diff --git a/usr.bin/less/less.nro b/usr.bin/less/less.nro index c9baf715368..9b9f2ee3b93 100644 --- a/usr.bin/less/less.nro +++ b/usr.bin/less/less.nro @@ -783,7 +783,7 @@ If it matches more than one filename, the first match is entered into the command line. Repeated TABs will cycle thru the other matching filenames. .IP "BACKTAB [ ESC-TAB ]" -Like, TAB, but cycles in the reverse direction thru the matching filenames. +Like TAB, but cycles in the reverse direction thru the matching filenames. .IP "^L" Complete the partial filename to the left of the cursor. If it matches more than one filename, all matches are entered into @@ -817,7 +817,7 @@ Before .I less opens a file, it first gives your input preprocessor a chance to modify the way the contents of the file are displayed. -An input preprocessor is simply an executable program (or shell script), +An input preprocessor is simply an executable program (or shell script) which writes the contents of the file to a different file, called the replacement file. The contents of the replacement file are then displayed |