From d412d6c0f73e0cc55e1969666077b7d5b689778c Mon Sep 17 00:00:00 2001 From: uwe Date: Mon, 10 Jul 2023 23:55:13 +0000 Subject: [PATCH] versioningsyscalls(9): wrap long line in the example --- share/man/man9/versioningsyscalls.9 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man9/versioningsyscalls.9 b/share/man/man9/versioningsyscalls.9 index e2cfbd0971b0..b03646dc6e23 100644 --- a/share/man/man9/versioningsyscalls.9 +++ b/share/man/man9/versioningsyscalls.9 @@ -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 __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()