diff options
author | 2003-05-30 08:37:08 +0000 | |
---|---|---|
committer | 2003-05-30 08:37:08 +0000 | |
commit | 65fc10175c0c532cebd2bd3eeb73922ed20828af (patch) | |
tree | f3190ee4fe8dcb0a207743f073485361cb539a64 | |
parent | move max limit back down to 65536-4 (diff) | |
download | wireguard-openbsd-65fc10175c0c532cebd2bd3eeb73922ed20828af.tar.xz wireguard-openbsd-65fc10175c0c532cebd2bd3eeb73922ed20828af.zip |
merge COMPATIBILITY into STANDARDS;
-rw-r--r-- | bin/rm/rm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 7666611d05d..2fa6f6b121c 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.21 2003/03/12 20:12:36 deraadt Exp $ +.\" $OpenBSD: rm.1,v 1.22 2003/05/30 08:37:08 jmc Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -157,7 +157,7 @@ Either of these commands will remove the file .Xr unlink 2 , .Xr fts 3 , .Xr symlink 7 -.Sh COMPATIBILITY +.Sh STANDARDS The .Nm utility differs from historical implementations in that the @@ -174,7 +174,7 @@ The interactive mode used to be a .Nm dsw command, a carryover from the ancient past with an amusing etymology. -.Sh STANDARDS +.Pp The .Nm utility is almost |