diff options
author | jmc <> | 2003-05-01 19:17:37 +0000 |
---|---|---|
committer | jmc <> | 2003-05-01 19:17:37 +0000 |
commit | 75a05b7a6dc69188fe7cedbf785f003fd2949f31 (patch) | |
tree | 63f3c7a11eb29447050e689df29269f7442376c8 /src/lib/libc/net/ns.3 | |
parent | 4fee542bdc3c7525d3cdec0f32496a4c4c857c2b (diff) | |
download | openbsd-75a05b7a6dc69188fe7cedbf785f003fd2949f31.tar.gz openbsd-75a05b7a6dc69188fe7cedbf785f003fd2949f31.tar.bz2 openbsd-75a05b7a6dc69188fe7cedbf785f003fd2949f31.zip |
typos;
Diffstat (limited to 'src/lib/libc/net/ns.3')
-rw-r--r-- | src/lib/libc/net/ns.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/ns.3 b/src/lib/libc/net/ns.3 index 14e234c347..883b079db2 100644 --- a/src/lib/libc/net/ns.3 +++ b/src/lib/libc/net/ns.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ns.3,v 1.7 2001/08/02 20:37:35 hugh Exp $ | 1 | .\" $OpenBSD: ns.3,v 1.8 2003/05/01 19:17:37 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1986, 1991, 1993 | 3 | .\" Copyright (c) 1986, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -103,7 +103,7 @@ as hexadecimal if there is a leading | |||
103 | a trailing | 103 | a trailing |
104 | .Sq H | 104 | .Sq H |
105 | (as in Mesa), or there are any super-decimal digits present. | 105 | (as in Mesa), or there are any super-decimal digits present. |
106 | It is interpreted as octal is there is a leading | 106 | It is interpreted as octal if there is a leading |
107 | .Ql 0 | 107 | .Ql 0 |
108 | and there are no super-octal digits. | 108 | and there are no super-octal digits. |
109 | Otherwise, it is converted as a decimal number. | 109 | Otherwise, it is converted as a decimal number. |