diff options
author | ru <ru@FreeBSD.org> | 2001-02-14 09:56:37 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-14 09:56:37 +0000 |
commit | eb847b5e24cf28a8be99f9697ff8f1fec87823a9 (patch) | |
tree | 878c82036a1ce897ef6552c867403c70d5a2dc95 /libexec/rtld-aout | |
parent | 821767cd05f2237a1eb0b5ed36165b37325c9261 (diff) | |
download | FreeBSD-src-eb847b5e24cf28a8be99f9697ff8f1fec87823a9.zip FreeBSD-src-eb847b5e24cf28a8be99f9697ff8f1fec87823a9.tar.gz |
mdoc(7) police: simplify construct.
Diffstat (limited to 'libexec/rtld-aout')
-rw-r--r-- | libexec/rtld-aout/rtld.1aout | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout index 6c2ca18..213b66b 100644 --- a/libexec/rtld-aout/rtld.1aout +++ b/libexec/rtld-aout/rtld.1aout @@ -95,9 +95,7 @@ file, prepared by the .Xr ldconfig 8 utility, in which the full path specification of the shared objects can be looked up by hashing on the 3-tuple -.Ao -library-name, major-version-number, minor-version-number -.Ac \&. +.Aq library-name , major-version-number , minor-version-number . .Pp .Nm recognizes a number of environment variables that can be used to modify |