Module Name: src Committed By: uwe Date: Sat Jul 27 13:14:04 UTC 2024
Modified Files: src/share/man/man4: ksyms.4 Log Message: ksyms(4): untabify one tab missed in previous To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/ksyms.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/ksyms.4 diff -u src/share/man/man4/ksyms.4:1.9 src/share/man/man4/ksyms.4:1.10 --- src/share/man/man4/ksyms.4:1.9 Sat Jul 27 13:13:25 2024 +++ src/share/man/man4/ksyms.4 Sat Jul 27 13:14:04 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: ksyms.4,v 1.9 2024/07/27 13:13:25 uwe Exp $ +.\" $NetBSD: ksyms.4,v 1.10 2024/07/27 13:14:04 uwe Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -84,7 +84,7 @@ contains the symbol value. Returns the complete symbol for the given symbol name. .Bd -literal -offset indent struct ksyms_gsymbol { - const char *kg_name; + const char *kg_name; void *kg_sym; }; .Ed