mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Document the fact that uniq(1) does not recognize multibyte characters.
This commit is contained in:
parent
2c3d390701
commit
e90e39d92f
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
.\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 12, 2003
|
||||
.Dd June 25, 2004
|
||||
.Dt UNIQ 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -153,3 +153,7 @@ A
|
|||
.Nm
|
||||
command appeared in
|
||||
.At v3 .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
utility does not recognize multibyte characters.
|
||||
|
|
|
|||
Loading…
Reference in a new issue