diff options
author | 2006-08-03 11:56:25 +0000 | |
---|---|---|
committer | 2006-08-03 11:56:25 +0000 | |
commit | 0012d67f7783c69ecd8451ee09b8c19af51d0520 (patch) | |
tree | 8a101156d297655c5be88847f924e8e6680be2b9 | |
parent | suport -> support; (diff) | |
download | wireguard-openbsd-0012d67f7783c69ecd8451ee09b8c19af51d0520.tar.xz wireguard-openbsd-0012d67f7783c69ecd8451ee09b8c19af51d0520.zip |
kill trailing spaces;
-rw-r--r-- | share/man/man7/library-specs.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/library-specs.7 b/share/man/man7/library-specs.7 index 8421525c65d..d63f1cdaa95 100644 --- a/share/man/man7/library-specs.7 +++ b/share/man/man7/library-specs.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: library-specs.7,v 1.5 2006/08/01 10:09:14 espie Exp $ +.\" $OpenBSD: library-specs.7,v 1.6 2006/08/03 11:56:25 jmc Exp $ .\" .\" Copyright (c) 2001 Marc Espie .\" @@ -40,7 +40,7 @@ where is a comma-separated list of .Sq lib_spec of the form: -.Sq libname[.=major[.minor]] +.Sq libname[.=major[.minor]] or .Sq libname[.>=major[.minor]] . .Pp @@ -97,7 +97,7 @@ lead to strange errors. .Sh HISTORY Full support for library specifications first appeared in .Ox 3.1 . -The format of specifications changed slightly to include -.Sq >= +The format of specifications changed slightly to include +.Sq >= before .Ox 4.0 . |