diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
commit | 0afc94c17a8772df34294778904e816258542498 (patch) | |
tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /share/man/man4/ksyms.4 | |
parent | 7565f3e8372c450d436a8b60605a183b4ef1ab83 (diff) | |
download | src-0afc94c17a8772df34294778904e816258542498.tar.gz src-0afc94c17a8772df34294778904e816258542498.zip |
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Notes
Notes:
svn path=/head/; revision=208027
Diffstat (limited to 'share/man/man4/ksyms.4')
-rw-r--r-- | share/man/man4/ksyms.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4 index 56572e90cb73..d12f46001b86 100644 --- a/share/man/man4/ksyms.4 +++ b/share/man/man4/ksyms.4 @@ -130,6 +130,12 @@ driver first appeared in .Fx 8.0 to support .Xr lockstat 1 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Stacey Son +.Aq sson@freebsd.org . .Sh BUGS Because files can be dynamically linked into the kernel at any time the symbol information can vary. When you open the @@ -150,9 +156,3 @@ can be used to get the memory address where the symbol table is stored to save kernel memory. .Xr mmap 2 may also be used but it will map it to another address. -.Sh AUTHORS -The -.Nm -driver was written by -.An Stacey Son -.Aq sson@freebsd.org . |