git: 18c696c00159 - main - man9: Remove stray .In macros

Mark Johnston markj at FreeBSD.org
Thu Jul 22 16:57:30 UTC 2021


The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=18c696c00159d1071ed17e3bed1863e412dd5cb5

commit 18c696c00159d1071ed17e3bed1863e412dd5cb5
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-07-22 16:47:43 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-07-22 16:47:43 +0000

    man9: Remove stray .In macros
    
    Fixes:          9c11d8d483c4
    MFC after:      1 week
---
 share/man/man9/fetch.9 | 1 -
 share/man/man9/store.9 | 1 -
 2 files changed, 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


More information about the dev-commits-src-main mailing list