summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ns.3
diff options
context:
space:
mode:
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.