Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 versioningsyscalls(9): wrap long line in the ...



details:   https://anonhg.NetBSD.org/src/rev/cd4adb4e6087
branches:  trunk
changeset: 377406:cd4adb4e6087
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jul 10 23:55:13 2023 +0000

description:
versioningsyscalls(9): wrap long line in the example

diffstat:

 share/man/man9/versioningsyscalls.9 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 10c3b365d573 -r cd4adb4e6087 share/man/man9/versioningsyscalls.9
--- a/share/man/man9/versioningsyscalls.9       Mon Jul 10 21:08:37 2023 +0000
+++ b/share/man/man9/versioningsyscalls.9       Mon Jul 10 23:55:13 2023 +0000
@@ -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()



Home | Main Index | Thread Index | Old Index