summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-01 07:05:25 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-01 07:05:25 +0000
commitd0849a3727c4a87bffa0c45ae9d6c38aae394608 (patch)
tree86f958cacc1ec7f6a1daae4a09c07a4d4ec7a0f7 /lib
parentcbf599b97fda7226a007c6f3c4b41bce291f96be (diff)
Even though i personally consider 8-bit-characters in filenames unwise,
technically, filenames are not restricted to ASCII. Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/intro.212
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 2945eda30b9..01ab27b9503 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.53 2014/12/10 07:18:44 guenther Exp $
+.\" $OpenBSD: intro.2,v 1.54 2015/01/01 07:05:24 schwarze Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.2 8.3 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 1 2015 $
.Dt INTRO 2
.Os
.Sh NAME
@@ -595,12 +595,8 @@ Names consisting of up to 255
characters may be used to name
an ordinary file, special file, or directory.
.Pp
-These characters may be selected from the set of all
-.Tn ASCII
-character
-excluding 0 (NUL) and the
-.Tn ASCII
-code for
+These characters may be arbitrary eight-bit values,
+excluding 0 (NUL) and the ASCII code for
.Ql \&/
(slash).
.Pp