shithub: riscv

Download patch

ref: 06335925f66a7b4da09c849c21e96eb43e1c9be9
parent: 242775f692b0071a469851b9ff0702ce03b985c4
author: Jacob Moody <moody@posixcafe.org>
date: Thu May 15 01:04:15 EDT 2025

gefs(8): escape \ in EXAMPLES

--- a/sys/man/8/gefs
+++ b/sys/man/8/gefs
@@ -327,7 +327,7 @@
 % con -C /srv/gefs.cmd
 gefs# users
 refreshed users
-gefs# ^\
+gefs# ^\\
 >>> q
 
 # Mount the file system in permissive mode to allow
--