From 45b74f6ea0526841495a473296df39a2f858a8f2 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 4 Mar 2010 06:01:02 +0100 Subject: [PATCH] Sort the SEE ALSO sections in some manual pages. --- bin/cpdup/cpdup.1 | 2 +- lib/libc/sys/unlink.2 | 4 ++-- lib/libpthread/sem_init.3 | 4 ++-- share/man/man4/man4.i386/glxsb.4 | 2 +- share/man/man8/swapcache.8 | 4 ++-- usr.bin/gzip/zdiff.1 | 4 ++-- usr.bin/mandoc/mandoc.1 | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/cpdup/cpdup.1 b/bin/cpdup/cpdup.1 index 5abc632e58..cd2d0383ef 100644 --- a/bin/cpdup/cpdup.1 +++ b/bin/cpdup/cpdup.1 @@ -274,8 +274,8 @@ utility exits 0 if no error occurred and >0 if an error occurred. .Sh SEE ALSO .Xr cp 1 , .Xr cpio 1 , -.Xr ssh 1 , .Xr scp 1 , +.Xr ssh 1 , .Xr tar 1 .Sh HISTORY The diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 9c4eb34f80..da2b46c45f 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -108,8 +108,8 @@ points outside the process's allocated address space. .Xr close 2 , .Xr link 2 , .Xr rmdir 2 , -.Xr symlink 7 , -.Xr unlinkat 2 +.Xr unlinkat 2 , +.Xr symlink 7 .Sh HISTORY An .Fn unlink diff --git a/lib/libpthread/sem_init.3 b/lib/libpthread/sem_init.3 index 8e21da43e5..d1a14155c0 100644 --- a/lib/libpthread/sem_init.3 +++ b/lib/libpthread/sem_init.3 @@ -88,11 +88,11 @@ exceeds SEM_VALUE_MAX. Memory allocation error. .El .Sh SEE ALSO +.Xr umtx 2 , .Xr sem_destroy 3 , .Xr sem_post 3 , .Xr sem_trywait 3 , -.Xr sem_wait 3 , -.Xr umtx 2 +.Xr sem_wait 3 .Sh STANDARDS .Fn sem_init conforms to diff --git a/share/man/man4/man4.i386/glxsb.4 b/share/man/man4/man4.i386/glxsb.4 index e685a5ff40..0fb08eabb6 100644 --- a/share/man/man4/man4.i386/glxsb.4 +++ b/share/man/man4/man4.i386/glxsb.4 @@ -70,8 +70,8 @@ device driver with AES keys of length != 128 bits. .Sh SEE ALSO .Xr crypto 4 , .Xr intro 4 , -.Xr pci 4 , .Xr ipsec 4 , +.Xr pci 4 , .Xr random 4 , .Xr crypto 9 .Sh HISTORY diff --git a/share/man/man8/swapcache.8 b/share/man/man8/swapcache.8 index b7145ecc4d..7aafde437c 100644 --- a/share/man/man8/swapcache.8 +++ b/share/man/man8/swapcache.8 @@ -448,9 +448,9 @@ people will be using MLC. .Nm is usable with both technologies. .Sh SEE ALSO -.Xr swapon 8 , +.Xr fstab 5 , .Xr disklabel64 8 , -.Xr fstab 5 +.Xr swapon 8 .Sh HISTORY .Nm first appeared in diff --git a/usr.bin/gzip/zdiff.1 b/usr.bin/gzip/zdiff.1 index 8ff1134fe4..92889686e0 100644 --- a/usr.bin/gzip/zdiff.1 +++ b/usr.bin/gzip/zdiff.1 @@ -89,8 +89,8 @@ Temporary file for .El .Sh SEE ALSO .Xr cmp 1 , -.Xr gzip 1 , -.Xr diff 1 +.Xr diff 1 , +.Xr gzip 1 .Sh CAVEATS .Nm zcmp and diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index f5b1827ab3..3a78d8e709 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -484,9 +484,9 @@ lists render similarly. . . .Sh SEE ALSO +.Xr man 7 , .Xr mandoc_char 7 , -.Xr mdoc 7 , -.Xr man 7 +.Xr mdoc 7 . .Sh AUTHORS The -- 2.41.0