From owner-freebsd-bugs Tue Feb 10 21:20:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22630 for freebsd-bugs-outgoing; Tue, 10 Feb 1998 21:20:10 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22604; Tue, 10 Feb 1998 21:20:07 -0800 (PST) (envelope-from gnats) 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 X-Send-Pr-Version: www-1.0 Subject: bin/5716: /bin/sync code and man page cleanup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5716 >Category: bin >Synopsis: /bin/sync code and man page cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 10 21:20:04 PST 1998 >Last-Modified: >Originator: Jason Smethers >Organization: >Release: 3.0-Current >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 int ! main() { sync(); exit(0); --- 45,56 ---- #include + int main __P((int, char *[])); + int ! main(argc, argv) ! int argc; ! char *argv[]; { sync(); exit(0); >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message