From 629a7369d77d0ec1ffb36992bad58e4eab1eb882 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 14 Jan 2005 21:07:56 +0000 Subject: [PATCH] Markup fixes. --- lib/libc/stdlib/getopt_long.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index f615ea75ea9..e36ff84161a 100644 --- a/lib/libc/stdlib/getopt_long.3 +++ b/lib/libc/stdlib/getopt_long.3 @@ -133,7 +133,7 @@ field should be one of: no argument to the option is expect .It Dv required_argument an argument to the option is required -.It Li optional_argument +.It Dv optional_argument an argument to the option may be presented. .El .Pp @@ -190,7 +190,7 @@ the single-character option is returned. If the .Fa flag field in -.Li struct option +.Vt "struct option" is .Dv NULL , .Fn getopt_long @@ -451,7 +451,7 @@ to current positions) are the same, though. (We do fewer variable swaps.) .El .Sh ENVIRONMENT -.Bl -tag -width POSIXLY_CORRECT +.Bl -tag -width ".Ev POSIXLY_CORRECT" .It Ev POSIXLY_CORRECT If set, option processing stops when the first non-option is found and a leading @@ -459,7 +459,7 @@ a leading or .Ql + in the -.Ar optstring +.Fa optstring is ignored. .El .Sh SEE ALSO @@ -494,9 +494,9 @@ in .Fx 5.2 . .Sh BUGS The -.Ar argv +.Fa argv argument is not really -.Dv const +.Vt const as its elements may be permuted (unless .Ev POSIXLY_CORRECT is set).