diff options
author | ru <ru@FreeBSD.org> | 2005-01-15 12:28:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-15 12:28:01 +0000 |
commit | d26afd541df23fb12a7967a6327bd1eafc184a85 (patch) | |
tree | 67be4a2793520ab24bb84fe954e5f09e1493d521 /usr.bin/getopt | |
parent | c448d3af70f9c62a62a6f78fa06a919f11e33f5c (diff) | |
download | FreeBSD-src-d26afd541df23fb12a7967a6327bd1eafc184a85.zip FreeBSD-src-d26afd541df23fb12a7967a6327bd1eafc184a85.tar.gz |
Eliminate macro calls inside literal displays.
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r-- | usr.bin/getopt/getopt.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 1deb0b4..f0a4247 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -83,7 +83,6 @@ cmd \-aoarg file file cmd \-a \-o arg file file cmd \-oarg -a file file cmd \-a \-oarg \-\- file file -.Pp .Ed .Sh SEE ALSO .Xr getopts 1 , |