diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-12-28 15:03:36 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-12-28 18:40:56 +0100 |
| commit | aef334a2ccad268c5511590356372393d37931d8 (patch) | |
| tree | 487672e5366a0171daefaf759467b87fb3d9048e | |
| parent | ddd82b9a308592ad02929d59d4a0259744e04dba (diff) | |
| download | sparse-dev-aef334a2ccad268c5511590356372393d37931d8.tar.gz | |
manpage: fix doc of '-Wcast-from-as'
It seems that the current doc for -Wcast-from-as was cut-and-pasted
but not adjusted correctly.
Fix the wording.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rw-r--r-- | sparse.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ Sparse does not issue these warnings by default. . .TP .B \-Wcast\-from\-as -Warn about which remove an address space to a pointer type. +Warn about casts which remove an address space from a pointer type. This is similar to \fB\-Waddress\-space\fR but will also warn on casts to \fBunsigned long\fR. |
