From k-horik@yk.rim.or.jp Sat Jul 10 11:32:26 1999
Return-Path: <k-horik@yk.rim.or.jp>
Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37])
	by hub.freebsd.org (Postfix) with ESMTP id 2984C14F3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Jul 1999 11:32:24 -0700 (PDT)
	(envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp891.yk.rim.or.jp [202.247.185.142])
	by mail.yk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id DAA28536
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Jul 1999 03:20:09 +0900 (JST)
Message-Id: <19990711031920L.k-horik@yk.rim.or.jp>
Date: Sun, 11 Jul 1999 03:19:20 +0900
From: horikawa@jp.freebsd.org
Sender: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Reply-To: horikawa@jp.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: inetd.8 has a typo (``'': should be ``:'')
X-Send-Pr-Version: 3.2

>Number:         12589
>Category:       docs
>Synopsis:       inetd.8 has a typo (``'': should be ``:'')
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 10 11:40:01 PDT 1999
>Closed-Date:    Sun Jul 11 01:33:12 PDT 1999
>Last-Modified:  Sun Jul 11 01:34:13 PDT 1999
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
jpman Project
>Environment:

	inetd.8 from 3.2-19990708-STABLE SNAPSHOT	
	This is src/usr.sbin/inetd/inetd.8 rev. 1.22.2.2 (RELENG_3)

	(current has same typo.)

>Description:

	man 8 inetd shows:
[snip]
     The user entry should contain the user name of the user as whom the serv-
     er should run.  This allows for servers to be given less permission than
     root.  Optional group part separated by ``'': allows to specify group
     name different than default group for this user.  Optional login-class
     part separated by ``/'' allows to specify login class different than de-
     fault ``daemon'' login class.
[snip]

	``'': should be ``:''.

>How-To-Repeat:

	$ man 8 inetd

>Fix:
	
	This is because ":" is a punctuation character, which is
	treated as special character in nroff.  To treat ":" as a
	normal character, ":" should be escaped with "\&", as
	following:

--- inetd.8.orig	Sun Jul 11 00:47:14 1999
+++ inetd.8	Sun Jul 11 00:47:29 1999
@@ -314,7 +314,7 @@
 Optional
 .Em group
 part separated by
-.Dq :
+.Dq \&:
 allows to specify group name different
 than default group for this user.
 Optional

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: green 
State-Changed-When: Sun Jul 11 01:33:12 PDT 1999 
State-Changed-Why:  
I've applied the change. Thanks! 
>Unformatted:
