Module Name:    src
Committed By:   bad
Date:           Sun Feb 23 23:43:50 UTC 2025

Modified Files:
        src/share/man/man4: wg.4

Log Message:
wg.4: delete a straggling \e

Delete the trailing \e on the previous to last line in the example
ifconfig.wg0 for the server.  The next line is not a contination line.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/wg.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/wg.4
diff -u src/share/man/man4/wg.4:1.11 src/share/man/man4/wg.4:1.12
--- src/share/man/man4/wg.4:1.11	Mon Dec 16 19:21:59 2024
+++ src/share/man/man4/wg.4	Sun Feb 23 23:43:50 2025
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wg.4,v 1.11 2024/12/16 19:21:59 christos Exp $
+.\"	$NetBSD: wg.4,v 1.12 2025/02/23 23:43:50 bad Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -147,7 +147,7 @@ inet6 fd00:2::1/64
 !wgconfig wg0 set listen-port 1234
 !wgconfig wg0 add peer B X7EGm3T3IfodBcyilkaC89j0SH3XD6+/pwvp7Dgp5SU= \e
     --preshared-key=/etc/wg/wg0.A-B \e
-    --allowed-ips=10.2.0.42/32,fd00:2::1/128 \e
+    --allowed-ips=10.2.0.42/32,fd00:2::1/128
 up
 .Ed
 .Pp

Reply via email to