Browse Source

`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))

discussed with todd@
OPENBSD_3_5
jmc 20 years ago
parent
commit
5180eeafb4
5 changed files with 10 additions and 10 deletions
  1. +2
    -2
      src/lib/libc/stdlib/div.3
  2. +2
    -2
      src/lib/libc/stdlib/getenv.3
  3. +2
    -2
      src/lib/libc/stdlib/getsubopt.3
  4. +2
    -2
      src/lib/libc/stdlib/ldiv.3
  5. +2
    -2
      src/lib/libc/stdlib/qdiv.3

+ 2
- 2
src/lib/libc/stdlib/div.3 View File

@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: div.3,v 1.6 2003/06/02 20:18:37 millert Exp $
.\" $OpenBSD: div.3,v 1.7 2004/01/23 23:08:46 jmc Exp $
.\" .\"
.Dd April 19, 1991 .Dd April 19, 1991
.Dt DIV 3 .Dt DIV 3
@ -43,7 +43,7 @@
The The
.Fn div .Fn div
function computes the value function computes the value
.Fa num Ns No / Ns Fa denom
.Fa num Ns / Ns Fa denom
and returns the quotient and remainder in a structure named and returns the quotient and remainder in a structure named
.Fa div_t .Fa div_t
that contains two that contains two


+ 2
- 2
src/lib/libc/stdlib/getenv.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: getenv.3,v 1.8 2003/06/02 20:18:37 millert Exp $
.\" $OpenBSD: getenv.3,v 1.9 2004/01/23 23:08:46 jmc Exp $
.\" .\"
.Dd December 11, 1993 .Dd December 11, 1993
.Dt GETENV 3 .Dt GETENV 3
@ -87,7 +87,7 @@ is zero, the variable is not reset, otherwise it is reset to the given
The The
.Fn putenv .Fn putenv
function takes an argument of the form function takes an argument of the form
.Ar name Ns No = Ns Ar value
.Ar name Ns = Ns Ar value
and is equivalent to: and is equivalent to:
.Bd -literal -offset indent .Bd -literal -offset indent
setenv(name, value, 1); setenv(name, value, 1);


+ 2
- 2
src/lib/libc/stdlib/getsubopt.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: getsubopt.3,v 1.7 2003/06/02 20:18:37 millert Exp $
.\" $OpenBSD: getsubopt.3,v 1.8 2004/01/23 23:08:46 jmc Exp $
.\" .\"
.\" Copyright (c) 1990, 1991, 1993 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -67,7 +67,7 @@ in the string, or \-1 if the string contains no tokens or
does not contain a matching string. does not contain a matching string.
.Pp .Pp
If the token is of the form If the token is of the form
.Ar name Ns No = Ns Ar value ,
.Ar name Ns = Ns Ar value ,
the location referenced by the location referenced by
.Fa valuep .Fa valuep
will be set to point to the start of the will be set to point to the start of the


+ 2
- 2
src/lib/libc/stdlib/ldiv.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ldiv.3,v 1.6 2003/06/02 20:18:37 millert Exp $
.\" $OpenBSD: ldiv.3,v 1.7 2004/01/23 23:08:46 jmc Exp $
.\" .\"
.Dd June 29, 1991 .Dd June 29, 1991
.Dt LDIV 3 .Dt LDIV 3
@ -45,7 +45,7 @@
The The
.Fn ldiv .Fn ldiv
function computes the value function computes the value
.Fa num Ns No / Ns Fa denom
.Fa num Ns / Ns Fa denom
and returns the quotient and remainder in a structure named and returns the quotient and remainder in a structure named
.Li ldiv_t .Li ldiv_t
that contains two that contains two


+ 2
- 2
src/lib/libc/stdlib/qdiv.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: qdiv.3,v 1.5 2003/06/02 20:18:38 millert Exp $
.\" $OpenBSD: qdiv.3,v 1.6 2004/01/23 23:08:46 jmc Exp $
.\" .\"
.Dd June 29, 1991 .Dd June 29, 1991
.Dt QDIV 3 .Dt QDIV 3
@ -45,7 +45,7 @@
The The
.Fn qdiv .Fn qdiv
function computes the value function computes the value
.Fa num Ns No / Ns Fa denom
.Fa num Ns / Ns Fa denom
and returns the quotient and remainder in a structure named and returns the quotient and remainder in a structure named
.Li qdiv_t .Li qdiv_t
that contains two that contains two


Loading…
Cancel
Save