summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ns.3
diff options
context:
space:
mode:
authorjmc <>2003-05-01 19:17:37 +0000
committerjmc <>2003-05-01 19:17:37 +0000
commit75a05b7a6dc69188fe7cedbf785f003fd2949f31 (patch)
tree63f3c7a11eb29447050e689df29269f7442376c8 /src/lib/libc/net/ns.3
parent4fee542bdc3c7525d3cdec0f32496a4c4c857c2b (diff)
downloadopenbsd-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.34
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
103a trailing 103a 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.
106It is interpreted as octal is there is a leading 106It is interpreted as octal if there is a leading
107.Ql 0 107.Ql 0
108and there are no super-octal digits. 108and there are no super-octal digits.
109Otherwise, it is converted as a decimal number. 109Otherwise, it is converted as a decimal number.