diff options
author | jaredy <> | 2005-07-26 04:20:23 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-26 04:20:23 +0000 |
commit | 2af170451ab1c3caae54f5889dbbb37e288ebc62 (patch) | |
tree | 7a334ba0ee85227a8932abce033722fd48d45573 /src/lib/libc/stdlib/getopt.3 | |
parent | 182eb10d8cb1661b4873a254245ae02caafeb8fe (diff) | |
download | openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.tar.gz openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.tar.bz2 openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index ed4456f52f..2fb70b7260 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -25,7 +25,7 @@ | |||
25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
26 | .\" SUCH DAMAGE. | 26 | .\" SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .\" $OpenBSD: getopt.3,v 1.34 2005/07/26 04:14:58 jaredy Exp $ | 28 | .\" $OpenBSD: getopt.3,v 1.35 2005/07/26 04:20:23 jaredy Exp $ |
29 | .\" | 29 | .\" |
30 | .Dd December 17, 2002 | 30 | .Dd December 17, 2002 |
31 | .Dt GETOPT 3 | 31 | .Dt GETOPT 3 |
@@ -207,7 +207,7 @@ If the | |||
207 | function encounters a character not found in the string | 207 | function encounters a character not found in the string |
208 | .Fa optstring | 208 | .Fa optstring |
209 | or detects | 209 | or detects |
210 | a missing option argument it writes an error message to | 210 | a missing option argument, it writes an error message to |
211 | .Em stderr | 211 | .Em stderr |
212 | and returns | 212 | and returns |
213 | .Ql \&? . | 213 | .Ql \&? . |