diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-10-18 04:49:43 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-10-18 04:49:43 +0000 |
commit | 16804804dfa1f0fa42c90e4598e5c34552cf0bf4 (patch) | |
tree | 9d48975a3f63600ebeb63f488e882183bddd1789 /gnu | |
parent | 889eef6fcab5c7ce9b64ec5a72dc706551220d03 (diff) | |
download | src-16804804dfa1f0fa42c90e4598e5c34552cf0bf4.tar.gz src-16804804dfa1f0fa42c90e4598e5c34552cf0bf4.zip |
Fix two minor typos in the manual page.
Notes
Notes:
svn path=/head/; revision=19010
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 8f9e3fe18083..ddd694b51203 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.4 1996/09/23 22:22:03 wosch Exp $ +.\" $Id: rtld.1,v 1.5 1996/10/01 01:51:46 peter Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -152,9 +152,9 @@ The value of the environment variable .It \&%o The libary name. .It \&%m -The library's major version numer. +The library's major version number. .It \&%n -The library's minor version numer. +The library's minor version number. .It \&%p The full pathname as determined by .Nm rtld Ns 's |