| Summary: | [patch] Remove comments that have snook into three man pages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gavin Atkinson <gavin> | ||||
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Gavin Atkinson
2008-12-03 20:30:00 UTC
Author: gabor (doc,ports committer) Date: Fri Jan 30 15:27:04 2009 New Revision: 187917 URL: http://svn.freebsd.org/changeset/base/187917 Log: - Remove superfluous comment PR: docs/129400 Submitted by: Gavin Atkinson <gavin@freebsd.org> Modified: head/sys/boot/i386/pxeldr/pxeboot.8 Modified: head/sys/boot/i386/pxeldr/pxeboot.8 ============================================================================== --- head/sys/boot/i386/pxeldr/pxeboot.8 Fri Jan 30 15:14:58 2009 (r187916) +++ head/sys/boot/i386/pxeldr/pxeboot.8 Fri Jan 30 15:27:04 2009 (r187917) @@ -24,8 +24,6 @@ .\" .\" $FreeBSD$ .\" -.\" Note: The date here should be updated whenever a non-trivial -.\" change is made to the manual page. .Dd May 1, 2000 .Dt PXEBOOT 8 .Os _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" Author: gabor (doc,ports committer) Date: Fri Jan 30 15:28:35 2009 New Revision: 187918 URL: http://svn.freebsd.org/changeset/base/187918 Log: - Remove superfluous comment PR: docs/129400 Submitted by: Gavin Atkinson <gavin@freebsd.org> Modified: head/lib/libc/db/man/dbm.3 Modified: head/lib/libc/db/man/dbm.3 ============================================================================== --- head/lib/libc/db/man/dbm.3 Fri Jan 30 15:27:04 2009 (r187917) +++ head/lib/libc/db/man/dbm.3 Fri Jan 30 15:28:35 2009 (r187918) @@ -15,8 +15,6 @@ .\" .\" $FreeBSD$ .\" -.\" Note: The date here should be updated whenever a non-trivial -.\" change is made to the manual page. .Dd April 16, 2006 .Dt DBM 3 .Os _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed to HEAD, thanks! No MFC is needed, as it is just a cleanup patch. Responsible Changed From-To: freebsd-doc->gabor Committed to HEAD, thanks! No MFC is needed, as it is just a cleanup patch. Author: gabor (doc,ports committer) Date: Fri Jan 30 15:28:56 2009 New Revision: 187919 URL: http://svn.freebsd.org/changeset/base/187919 Log: - Remove superfluous comment PR: docs/129400 Submitted by: Gavin Atkinson <gavin@freebsd.org> Modified: head/usr.sbin/gssd/gssd.8 Modified: head/usr.sbin/gssd/gssd.8 ============================================================================== --- head/usr.sbin/gssd/gssd.8 Fri Jan 30 15:28:35 2009 (r187918) +++ head/usr.sbin/gssd/gssd.8 Fri Jan 30 15:28:56 2009 (r187919) @@ -25,8 +25,6 @@ .\" .\" $FreeBSD$ .\" -.\" Note: The date here should be updated whenever a non-trivial -.\" change is made to the manual page. .Dd November 5, 2008 .Dt GSSD 8 .Os _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" |