lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a135eb8a-f50d-4033-a5c0-9257c152162e@infradead.org>
Date: Wed, 26 Nov 2025 16:43:21 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Bagas Sanjaya <bagasdotme@...il.com>,
 Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
 Linux Documentation <linux-doc@...r.kernel.org>,
 Linux AFS <linux-afs@...ts.infradead.org>,
 Linux Filesystems Development <linux-fsdevel@...r.kernel.org>
Cc: David Howells <dhowells@...hat.com>,
 Marc Dionne <marc.dionne@...istor.com>, Jonathan Corbet <corbet@....net>,
 Damien Le Moal <dlemoal@...nel.org>, Naohiro Aota <naohiro.aota@....com>,
 Johannes Thumshirn <jth@...nel.org>,
 Andrew Morton <akpm@...ux-foundation.org>,
 Dan Williams <dan.j.williams@...el.com>,
 Gerald Schaefer <gerald.schaefer@...ux.ibm.com>,
 Daniel Palmer <daniel.palmer@...y.com>
Subject: Re: [PATCH 1/5] Documentation: afs: Use proper bullet for bullet
 lists



On 11/25/25 6:55 PM, Bagas Sanjaya wrote:
> The lists use an asterisk in parentheses (``(*)``) as the bullet marker,
> which isn't recognized by Sphinx as the proper bullet. Replace with just
> an asterisk.
> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>

Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
Tested-by: Randy Dunlap <rdunlap@...radead.org>

> ---
>  Documentation/filesystems/afs.rst | 21 +++++++++------------
>  1 file changed, 9 insertions(+), 12 deletions(-)
> 
> diff --git a/Documentation/filesystems/afs.rst b/Documentation/filesystems/afs.rst
> index f15ba388bbde79..6135d64ada6372 100644
> --- a/Documentation/filesystems/afs.rst
> +++ b/Documentation/filesystems/afs.rst
> @@ -23,17 +23,14 @@ This filesystem provides a fairly simple secure AFS filesystem driver. It is
>  under development and does not yet provide the full feature set.  The features
>  it does support include:
>  
> - (*) Security (currently only AFS kaserver and KerberosIV tickets).
> -
> - (*) File reading and writing.
> -
> - (*) Automounting.
> -
> - (*) Local caching (via fscache).
> + * Security (currently only AFS kaserver and KerberosIV tickets).
> + * File reading and writing.
> + * Automounting.
> + * Local caching (via fscache).
>  
>  It does not yet support the following AFS features:
>  
> - (*) pioctl() system call.
> + * pioctl() system call.
>  
>  
>  Compilation
> @@ -146,15 +143,15 @@ Proc Filesystem
>  
>  The AFS module creates a "/proc/fs/afs/" directory and populates it:
>  
> -  (*) A "cells" file that lists cells currently known to the afs module and
> -      their usage counts::
> +  * A "cells" file that lists cells currently known to the afs module and
> +    their usage counts::
>  
>  	[root@...romeda ~]# cat /proc/fs/afs/cells
>  	USE NAME
>  	  3 cambridge.redhat.com
>  
> -  (*) A directory per cell that contains files that list volume location
> -      servers, volumes, and active servers known within that cell::
> +  * A directory per cell that contains files that list volume location
> +    servers, volumes, and active servers known within that cell::
>  
>  	[root@...romeda ~]# cat /proc/fs/afs/cambridge.redhat.com/servers
>  	USE ADDR            STATE

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ