diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-08-02 17:31:41 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-08-02 17:31:42 +0200 |
| commit | e07fc6ee76bb6bf456c34722f283cbb0194c24f8 (patch) | |
| tree | f865ffe4aad7e5710796d676ef06e695cd7a9512 /man7 | |
| parent | e76e7c4fe99bb29d88af7bad1f750a94ba932629 (diff) | |
| download | man-pages-e07fc6ee76bb6bf456c34722f283cbb0194c24f8.tar.gz | |
spufs.7: ffix
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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/spufs.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man7/spufs.7 b/man7/spufs.7 index 9ae6d39ad2..9b0669665c 100644 --- a/man7/spufs.7 +++ b/man7/spufs.7 @@ -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> |
