diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | ad8a79e6a5c75acf360e9310860387b68066c0b7 (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/unifdef | |
parent | e2acd5cecf61f060255d467b8d38cd35f941fb1c (diff) | |
download | FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.zip FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'usr.bin/unifdef')
-rw-r--r-- | usr.bin/unifdef/unifdef.1 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 6d10c36..b282c02 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -53,11 +53,13 @@ .Ar ... .Op Ar file .Sh DESCRIPTION -.Nm Unifdef -is useful for removing ifdef'ed lines +The +.Nm +utility removes ifdef'ed lines from a file while otherwise leaving the file alone. -.Nm Unifdef -acts on +The +.Nm +utility acts on #ifdef, #ifndef, #else, and #endif lines, and it knows only enough about C to know when one of these is inactive @@ -130,8 +132,9 @@ and above. .El .Pp -.Nm Unifdef -copies its output to +The +.Nm +utility copies its output to .Em stdout and will take its input from .Em stdin @@ -139,8 +142,9 @@ if no .Ar file argument is given. .Pp -.Nm Unifdef -works nicely with the +The +.Nm +utility works nicely with the .Fl D Ns Ar sym option added to .Xr diff 1 |