Date: Thu, 3 Jun 2021 12:55:05 GMT From: Warner Losh <imp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f98364e5cc - main - Remove stray } Message-ID: <202106031255.153Ct5qZ076259@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=f98364e5cc1d18eda448df5daa3bb80dc05fd5ca commit f98364e5cc1d18eda448df5daa3bb80dc05fd5ca Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-06-03 12:53:48 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-06-03 12:55:03 +0000 Remove stray } Noticed by: ceri@ Sponsored by: Netflix --- documentation/content/en/books/arch-handbook/kobj/_index.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/content/en/books/arch-handbook/kobj/_index.adoc b/documentation/content/en/books/arch-handbook/kobj/_index.adoc index 0b81112792..77954ac18b 100644 --- a/documentation/content/en/books/arch-handbook/kobj/_index.adoc +++ b/documentation/content/en/books/arch-handbook/kobj/_index.adoc @@ -151,7 +151,7 @@ CODE { struct foo * foo_alloc_null(struct bar *) { return NULL; -} + } }; .... @@ -165,7 +165,6 @@ For example: HEADER { struct mumble; struct grumble; -} }; ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106031255.153Ct5qZ076259>