$OpenBSD: patch-doc_saned_man,v 1.7 2015/10/09 07:06:52 ajacoutot Exp $
--- doc/saned.man.orig	Sat Sep 26 02:53:25 2015
+++ doc/saned.man	Thu Oct  8 08:00:01 2015
@@ -163,7 +163,7 @@ It is required to add a single line to the inetd confi
 The configuration line normally looks like this:
 .PP
 .RS
-sane\-port stream tcp nowait saned.saned @SBINDIR@/saned saned
+sane\-port stream tcp nowait _saned._saned @SBINDIR@/saned saned
 .RE
 .PP
 However, if your system uses
@@ -176,16 +176,16 @@ and use a line of the following form in
 instead:
 .PP
 .RS
-sane\-port stream tcp nowait saned.saned /usr/sbin/tcpd @SBINDIR@/saned
+sane\-port stream tcp nowait _saned._saned /usr/sbin/tcpd @SBINDIR@/saned
 .RE
 .PP
 Note that both examples assume that there is a
-.B saned
+.B _saned
 group and a
-.B saned
+.B _saned
 user.  If you follow this example, please make sure that the 
 access permissions on the special device are set such that
-.B saned
+.B _saned
 can access the scanner (the program generally needs read and
 write access to scanner devices).
 .SH XINETD CONFIGURATION
@@ -206,8 +206,8 @@ service sane\-port
    port        = 6566
    socket_type = stream
    wait        = no
-   user        = saned
-   group       = saned
+   user        = _saned
+   group       = _saned
    server      = @SBINDIR@/saned
 }
 .fi
