git: f98364e5cc - main - Remove stray }
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=f98364e5cc1d18eda448df5daa3bb80dc05fd5ca commit f98364e5cc1d18eda448df5daa3bb80dc05fd5ca Author: Warner Losh <[email protected]> AuthorDate: 2021-06-03 12:53:48 +0000 Commit: Warner Losh <[email protected]> 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; -} }; .... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"