Module Name: src
Committed By: uwe
Date: Mon Jul 10 23:55:14 UTC 2023
Modified Files:
src/share/man/man9: versioningsyscalls.9
Log Message:
versioningsyscalls(9): wrap long line in the example
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/versioningsyscalls.9
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/man9/versioningsyscalls.9
diff -u src/share/man/man9/versioningsyscalls.9:1.3 src/share/man/man9/versioningsyscalls.9:1.4
--- src/share/man/man9/versioningsyscalls.9:1.3 Mon Jul 10 15:54:18 2023
+++ src/share/man/man9/versioningsyscalls.9 Mon Jul 10 23:55:13 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: versioningsyscalls.9,v 1.3 2023/07/10 15:54:18 christos Exp $
+.\" $NetBSD: versioningsyscalls.9,v 1.4 2023/07/10 23:55:13 uwe Exp $
.\"
.\" Copyright (c) 2023 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -325,11 +325,12 @@ syscall will be
Overall,
.Pa lib/libc/compat/sys/compat_my_syscall.c
must at the minimum include
-.Bd -literal
+.Bd -literal -offset indent
#include <sys/compat/my_header.h>
__warn_references(my_syscall,
- "warning: reference to compatibility my_syscall(); message on how to use the next my_syscall()");
+ "warning: reference to compatibility my_syscall();"
+ " message on how to use the next my_syscall()");
int
my_syscall()