]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
spufs.7: ffix
authorAlejandro Colomar <alx.manpages@gmail.com>
Tue, 2 Aug 2022 15:31:41 +0000 (17:31 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Tue, 2 Aug 2022 15:31:42 +0000 (17:31 +0200)
Use tbl(1) instead of a magic sequence of spaces and tabs to get a
nice formatting.  This fixes the following warnings:

mandoc: man7/spufs.7:748:7: WARNING: tab in filled text
mandoc: man7/spufs.7:748:14: WARNING: tab in filled text
mandoc: man7/spufs.7:748:22: WARNING: tab in filled text
mandoc: man7/spufs.7:748:32: WARNING: tab in filled text
mandoc: man7/spufs.7:748:34: WARNING: tab in filled text

Reported-by: 'make lint-man'
Reported-by: mandoc(1)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man7/spufs.7

index 9ae6d39ad2bc3911adc2f695e646d483fc4120cf..9b0669665c345875a099543e246908f5c644472d 100644 (file)
@@ -745,7 +745,10 @@ for this SPU context.
 .SH EXAMPLES
 .TP
 .IR /etc/fstab "  entry"
-none   /spu    spufs   gid=spu         0       0
+.TS
+l l l l l l.
+none   /spu    spufs   gid=spu 0       0
+.TE
 .\" .SH AUTHORS
 .\" Arnd Bergmann <arndb@de.ibm.com>, Mark Nutter <mnutter@us.ibm.com>,
 .\" Ulrich Weigand <Ulrich.Weigand@de.ibm.com>, Jeremy Kerr <jk@ozlabs.org>