diff options
author | steve <steve@FreeBSD.org> | 1997-08-23 21:59:41 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-23 21:59:41 +0000 |
commit | 4c965279b182d603ead4ed894e7391d6220585e1 (patch) | |
tree | b9f98d5b0f6be4a0f76699eb73ed5c22e620f61c /gnu | |
parent | 04d16ead287b8596bc79d47fcdc0bd9f3be30a76 (diff) | |
download | FreeBSD-src-4c965279b182d603ead4ed894e7391d6220585e1.zip FreeBSD-src-4c965279b182d603ead4ed894e7391d6220585e1.tar.gz |
.Ar -l -> .Fl l
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/ld.1 | 4 | ||||
-rw-r--r-- | gnu/usr.bin/ld/ld.1aout | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index 723a398..81e7684 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.17 1997/05/29 15:34:34 dfr Exp $ +.\" $Id: ld.1,v 1.18 1997/05/31 04:28:53 jdp Exp $ .\" .Dd October 14, 1993 .Dt LD 1 @@ -153,7 +153,7 @@ standard output, and exit. Add .Ar path to the list of directories to search for libraries specified with the -.Ar -l +.Fl l option. .It Fl l Ns Ar lib-spec This option specifies a library to be considered for inclusion in the diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index 723a398..81e7684 100644 --- a/gnu/usr.bin/ld/ld.1aout +++ b/gnu/usr.bin/ld/ld.1aout @@ -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.17 1997/05/29 15:34:34 dfr Exp $ +.\" $Id: ld.1,v 1.18 1997/05/31 04:28:53 jdp Exp $ .\" .Dd October 14, 1993 .Dt LD 1 @@ -153,7 +153,7 @@ standard output, and exit. Add .Ar path to the list of directories to search for libraries specified with the -.Ar -l +.Fl l option. .It Fl l Ns Ar lib-spec This option specifies a library to be considered for inclusion in the |