diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-11 06:38:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-11 06:38:13 +0000 |
commit | 272335dff09eb442fbdf7e81932b406f2f2c02e0 (patch) | |
tree | 0f9b92c92b745f1757f00736d57cf9cf4def8b8d /lib/libc/stdlib/getopt_long.3 | |
parent | 830aea92a7879fb169129d063efaaff66a0cb89b (diff) |
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze
ok schwarze
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index 9f99a353e8c..88594cbf9c4 100644 --- a/lib/libc/stdlib/getopt_long.3 +++ b/lib/libc/stdlib/getopt_long.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getopt_long.3,v 1.24 2022/01/06 18:58:24 jmc Exp $ +.\" $OpenBSD: getopt_long.3,v 1.25 2022/09/11 06:38:11 jmc Exp $ .\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getopt.3 8.5 (Berkeley) 4/27/95 .\" -.Dd $Mdocdate: January 6 2022 $ +.Dd $Mdocdate: September 11 2022 $ .Dt GETOPT_LONG 3 .Os .Sh NAME @@ -197,7 +197,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 |