git: 9front

Download patch

ref: 473720b7ba187974082f8564b9df893e10a8796a
parent: 66e9e21f8b2e42a5ff286e7e1b8b8fbeeaf8a573
author: Humm <hummsmith42@gmail.com>
date: Wed Nov 17 14:57:03 EST 2021

snap(4): remove non-existent -s from snapfs

--- a/sys/man/4/snap
+++ b/sys/man/4/snap
@@ -17,10 +17,6 @@
 .B -m 
 .I mtpt
 ]
-[
-.B -s
-.I service
-]
 .I file...
 .SH DESCRIPTION
 .I Snap
@@ -64,10 +60,6 @@
 .B -a
 will cause it to mount the new directories
 after the current entries.
-The 
-.B -s
-option causes it to serve requests via
-.BI /srv/ service.
 .SH EXAMPLE
 Suppose
 .I page
--