Subject: Typographic error in acctd(8) (#414)
Index:	libexec/acctd/acctd.8 2.11BSD

Description:
	There is a typographic error in the accounting daemon's manpage.

Repeat-By:
	man acctd

Fix:
	A '-f' was used where '-d' was needed.

	Apply this patch and reinstall the manpage.

	Cut where indicated and save to a file (/tmp/414).  Then

		patch -p0 < /tmp/414
		cd /usr/src/libexec/acctd
		make
		make install
		make clean

	As always this and previous updates to 2.11BSD are available via
	anonymous FTP to either FTP.IIPO.GTEGSC.COM or MOE.2BSD.COM in the
	directory /pub/2.11BSD.

--------------------------cut here------------------------
*** /usr/src/libexec/acctd/acctd.8.old	Fri Feb 19 17:37:54 1999
--- /usr/src/libexec/acctd/acctd.8	Wed Apr 28 21:50:59 1999
***************
*** 1,7 ****
  .\"
! .\"	@(#) 2.11BSD acctd.8 1.0 1999/2/19
  .\"
! .TH ACCTD 8 "February 19, 1999"
  .UC 4
  .SH NAME
  acctd \- system accounting daemon
--- 1,7 ----
  .\"
! .\"	@(#) 2.11BSD acctd.8 1.1 1999/4/28
  .\"
! .TH ACCTD 8 "April 28, 1999"
  .UC 4
  .SH NAME
  acctd \- system accounting daemon
***************
*** 20,26 ****
  daemon exits.
  The one option is:
  .TP 10
! \-f
  Enable debugging mode.  Currently no debugging logic is present.
  .SH FILES
  .TP 20
--- 20,26 ----
  daemon exits.
  The one option is:
  .TP 10
! \-d
  Enable debugging mode.  Currently no debugging logic is present.
  .SH FILES
  .TP 20
*** /VERSION.old	Tue Apr 27 20:41:02 1999
--- /VERSION	Wed Apr 28 21:51:19 1999
***************
*** 1,5 ****
! Current Patch Level: 413
! Date: April 16, 1999
  
  2.11 BSD
  ============
--- 1,5 ----
! Current Patch Level: 414
! Date: April 28, 1999
  
  2.11 BSD
  ============
