diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-14 08:25:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-14 08:25:54 +0000 |
| commit | 7b020a2f1e74e97623e469cbd5dc1aa122645905 (patch) | |
| tree | 9f1c4a299269887b14786408763df93cd71567c8 /bin | |
| parent | fb039b55dcf1adebe6564747f7941bb70dda3337 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/chflags/chflags.1 | 10 | ||||
| -rw-r--r-- | bin/dd/dd.1 | 16 |
2 files changed, 13 insertions, 13 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index e1200db7f076..801e78ae0420 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -148,6 +148,11 @@ You can use "ls -lo" to see the flags of existing files. .Xr stat 2 , .Xr fts 3 , .Xr symlink 7 +.Sh HISTORY +The +.Nm +command first appeared in +.Bx 4.4 . .Sh BUGS Only a limited number of utilities are .Nm @@ -165,8 +170,3 @@ In particular a tool which is not currently aware is the .Xr pax 1 utility. -.Sh HISTORY -The -.Nm -command first appeared in -.Bx 4.4 . diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 3b397ae0efb7..96a31c96f7fa 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -392,14 +392,6 @@ Remove parity bit from a file: Check for (even) parity errors on a file: .Pp .Dl "dd if=file conv=pareven | cmp -x - file" -.Sh BUGS -Protection mechanisms in the -.Xr geom 4 -subsystem might prevent the super-user from writing blocks to a disk. -Instructions for temporarily disabling these protectsion mechanisms can be -found in the -.Xr geom 4 -manpage. .Sh SEE ALSO .Xr cp 1 , .Xr mt 1 , @@ -424,3 +416,11 @@ and values are extensions to the .Tn POSIX standard. +.Sh BUGS +Protection mechanisms in the +.Xr geom 4 +subsystem might prevent the super-user from writing blocks to a disk. +Instructions for temporarily disabling these protectsion mechanisms can be +found in the +.Xr geom 4 +manpage. |
