diff options
author | 2003-06-23 20:43:33 +0000 | |
---|---|---|
committer | 2003-06-23 20:43:33 +0000 | |
commit | 93137b7f64500ba75c7987d472495227e2efe708 (patch) | |
tree | 9f6f32c4abf9f3ed5cef1d1531680532ca3a9afc | |
parent | *_raw_*_1() functions do not exist (diff) | |
download | wireguard-openbsd-93137b7f64500ba75c7987d472495227e2efe708.tar.xz wireguard-openbsd-93137b7f64500ba75c7987d472495227e2efe708.zip |
sort .Xr's in SEE ALSO;
-rw-r--r-- | usr.bin/compress/zmore.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/compress/zmore.1 b/usr.bin/compress/zmore.1 index b327014ed82..fb85269fd9e 100644 --- a/usr.bin/compress/zmore.1 +++ b/usr.bin/compress/zmore.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zmore.1,v 1.1 2003/06/23 19:04:24 millert Exp $ +.\" $OpenBSD: zmore.1,v 1.2 2003/06/23 20:43:33 jmc Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -86,6 +86,6 @@ If unset, is used. .El .Sh SEE ALSO -.Xr more 1 , +.Xr compress 1 , .Xr less 1 , -.Xr compress 1 +.Xr more 1 |