Bug 12610

Summary: fix typo in bootptab(5) manpage
Product: Documentation Reporter: seth <seth>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description seth 1999-07-12 19:00:00 UTC
	Typo in man page for bootptab(5).  Not urgent at all.  Diff attached.

.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
.\"
.\"     $Id: bootptab.5,v 1.2 1998/02/03 07:30:22 charnier Exp $
.\"

Fix: 

(output of diff, corrected manpage as first argument)

17c17
< Its format is similar to that of
---
> It's format is similar to that of
305c305
< value.  Its presence indicates that the hostname should be sent to RFC1084
---
> value.  It's presence indicates that the hostname should be sent to RFC1084
How-To-Repeat: 
	man 5 bootptab
Comment 1 mpp freebsd_committer freebsd_triage 1999-07-12 19:38:58 UTC
State Changed
From-To: open->closed

The typo was fixed, along with another one I noticed while I was 
at it.  Thanks.