diff options
author | 2007-05-31 19:19:00 +0000 | |
---|---|---|
committer | 2007-05-31 19:19:00 +0000 | |
commit | 9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa (patch) | |
tree | 2fddcf9d9e52011f770904571a0d31b7260abbb7 /lib/libc/stdlib/qsort.3 | |
parent | enable all debugging messages by default if the driver is compiled with (diff) | |
download | wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.tar.xz wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.zip |
convert to new .Dd format;
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r-- | lib/libc/stdlib/qsort.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index 668ea902436..92c75d53659 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qsort.3,v 1.14 2003/10/01 08:11:58 jmc Exp $ +.\" $OpenBSD: qsort.3,v 1.15 2007/05/31 19:19:31 jmc Exp $ .\" -.Dd June 4, 1993 +.Dd $Mdocdate: May 31 2007 $ .Dt QSORT 3 .Os .Sh NAME |