Sun Sep 1 19:08:23 2019 UTC ()
fetch(9) -> ufetch(9)


(wiz)
diff -r1.21 -r1.22 src/share/man/man9/copy.9

cvs diff -r1.21 -r1.22 src/share/man/man9/copy.9 (expand / switch to unified diff)

--- src/share/man/man9/copy.9 2019/09/01 17:50:32 1.21
+++ src/share/man/man9/copy.9 2019/09/01 19:08:22 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: copy.9,v 1.21 2019/09/01 17:50:32 oster Exp $ 1.\" $NetBSD: copy.9,v 1.22 2019/09/01 19:08:22 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1996, 2002 Jason R. Thorpe. 3.\" Copyright (c) 1996, 2002 Jason R. Thorpe.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed by Kenneth Stailey. 6.\" This code is derived from software contributed by Kenneth Stailey.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -166,15 +166,15 @@ functions return 0 on success or @@ -166,15 +166,15 @@ functions return 0 on success or
166.Er EFAULT 166.Er EFAULT
167if a bad address is encountered. 167if a bad address is encountered.
168In addition, the 168In addition, the
169.Fn copystr , 169.Fn copystr ,
170.Fn copyinstr , 170.Fn copyinstr ,
171and 171and
172.Fn copyoutstr 172.Fn copyoutstr
173functions return 173functions return
174.Er ENAMETOOLONG 174.Er ENAMETOOLONG
175if the string is longer than 175if the string is longer than
176.Fa len 176.Fa len
177bytes. 177bytes.
178.Sh SEE ALSO 178.Sh SEE ALSO
179.Xr fetch 9 , 179.Xr ufetch 9 ,
180.Xr ustore 9 180.Xr ustore 9