From nobody  Tue Feb 10 21:11:40 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id VAA21381;
          Tue, 10 Feb 1998 21:11:40 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199802110511.VAA21381@hub.freebsd.org>
Date: Tue, 10 Feb 1998 21:11:40 -0800 (PST)
From: jason_smethers@bigfoot.com
To: freebsd-gnats-submit@freebsd.org
Subject: /bin/sync code and man page cleanup
X-Send-Pr-Version: www-1.0

>Number:         5716
>Category:       bin
>Synopsis:       /bin/sync code and man page cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 21:20:04 PST 1998
>Closed-Date:    Mon Apr 27 21:39:36 PDT 1998
>Last-Modified:  Mon Apr 27 21:39:42 PDT 1998
>Originator:     Jason Smethers
>Release:        3.0-Current
>Organization:
>Environment:
FreeBSD p90unix.vipersystems.com 3.0-CURRENT FreeBSD 3.0-CURRENT #1: Sun Feb  8 17:26:35 CST 1998     root@p90unix.vipersystems.com:/usr/src/sys/compile/P90UNIX  i386
>Description:
Gerneral code and man page cleanup
>How-To-Repeat:

>Fix:
diff -c -r /usr/src/bin/sync/sync.8 /usr/local/src/bin/sync/sync.8
*** /usr/src/bin/sync/sync.8	Sat Feb 22 08:06:06 1997
--- /usr/local/src/bin/sync/sync.8	Mon Feb  9 20:33:59 1998
***************
*** 48,56 ****
  or
  .Xr halt 8 .
  Generally, it is preferable to use
! .Xr reboot
  or
! .Xr halt
  to shut down the system,
  as they may perform additional actions
  such as resynchronizing the hardware clock
--- 48,56 ----
  or
  .Xr halt 8 .
  Generally, it is preferable to use
! .Xr reboot 8
  or
! .Xr halt 8
  to shut down the system,
  as they may perform additional actions
  such as resynchronizing the hardware clock
diff -c -r /usr/src/bin/sync/sync.c /usr/local/src/bin/sync/sync.c
*** /usr/src/bin/sync/sync.c	Sat Feb 22 08:06:12 1997
--- /usr/local/src/bin/sync/sync.c	Mon Feb  9 20:31:38 1998
***************
*** 45,52 ****
  
  #include <unistd.h>
  
  int
! main()
  {
  	sync();
  	exit(0);
--- 45,56 ----
  
  #include <unistd.h>
  
+ int main __P((int, char *[]));
+ 
  int
! main(argc, argv)
! 	int argc;
! 	char *argv[];
  {
  	sync();
  	exit(0);

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jmg 
State-Changed-When: Mon Apr 27 21:39:36 PDT 1998 
State-Changed-Why:  
closed upon originator's request: 
reason: unwanted style changes which I know better now... 
>Unformatted:
