diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2017-05-01 13:44:17 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-05-03 18:07:53 +0000 |
commit | bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46 (patch) | |
tree | 9dd610f85f66a62939d52ee3e7854f1d231a6235 /usr/src/man/man1/unifdef.1 | |
parent | 719db50f9baba455978a31987e3e235ebd8a1592 (diff) | |
download | illumos-joyent-bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46.tar.gz |
8138 Improve manpage spelling
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Cody Mello <melloc@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man1/unifdef.1')
-rw-r--r-- | usr/src/man/man1/unifdef.1 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/man/man1/unifdef.1 b/usr/src/man/man1/unifdef.1 index 4ccb5906fe..9bb36bf6d0 100644 --- a/usr/src/man/man1/unifdef.1 +++ b/usr/src/man/man1/unifdef.1 @@ -14,7 +14,6 @@ unifdef \- resolve and remove ifdef'ed lines from C program source .fi .SH DESCRIPTION -.sp .LP \fBunifdef\fR removes \fBifdef\fRed lines from a file while otherwise leaving the file alone. It is smart enough to deal with the nested \fBifdef\fRs, @@ -28,7 +27,7 @@ removed, as appropriate. Any \fBifdef\fR, \fBifndef\fR, \fBelse\fR, and .sp .LP \fBifdef\fRs involving symbols you do not specify are untouched and copied out -along with their associated \fBifdef\fR, \fBelse\fR, and \fBendiff1\fR lines. +along with their associated \fBifdef\fR, \fBelse\fR, and \fBendif\fR lines. .sp .LP If an \fBifdef\fR\fIX\fR occurs nested inside another \fBifdef\fR\fIX\fR, then @@ -40,7 +39,6 @@ significant. \fBunifdef\fR copies its output to the standard output and will take its input from the standard input if no \fIfilename\fR argument is given. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -113,7 +111,6 @@ Ignore, but print out, lines associated with the undefined symbol \fIname\fR. .RE .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -135,11 +132,9 @@ Operation failed. .RE .SH SEE ALSO -.sp .LP \fBdiff\fR(1), \fBattributes\fR(5) .SH DIAGNOSTICS -.sp .ne 2 .na \fB\fBPremature\fR \fBEOF\fR\fR |