From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CFFEC433EF for ; Wed, 13 Jul 2022 19:30:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231673AbiGMTa0 (ORCPT ); Wed, 13 Jul 2022 15:30:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229959AbiGMTaZ (ORCPT ); Wed, 13 Jul 2022 15:30:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 885DC2A42C; Wed, 13 Jul 2022 12:30:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 362D1B82141; Wed, 13 Jul 2022 19:30:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AA86C34114; Wed, 13 Jul 2022 19:30:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657740621; bh=lH674i9I/fJ6z5VVQUS6ILb0EbbvI8BmEJfY9b/Tpds=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QX2vj23qOnvDi45ISYUAqy3Baq466mPPVvU+hUPwn2BmuHoiJgEhFE+KXQfrnOmnl EvkMkVzMFU/mT7MgdwDaRfi4LOlVKOpSTYHSiiIH9ALgF8/w9Q1GGPKogp0A8j/zF6 Q7Pwydlh8sgajBlCysvFpkKAXPiMUWt27u2uo0rL8EPIKbj8wWUFKle+BJSYcO6C2H IuG2s7yC/o/fiojnHQsJR1WVf82f1SBUS9GALofbhH49w6t6lTO3Oq9oq5xsVzJlmt 24kxoasHDqxHaKSykMSbsngpaRTrkQD2Jx4Q6djeGEmqG5CcJhEmzF7ker1Nf3WZOi oT0Gr9wMJE9VQ== Message-ID: Date: Wed, 13 Jul 2022 21:30:14 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH V4 14/20] Documentation/rv: Add a basic documentation Content-Language: en-US To: Bagas Sanjaya Cc: Steven Rostedt , Wim Van Sebroeck , Guenter Roeck , Jonathan Corbet , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Will Deacon , Catalin Marinas , Marco Elver , Dmitry Vyukov , "Paul E. McKenney" , Shuah Khan , Gabriele Paoloni , Juri Lelli , Clark Williams , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-trace-devel@vger.kernel.org References: <575554f7bebc0278dd3dfad056d4438c2fbab7b3.1655368610.git.bristot@kernel.org> From: Daniel Bristot de Oliveira In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On 6/29/22 05:35, Bagas Sanjaya wrote: >> + DE OLIVEIRA, Daniel Bristot, et al. *Automata-based formal analysis and >> + verification of the real-time Linux kernel.* Ph.D. Thesis, 2020. >> + > Shouldn't these references be formatted citations reference syntax? I improved them, but there is no single syntax. In practice, people find the BibTeX "citation" from the place where the paper was published and let the venue template do its work, formatting it properly (don't ask me what people using word use... I just know that many people have a bad first impression of papers made on word haha). > >> +For example:: >> + >> + [root@f32 rv]# cat available_monitors >> + wip >> + wwnr >> + > I think the prompt should be just `#` (without username and host). Fixed! Thanks. -- Daniel > Thanks.