aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-07-22 16:47:43 +0000
committerMark Johnston <markj@FreeBSD.org>2021-07-29 12:11:30 +0000
commitc2edab507e9227e30722b6c0b894c3eab864ff03 (patch)
tree66b4140463392011ea0c800863d7f1536988e658
parentf9d3c6f4b5d1a2a35b05a52bf598ebfca21d3322 (diff)
downloadsrc-c2edab507e9227e30722b6c0b894c3eab864ff03.tar.gz
src-c2edab507e9227e30722b6c0b894c3eab864ff03.zip
man9: Remove stray .In macros
Fixes: 9c11d8d483c4 (cherry picked from commit 18c696c00159d1071ed17e3bed1863e412dd5cb5)
-rw-r--r--share/man/man9/fetch.91
-rw-r--r--share/man/man9/store.91
2 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man9/fetch.9 b/share/man/man9/fetch.9
index 5384c4f9204e..53927eb82584 100644
--- a/share/man/man9/fetch.9
+++ b/share/man/man9/fetch.9
@@ -67,7 +67,6 @@
.Fn fueword32 "volatile const void *base" "int32_t *val"
.Ft int
.Fn fueword64 "volatile const void *base" "int64_t *val"
-.In sys/resourcevar.h
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man9/store.9 b/share/man/man9/store.9
index 40a6d7e2b216..089949e53938 100644
--- a/share/man/man9/store.9
+++ b/share/man/man9/store.9
@@ -56,7 +56,6 @@
.Fn suword32 "volatile void *base" "int32_t word"
.Ft int
.Fn suword64 "volatile void *base" "int64_t word"
-.In sys/resourcevar.h
.Sh DESCRIPTION
The
.Nm