Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 5 Jan 2003 19:03:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 5 Jan 2003 19:03:58 -0500 Received: from hera.cwi.nl ([192.16.191.8]:8678 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Sun, 5 Jan 2003 19:03:56 -0500 From: Andries.Brouwer@cwi.nl Date: Mon, 6 Jan 2003 01:12:30 +0100 (MET) Message-Id: To: torvalds@transmeta.com Subject: [PATCH] htmldoc fix Cc: dgilbert@interlog.com, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1923 Lines: 50 I told someone to do "make htmldocs" and just to be sure checked myself. Below two fixes. Andries diff -u --recursive --new-file -X /linux/dontdiff a/Documentation/DocBook/journal-api.tmpl b/Documentation/DocBook/journal-api.tmpl --- a/Documentation/DocBook/journal-api.tmpl Thu Nov 28 15:28:17 2002 +++ b/Documentation/DocBook/journal-api.tmpl Mon Jan 6 00:06:57 2003 @@ -206,6 +206,7 @@ journal_unlock_updates() // carry on with filesystem use. + The opportunities for abuse and DOS attacks with this should be obvious, if you allow unprivileged userspace to trigger codepaths containing these calls. @@ -250,7 +251,6 @@ } journal_destroy(my_jrnl); - diff -u --recursive --new-file -X /linux/dontdiff a/Documentation/DocBook/scsidrivers.tmpl b/Documentation/DocBook/scsidrivers.tmpl --- a/Documentation/DocBook/scsidrivers.tmpl Fri Nov 22 22:40:12 2002 +++ b/Documentation/DocBook/scsidrivers.tmpl Sun Jan 5 23:35:15 2003 @@ -52,7 +52,7 @@ This document can been found in an ASCII text file in the linux kernel -source: drivers/scsi/scsi_mid_low_api.txt . +source: Documentation/scsi/scsi_mid_low_api.txt . It currently hold a little more information than this document. The drivers/scsi/hosts.h and drivers/scsi/scsi.h headers contain descriptions of members @@ -107,7 +107,7 @@ Interface Functions -!Edrivers/scsi/scsi_mid_low_api.txt +!EDocumentation/scsi/scsi_mid_low_api.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/