diff options
author | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | 1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /share/man/man9/swi.9 | |
parent | ecf79cde9e1b8a35a0190579797cc483bcd50714 (diff) | |
download | FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz |
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'share/man/man9/swi.9')
-rw-r--r-- | share/man/man9/swi.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9 index 2944a40..df016af 100644 --- a/share/man/man9/swi.9 +++ b/share/man/man9/swi.9 @@ -225,4 +225,4 @@ functions which date back to at least .Sh BUGS Most of the global variables described in this manual page should not be global, or at the very least should not be declared in -.Aq Pa sys/interrupt.h . +.In sys/interrupt.h . |