Date: Fri, 25 Jan 2002 16:09:42 -0800 (PST) From: Chad David <davidc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile lock.9 lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9 Message-ID: <200201260009.g0Q09gq64901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidc 2002/01/25 16:09:42 PST Modified files: share/man/man9 Makefile lock.9 Removed files: share/man/man9 lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9 Log: Merged all of the lockmgr functions into a single file (lock.9); as well, some content and layout changes were made. lock.9 had existed before but was never added to Makefile, so it was never installed. That is why the duplicate files were created in the first place. Reviewed by: ru, alfred Revision Changes Path 1.148 +5 -2 src/share/man/man9/Makefile 1.8 +239 -97 src/share/man/man9/lock.9 1.6 +0 -61 src/share/man/man9/lockcount.9 (dead) 1.7 +0 -58 src/share/man/man9/lockdestroy.9 (dead) 1.9 +0 -151 src/share/man/man9/lockmgr.9 (dead) 1.7 +0 -60 src/share/man/man9/lockmgr_printinfo.9 (dead) 1.7 +0 -83 src/share/man/man9/lockstatus.9 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201260009.g0Q09gq64901>