summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-01-26 17:42:53 +0000
committerjmc <jmc@openbsd.org>2007-01-26 17:42:53 +0000
commitf2b82155ce5607e47f73dfc7f4791cf1e02e91f5 (patch)
treec70638e6c2780440e51d8a9f27fe85b462db706d
parentMassiv rework of the control imsg flow. Main changes: (diff)
downloadwireguard-openbsd-f2b82155ce5607e47f73dfc7f4791cf1e02e91f5.tar.xz
wireguard-openbsd-f2b82155ce5607e47f73dfc7f4791cf1e02e91f5.zip
after some discussion with otto, remove "errcode=$?;" from getopt's
synopsis: it is really not central to its usage; ok otto millert
-rw-r--r--usr.bin/getopt/getopt.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index bc4cec3c881..00336aaa889 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getopt.1,v 1.12 2007/01/24 19:11:14 otto Exp $ -*- nroff -*-
+.\" $OpenBSD: getopt.1,v 1.13 2007/01/26 17:42:53 jmc Exp $ -*- nroff -*-
.\"
.\" This material, written by Henry Spencer, was released by him
.\" into the public domain and is thus not subject to any copyright.
@@ -10,7 +10,7 @@
.Nm getopt
.Nd parse command options
.Sh SYNOPSIS
-.Nm args=`getopt optstring $*`; errcode=$?; set -- $args
+.Nm args=`getopt optstring $*`; set -- $args
.Sh DESCRIPTION
.Nm
is used to break up options in command lines for easy parsing by