Bug 4357

Summary: login(1) manpage
Product: [Retired] Red Hat Linux Reporter: kamo
Component: util-linuxAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-06 17:43:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description kamo 1999-08-05 00:12:14 UTC
$ groff -Tascii -man /usr/man/man1/login.1 > /dev/null
/usr/man/man1/login.1:247: warning: `some.dom.' not defined
(probable missing space after `so')

Patch:
*** login.1.orig        Wed Oct 14 13:44:18 1998
--- login.1     Thu Aug  5 08:50:40 1999
***************
*** 243,250 ****
  .PP
  .IP o
  A domain name suffix such as @.some.dom, meaning that the
user may
! rlogin/telnet from any host whose domain name has the
suffix
! .some.dom.
  .PP
  .IP o
  A range of IPv4 addresses, written @x.x.x.x/y.y.y.y where
x.x.x.x is
--- 243,250 ----
  .PP
  .IP o
  A domain name suffix such as @.some.dom, meaning that the
user may
! rlogin/telnet from any host whose domain name has the
! suffix .some.dom.
  .PP
  .IP o
  A range of IPv4 addresses, written @x.x.x.x/y.y.y.y where
x.x.x.x is

Comment 1 kamo 1999-08-06 01:51:59 UTC
Sorry, this patch is for RHL 5.2.
I checked RHL 6.0 manpage today.
6.0 manpage seems to have NO error.

Comment 2 Jeff Johnson 1999-08-06 17:43:59 UTC
This problem appears to be solved.